Results 1 to 2 of 2
Hi sorry for dumb question. I installed new BIND 9.4.2 on SUSE and having touble making zone transfer for reverse lookup. Please show me my problem.
my named.conf
zone "1.168.192.in-addr.arpa" ...
- 04-10-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 1
BIND Reverse Lookup Zone Transfers?
Hi sorry for dumb question. I installed new BIND 9.4.2 on SUSE and having touble making zone transfer for reverse lookup. Please show me my problem.
my named.conf
zone "1.168.192.in-addr.arpa" {
type slave;
masters { 192.168.1.19; };
file "slave/db.192.168.1";
};
I no have named-xfer. I use dig for the first transfer on new server like this.
dig @<name of DNS> 1.168.192.in-addr.arpa axfr
Is this right, or is there another way to do zone transfer for reverse lookups?
- 04-15-2008 #2Just Joined!
- Join Date
- Apr 2008
- Posts
- 3
hi
well do u use to cheange the serial number in the master configuration file so that the slave can syn it and can replicate it .
and there is also an option in the master configuration file about allow transfer . i hope u dont have problem with these options
Thanks


Reply With Quote