Please i need a little help, about DNS Bind Server. i need to replace the old one < 115 >
Here i'an on the new one <92 > Version BIND 9.10.3-P4-Debian <id:ebd72b3> I try that my DNS server 192.168.201.92 = MasterDNS Server resposible for 2 Network Ranges 1 192.168.201. 2 192.168.202. Thanks for your feedback. Regards -- root@srvcar012:/etc/bind# ping srvcar002 PING srvcar002.carag.local (192.168.201.118) 56(84) bytes of data. 64 bytes from srvcar002.201.168.192.in-addr.arpa (192.168.201.118): icmp_seq=1 ttl=128 time=0.733 ms root@srvcar012:/etc/bind# ping srvcar001.carag.local ping: srvcar001.carag.local: Name or service not known root@srvcar012:/etc/bind# nslookup srvcar001 ;; Got SERVFAIL reply from 192.168.201.92, trying next server Server: 192.168.201.115 Address: 192.168.201.115#53 Name: srvcar001.carag.local Address: 192.168.201.117 root@srvcar012:/etc/bind# nslookup srvcar001 ;; Got SERVFAIL reply from 192.168.201.92, trying next server Server: 192.168.201.115 Address: 192.168.201.115#53 Name: srvcar001.carag.local Address: 192.168.201.117 root@srvcar012:/etc/bind# nslookup srvcar001.carag.local ;; Got SERVFAIL reply from 192.168.201.92, trying next server Server: 192.168.201.115 Address: 192.168.201.115#53 Name: srvcar001.carag.local Address: 192.168.201.117 ---- With the 202 side, this arnt working root@srvcar012:/etc/bind# ping srvolh001 ping: srvolh001: Name or service not known root@srvcar012:/etc/bind# ping srvolh001.olh.local ping: srvolh001.olh.local: Name or service not known root@srvcar012:/etc/bind# nslookup srvolh001 ;; Got SERVFAIL reply from 192.168.201.92, trying next server Server: 192.168.201.92 Address: 192.168.201.92#53 ** server can't find srvolh001: NXDOMAIN And here this are correct, DNS Server ? root@srvcar012:/etc/bind# nslookup srvolh001.olh.local Server: 192.168.201.92 Address: 192.168.201.92#53 Name: srvolh001.olh.local Address: 192.168.202.14 root@srvcar012:/etc/bind# nslookup 192.168.168.202.14 Server: 192.168.201.92 Address: 192.168.201.92#53 ** server can't find 192.168.168.202.14: NXDOMAIN root@srvcar012:/etc/bind# cat /etc/resolv.conf domain carag.local search carag.local. nameserver 192.168.201.92 nameserver 192.168.201.115 and here my named.conf.local root@srvcar012:/etc/bind# cat named.conf.local // // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "carag.local" { type master; file "/etc/bind/db.carag.local"; }; zone "201.168.192.in-addr.arpa" { type master; file "/etc/bind/db.reverse.carag.local"; }; zone "olh.local" { type master; file "/etc/bind/db.olh.local"; }; zone "202.168.192.in-addr.arpa" { type master; file "/etc/bind/db.reverse.olh.local"; };
_______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users