  | |  | transfer master Windows DNS to slave BIND DNS | transfer master Windows DNS to slave BIND DNS 2005-08-12 - By Leuy Eeelyu
Back > It can. You may need to modify the zone's > properties in the Windows DNS > administration tool to allow zone transfers to your > slave server. > I have modified the Windows DNS abc.com transfer to allow to transfer to any server.
> The default location for the file will be the one > given as the > "directory" option ("/var/named" on my box), but for > slaves you usually > want to list them as "slave/db.abc" so that they > will be placed in > "/var/named/slaves", a location in which the > nameserver can actually > modify files. If you do, then the file will be > created when the zone is > first transferred. >
[root@(protected) var]# more /etc/named.conf options { directory "/var/named/"; }; zone "abc.com" in { type slave; file "slaves/db.abc"; masters {172.16.1.42; }; allow-transfer { any; }; allow-query { any;}; notify yes; };
I had added the directory option /var/named in /etc/named.conf and the file in thus folder /var/named/slaves. And I specified the "named" login to have write permission to the whole /var/named folder and subfolder but the db.abc file is not created at all. (I used /etc/init.d/named restart to trigger the zone transfer)
Below is my /var/log/messages log for zone transfer, my linux BIND server IP is 172.16.1.250 and windows DNS server IP is 172.16.1.42.
It prompts transfer of 'abc.com/IN' from 172.16.1.42#53: failed while receiving responses: REFUSED. I don't know why as I put the allow zone transfer property of my abc.com zone in Windows DNS server to "ANY". Why it still refused? Any idea?
Aug 12 11:52:35 watcher named[5889]: shutting down: flushing changes Aug 12 11:52:35 watcher named[5889]: stopping command channel on 127.0.0.1#953 Aug 12 11:52:35 watcher named[5889]: no longer listening on 127.0.0.1#53 Aug 12 11:52:35 watcher named[5889]: no longer listening on 172.16.1.250#53 Aug 12 11:52:35 watcher named[5889]: exiting Aug 12 11:52:35 watcher named: succeeded Aug 12 11:52:37 watcher named[5996]: starting BIND 9.2.2-P3 -u named Aug 12 11:52:37 watcher named[5996]: using 1 CPU Aug 12 11:52:37 watcher named[5996]: loading configuration from '/etc/named.conf' Aug 12 11:52:37 watcher named: named startup succeeded Aug 12 11:52:37 watcher named[5996]: no IPv6 interfaces found Aug 12 11:52:37 watcher named[5996]: listening on IPv4 interface lo, 127.0.0.1#53 Aug 12 11:52:37 watcher named[5996]: listening on IPv4 interface eth0, 172.16.1.250#53 Aug 12 11:52:37 watcher named[5996]: command channel listening on 127.0.0.1#953 Aug 12 11:52:37 watcher named[5996]: running Aug 12 11:52:38 watcher named[5996]: transfer of 'abc.com/IN' from 172.16.1.42#53: failed while receiving responses: REFUSED Aug 12 11:52:38 watcher named[5996]: transfer of 'abc.com/IN' from 172.16.1.42#53: end of transfer
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |