DNS Problem, need a second pair of eyes
Hey all -- I am having a problem with a domain name. I am sure it is something simple, but I can't figure it out...so I'd like someone to double check for me.The two domains are:
www.hwr.us
www.hostingweatherrerport.com
Both point to the same website.
www.hostingweatherreport.com works just fine, I can ping and get to the website no problem.
www.hwr.us does not seem to work. I cannot ping the address, or reach the website.
I checked www.whois.us, and it lists the correct nameservers:
ns1.vbind.com
ns1.everydns.net
ns2.everydns.net
The DNS servers seem to be showing the correct information:
Code:
[root@test root]# dig @ns1.vbind.com www.hwr.us A ; <<>> DiG 9.1.3 <<>> @ns1.vbind.com www.hwr.us A ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45071 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 1 ;; QUESTION SECTION: ;www.hwr.us. IN A ;; ANSWER SECTION: www.hwr.us. 38400 IN A 66.150.201.102 ;; AUTHORITY SECTION: hwr.us. 38400 IN NS ns1.vbind.com. hwr.us. 38400 IN NS ns1.everydns.net. hwr.us. 38400 IN NS ns2.everydns.net. ;; ADDITIONAL SECTION: ns1.vbind.com. 38400 IN A 66.150.201.103 ;; Query time: 211 msec ;; SERVER: 66.150.201.103#53(ns1.vbind.com) ;; WHEN: Fri Jul 12 07:30:54 2002 ;; MSG SIZE rcvd: 135
Code:
[root@test root]# dig @ns1.everydns.net www.hwr.us A ; <<>> DiG 9.1.3 <<>> @ns1.everydns.net www.hwr.us A ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40144 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2 ;; QUESTION SECTION: ;www.hwr.us. IN A ;; ANSWER SECTION: www.hwr.us. 38400 IN A 66.150.201.102 ;; AUTHORITY SECTION: hwr.us. 38400 IN NS ns1.vbind.com. hwr.us. 38400 IN NS ns1.everydns.net. hwr.us. 38400 IN NS ns2.everydns.net. ;; ADDITIONAL SECTION: ns1.everydns.net. 86400 IN A 209.75.39.141 ns2.everydns.net. 86400 IN A 209.75.39.142 ;; Query time: 364 msec ;; SERVER: 209.75.39.141#53(ns1.everydns.net) ;; WHEN: Fri Jul 12 07:31:44 2002 ;; MSG SIZE rcvd: 151
I restarted and then rebooted our local caching server, and it did not have any affect, I cannot seem to resolve the domain name. I also tried incrementing the serial number, again, with no affect.
I am sure I am missing something simple, any thoughts?