Results 1 to 2 of 2
Hi,
I have a problem with bind dns server and I hope someone could help.
bind is updating a reverse zone as follows:
Code:
updating zone '1.168.192.in-addr.arpa/IN': adding an RR ...
- 10-11-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
[SOLVED] why is bind updating reverse zone with updating zone 202.1.168.192.1.168.192
Hi,
I have a problem with bind dns server and I hope someone could help.
bind is updating a reverse zone as follows:
And should be:Code:updating zone '1.168.192.in-addr.arpa/IN': adding an RR at '202.1.168.192.1.168.192.in-addr.arpa' PTR
Does anyone know why...I can post my config files if needed.Code:updating zone '1.168.192.in-addr.arpa/IN': adding an RR at '202.1.168.192.in-addr.arpa' PTR
Thanks,
Marco Jorge
- 10-12-2008 #2Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
SOLVED!
The problem was in my dhcpd.conf
The reverse zone was
and should be:Code:ddns-rev-domainname "1.168.192.in-addr.arpa.";
Code:ddns-rev-domainname "in-addr.arpa.";


