Web Hosting Talk







View Full Version : I am about to go insane! Please help!!


bteeter
02-16-2002, 11:27 PM
All I am trying to do is move my wife's site from one server to another. Here goes. Note that DNS lookups point to the server as on the IP 216.12.211.202. Which is correct.

Now when you go to http://www.reneeteeter.com you are taken to the server it used to be on and consequently which is also the name server it is defined on: 66.96.208.10. (The home page shows up as KodiWolf.com.)

WHY?!?!?!?!

This makes no sense to me whatsoever and I've been working on this for hours now.

Any help is appreciated!

Thanks - Brian


root@web2 [/home/reneetee/www]# dig reneeteeter.com

; <<>> DiG 9.1.3 <<>> reneeteeter.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12900
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 2

;; QUESTION SECTION:
;reneeteeter.com. IN A

;; ANSWER SECTION:
reneeteeter.com. 14400 IN A 216.12.211.202

;; AUTHORITY SECTION:
reneeteeter.com. 14400 IN NS ns1.assortedinternet.com.
reneeteeter.com. 14400 IN NS ns2.assortedinternet.com.
reneeteeter.com. 14400 IN NS ns1.hostnoc.net.
reneeteeter.com. 14400 IN NS ns2.hostnoc.net.

;; ADDITIONAL SECTION:
ns1.hostnoc.net. 172100 IN A 66.96.193.3
ns2.hostnoc.net. 172100 IN A 66.96.194.3

;; Query time: 93 msec
;; SERVER: 66.96.208.11#53(66.96.208.11)
;; WHEN: Sat Feb 16 22:17:17 2002
;; MSG SIZE rcvd: 181

ToastyX
02-16-2002, 11:37 PM
It shows up correctly for me. Sounds like your DNS servers still have the old DNS entries cached. Try again in 4 hours.

freakysid
02-17-2002, 05:04 AM
# dig reneeteeter.com SOA

; <<>> DiG 8.3 <<>> reneeteeter.com SOA
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 2
;; QUERY SECTION:
;; reneeteeter.com, type = SOA, class = IN

;; ANSWER SECTION:
reneeteeter.com. 4H IN SOA ns1.assortedinternet.com. root.ns1.assortedinternet.com. (
1013915809 ; serial
8H ; refresh
2H ; retry
5w6d16h ; expiry
1D ) ; minimum

Note that in your SOA you have refresh set to 8 hours, so your nameserver is telling other name servers who query it to cache the record for 8 hours before refreshing it. I think :stickout

perpetual
02-17-2002, 05:09 AM
yep, that sounds right cos it works here as well

ToastyX
02-17-2002, 05:18 AM
The refresh is only relevant to secondary DNS servers. The TTL is what tells other DNS servers how long to cache the record.

freakysid
02-17-2002, 05:31 AM
OIC - thanks. Can I clarrify that in the dig output I posted, the TTL is shown by the minumim value

1D ) ; minimum


Is that saying that the minumum TTL is 1 day?

Thanks :)

freakysid
02-19-2002, 07:36 PM
oh - no love for freakysid :(