View Single Post
Old 2006-02-06, 01:35 PM   #1
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
Sparky: DNS stuff....

This beats me. I'm having some issues getting to some domains from my server, but not from anywhere else.

Machine #1:

$ host -t SOA rocketflow.com
rocketflow.com SOA ns1.rocketflow.com dnsadmin.rocketflow.com (
2006020422 ;serial (version)
3600 ;refresh period (1 hour)
1800 ;retry interval (30 minutes)
604800 ;expire time (1 week)
3600 ;default ttl (1 hour)
)

$ host -t NS rocketflow.com
rocketflow.com NS ns2.rocketflow.com
rocketflow.com NS ns1.rocketflow.com

$ host -t A ns1.rocketflow.com
ns1.rocketflow.com does not exist, try again

$ host -t A ns2.rocketflow.com
ns2.rocketflow.com does not exist, try again


$ host -t A rocketflow.com
rocketflow.com A 198.104.132.29


Can't find the A records for ns[12].rocketflow.com but does find the A record for rocketflow.com, so not a broken zone file. So all domains that use those 2 NS' does not resolve.


Machine #2:

% host -t SOA rocketflow.com
rocketflow.com SOA ns1.rocketflow.com. dnsadmin.rocketflow.com. 2006020422 3600 1800 604800 3600

% host -t NS rocketflow.com
rocketflow.com name server ns2.rocketflow.com.
rocketflow.com name server ns1.rocketflow.com.

% host -t A ns1.rocketflow.com
ns1.rocketflow.com has address 130.94.75.209

% host -t A ns2.rocketflow.com
ns2.rocketflow.com has address 130.94.75.210



No issues here and I get the same result from home.

Got any clues?
swedguy is offline   Reply With Quote