Author Topic: [ SOLVED ] Add allow-transfer to bind ?  (Read 273 times)

justinesmithies

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
[ SOLVED ] Add allow-transfer to bind ?
« on: June 23, 2012, 10:15:12 »
How can i add this to Zentyal ? I have tried by inserting it in the local file in bind under the domain as you normally would but everytime the DNS is restarted Zentyal deletes the line.
So how can i add this line to stay ?

zone "smithies.me.uk" {
   type master;
   file "smithies.me.uk";
   allow-transfer {
      87.98.164.164; 195.234.42.1; 88.191.64.64;
   };
};

This is so my backup DNS can read from my dns server.

« Last Edit: June 24, 2012, 01:20:38 by justinesmithies »

christian

  • Zen Hero
  • *****
  • Posts: 3652
  • Karma: +83/-14
    • View Profile
Re: Add allow-transfer to bind ?
« Reply #1 on: June 23, 2012, 11:52:24 »
Does this help ?

justinesmithies

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Add allow-transfer to bind ?
« Reply #2 on: June 24, 2012, 01:05:23 »
Yes but i made a really dumb mistake i forgot to make a copy of a file i was going to modify and now i cannot get bind to start.
Can someone please send me a copy of /usr/share/zentyal/stubs/dns/named.conf.local.mas from Zentyal 2.2

Thanx to whoever comes to my rescue.

Solved got the file from launchpad --- That'll teach me  ::)
« Last Edit: June 24, 2012, 01:20:11 by justinesmithies »

aguerra

  • Zen Warrior
  • ***
  • Posts: 117
  • Karma: +0/-0
    • View Profile
Re: [ SOLVED ] Add allow-transfer to bind ?
« Reply #3 on: May 02, 2013, 02:14:11 »
It possible to transfer the zones from dyndns??  How you solved the addition of the zone?