OT: Bind secondary

Kees Plonsz freebsd at jeremino.homeunix.net
Tue Aug 22 09:26:25 UTC 2006


John Oxley wrote in msgid:
<list.freebsd.questions#20060822073802.GA817 at yoafrica.com>

> Hi,
> 
> I am playing at being secondary for many domains from a few hosts.  Is
> there any way in bind of saying "I trust this guy there, so if he tries
> to give me a domain I will just accept it." or do I have to manually add
> the zone to my list of secondaries.  (By manually I mean a webpage or a
> cron job on the primary using ssh to send the zone over.)
> 

Yes, there is a way in "named.conf" file, but de master has to say
"I trust this guy" not the slave. This example works for a slave:


      zone "prik.net" IN {
      type slave;
      file "path/to-zone-file";
      masters { 80.126.68.72; };
      };






More information about the freebsd-questions mailing list