i have CentOS 6 installed on VPS, where i have installed BIND and setup additional IP on VPS as well for nameservers
as ns1.domain.com and ns2.domain.com
i am unable to get the same resolved to properly work..
some troubleshoots i have done results are as follows:
[root@domain ~]# service named restart Stopping named: . [ OK ] Starting named: [ OK ] [root@domain ~]# netstar -tcp -bash: netstar: command not found [root@domain ~]# service named status version: 9.8.2rc1-RedHat-9.8.2-0.47.rc1.el6_8.3 CPUs found: 2 worker threads: 2 number of zones: 16 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF recursive clients: 0/0/1000 tcp clients: 0/100 server is up and running named (pid 7488) is running... [root@domain ~]# rndc status version: 9.8.2rc1-RedHat-9.8.2-0.47.rc1.el6_8.3 CPUs found: 2 worker threads: 2 number of zones: 16 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF recursive clients: 0/0/1000 tcp clients: 0/100 server is up and running Problem solved i have used alternate solution for this problem. Thanks for help.
sudo netstat -aetnpu | grep named; 2 -sudo iptables -nvL