I guess I am responsible for the server. The guy who was managing it is no longer here.
NS1 and NS2 are pointing to 69.30.46.55 and NS3 is pointing to a linux server here at the office it looks like 63.150.66.126
C:\smtp\SmtpDiag>nslookup -type=soa sunstone.com 69.30.46.55
*** Can't find server name for address 69.30.46.55: Query refused
Server: UnKnown
Address: 69.30.46.55
sunstone.com
primary name server = fire.sunstone.com
responsible mail addr = hostmaster.sunstone.com
serial = 2008050352
refresh = 1800 (30 mins)
retry = 900 (15 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)
sunstone.com nameserver = ns3.sunstonecircuits.com
sunstone.com nameserver = ns1.sunstonecircuits.com
ns1.sunstonecircuits.com internet address = 69.30.46.55
ns3.sunstonecircuits.com internet address = 63.150.66.126
I did the same thing to the other server
C:\smtp\SmtpDiag>nslookup -type=soa sunstonecircuits.com 63.150.66.126
*** Can't find server name for address 63.150.66.126: Query refused
Server: UnKnown
Address: 63.150.66.126
sunstonecircuits.com
primary name server = fire.sunstone.com
responsible mail addr = hostmaster.sunstone.com
serial = 2008050352
refresh = 1800 (30 mins)
retry = 900 (15 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)
sunstonecircuits.com nameserver = ns1.sunstonecircuits.com
sunstonecircuits.com nameserver = ns3.sunstonecircuits.com
ns1.sunstonecircuits.com internet address = 69.30.46.55
ns3.sunstonecircuits.com internet address = 63.150.66.126
Main Topics
Browse All Topics





by: jar3817Posted on 2009-06-22 at 09:31:35ID: 24684054
Who is responsible for this linux firewall, you or someone else? If it's a firewall, are DNS requests getting forwarded to some internal server or are then handled on that linux machine? What are the SOA records exactly? You can get them via a cmd window:
nslookup -type=soa <domainnamehere> <ip of dns server>