Hi,
boss doesn't resolve.
This cause the node to fail connecting the boss to identify itself.
boss ~ $ nslookup boss
;; Got SERVFAIL reply from 127.0.0.1, trying next server
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find boss: NXDOMAIN
boss ~ $ nslookup
boss.banshee.4g4g.com
;; Got SERVFAIL reply from 127.0.0.1, trying next server
;; Got SERVFAIL reply from 127.0.0.1, trying next server
Server: 10.0.0.23
Address: 10.0.0.23#53
** server can't find
boss.banshee.4g4g.com: NXDOMAIN
Reverse lookup does work:
boss ~ $ nslookup 192.168.1.149
Server: 127.0.0.1
Address: 127.0.0.1#53
149.1.168.192.in-addr.arpa name =
boss.banshee.4g4g.com.
I have edited banshee.4g4g.com.internal.db.head and ran named_setup
boss namedb $ cat banshee.4g4g.com.internal.db.head
boss IN A 192.168.1.149
ops IN A 192.168.1.150
cisco1 IN A 192.168.1.254
banshee.4g4g.com.internal.db did generate well.
Netstat shows named listenning on the localhost, internal and external
ip's.
boss namedb $ cat /etc/resolv.conf
domain
banshee.4g4g.com
search
banshee.4g4g.com
nameserver 127.0.0.1
nameserver 10.0.0.23
nameserver 194.90.1.5
nameserver 212.143.212.143
As it was explained we added a line to dhcpcd.conf to add 'nameserver
127.0.0.1'
Regards,
Kfir