need two Domain in Named.local, but not resolv

Maurizio Caloro maurizio at caloro.ch
Sun Oct 7 13:12:06 UTC 2018


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 at 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 at srvcar012:/etc/bind# ping srvcar001.carag.local

ping: srvcar001.carag.local: Name or service not known

 

 

root at 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 at 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 at 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 at srvcar012:/etc/bind# ping srvolh001

ping: srvolh001: Name or service not known

 

root at srvcar012:/etc/bind# ping srvolh001.olh.local

ping: srvolh001.olh.local: Name or service not known

 

root at 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 at 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 at 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 at 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 at 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";

};

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20181007/167f32cc/attachment.html>


More information about the bind-users mailing list