My nameserver isn't routing requests

I have a nameserver, ns1.eastnetweb.com . It can be reached by both IP http://69.46.0.47 and by domain name http://ns1.eastnetweb.com . It just won't route any requests to the domains in apache. It is set up with the proper ip#'s at the registrar.

a dig query from the server itself gives this:

[mgp@mav ~]$ dig ns1.eastnetweb.com

; <<>> DiG 9.2.4 <<>> ns1.eastnetweb.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8837
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

;; QUESTION SECTION:
;ns1.eastnetweb.com. IN A

;; ANSWER SECTION:
ns1.eastnetweb.com. 38400 IN A 69.46.0.47

;; AUTHORITY SECTION:
eastnetweb.com. 38400 IN NS ns2.eastnetweb.com.
eastnetweb.com. 38400 IN NS ns1.eastnetweb.com.

;; ADDITIONAL SECTION:
ns2.eastnetweb.com. 38400 IN A 69.46.0.48

;; Query time: 1 msec
;; SERVER: 69.46.0.47#53(69.46.0.47)
;; WHEN: Fri Aug 19 20:11:23 2005
;; MSG SIZE rcvd: 100


but a dig query from a diferent server gives this:


[admin@plain admin]$ dig ns1.eastnetweb.com

; <<>> DiG 9.2.1 <<>> ns1.eastnetweb.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23165
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 0

;; QUESTION SECTION:
;ns1.eastnetweb.com. IN A

;; AUTHORITY SECTION:
. 3600000 IN NS F.ROOT-SERVERS.NET.
. 3600000 IN NS G.ROOT-SERVERS.NET.
. 3600000 IN NS H.ROOT-SERVERS.NET.
. 3600000 IN NS I.ROOT-SERVERS.NET.
. 3600000 IN NS J.ROOT-SERVERS.NET.
. 3600000 IN NS K.ROOT-SERVERS.NET.
. 3600000 IN NS L.ROOT-SERVERS.NET.
. 3600000 IN NS M.ROOT-SERVERS.NET.
. 3600000 IN NS A.ROOT-SERVERS.NET.
. 3600000 IN NS B.ROOT-SERVERS.NET.
. 3600000 IN NS C.ROOT-SERVERS.NET.
. 3600000 IN NS D.ROOT-SERVERS.NET.
. 3600000 IN NS E.ROOT-SERVERS.NET.

;; Query time: 2 msec
;; SERVER: 207.218.223.132#53(207.218.223.132)
;; WHEN: Fri Aug 19 21:35:13 2005
;; MSG SIZE rcvd: 247


Any idea where I went off the beam?

 

 

 

 

Top