Slaves

bdolnik at usbid.com bdolnik at usbid.com
Thu Jan 4 15:17:10 UTC 2001


Thanks, tried that just now... still not getting it, weird, must be
something simple I'm missing. I'm getting the alerts shown below in the
logs, you'd think it would work but nothing gets created in the directory
like I would normally expect.

Sent NOTIFY for "internal.usbid.com IN SOA 5" (internal.usbid.com); 1 NS, 1
A
Received NOTIFY answer (AA) from 192.168.30.216 for "internal.usbid.com IN
SOA"
Sent NOTIFY for "30.168.192.IN-ADDR.ARPA IN SOA 4"
(30.168.192.IN-ADDR.ARPA); 1 NS, 1 A
Received NOTIFY answer (AA) from 192.168.30.216 for "30.168.192.IN-ADDR.ARPA
IN SOA"

-----Original Message-----
From: Bind [mailto:bind at timmy.ws]
Sent: Thursday, January 04, 2001 9:45 AM
To: bdolnik at usbid.com
Subject: Re: Slaves


I put a 

notify yes;

option in each zone config. also, when you update a zone file, you must
increment the serial number in the soa record, or else 
the slave won't know that the zone has changed


On Thu, 4 Jan 2001 09:44:50 -0500, bdolnik at usbid.com wrote:

>
>I seem to be having a problem getting my slave server to transfer a zone.
>I'm running 8.2.3-T9B (NT4.0) on the master and the slave, with a single
>zone. I can run named-xfer.exe manually and transfer it, but if I let it
try
>to work automatically nothing seems to happen... the zone and reverse files
>do not get created on the slave.
>
>Anyone have any ideas? I've turned on debugging and see these kind of
>entries (rcvd NOTIFY(30.168.192.IN-ADDR.ARPA, IN, SOA) from
>[192.168.30.10].3538), but still nothing happens.
>
>Here are my two conf files (these are internal dns servers only)... thanks
>in advance.
>
>MASTER:
>options {
>	directory "c:\bind\etc";
>	listen-on { 192.168.30.10; };
>	allow-transfer { 192.168/16; };
>	forwarders { 206.208.56.11; };
>};
>
>zone "." IN {
>	type hint;
>	file "cache.db";
>};
>
>zone "internal.usbid.com" IN {
>	type master;
>	file "internal.usbid.com.db";
>};
>
>zone "30.168.192.IN-ADDR.ARPA" IN {
>	type master;
>	file "192.168.30.db";
>};
>
>zone "0.0.127.IN-ADDR.ARPA" IN {
>	type master;
>	file "127.0.0.db";
>};
>
>
>SLAVE:
>options {
>	directory "d:\program files\bind\etc";
>	forwarders { 206.208.56.11; };
>};
>
>zone "internal.usbid.com" IN {
>	type slave;
>	file "internal.usbid.com.db";
>	masters { 192.168.30.10; };
>};
>
>zone "30.168.192.IN-ADDR.ARPA" IN {
>	type slave;
>	file "192.168.30.db";
>	masters { 192.168.30.10; };
>};
>
>zone "0.0.127.IN-ADDR.ARPA" IN {
>	type master;
>	file "127.0.0.db";
>};
>
>zone "." IN {
>	type hint;
>	file "cache.db";
>};
>
>
>





More information about the bind-users mailing list