guys, any ideas?... i tried to troubleshoot but still no luck
netstat -tulpn | grep 53
PHP Code:
tcp 0 0 121.111.1.1:53 0.0.0.0:* LISTEN 23515/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 23515/named
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 23515/named
tcp 0 0 :::53 :::* LISTEN 23515/named
udp 0 0 121.111.1.1:53 0.0.0.0:* 23515/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 23515/named
udp 0 0 :::53 :::* 23515/named
/etc/init.d/named status
PHP Code:
version: 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.6
CPUs found: 2
worker threads: 2
number of zones: 17
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 23515) is running...
ive checked zone files for errors..
PHP Code:
named-checkconf /etc/named.conf
host ns1.pl.blucard.com
PHP Code:
Host ns1.pl.blucard.com not found: 3(NXDOMAIN)
dig 123.111.1.1
PHP Code:
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.6 <<>> 123.111.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 52082
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;123.111.1.1. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2013010301 1800 900 604800 86400
;; Query time: 67 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Jan 3 21:36:42 2013
;; MSG SIZE rcvd: 106