new domain pointing to wrong IP

angel17846

Verified User
Joined
Aug 27, 2005
Messages
8
I have a domain set up in DA - my first one.

My nameservers are setup in the registrar and mail is working fine.

My nameservers are:

ns3.unlocktheweb.com --> 206.123.117.140
ns4.unlocktheweb.com --> 206.123.117.141

My domain, unlocktheweb.com is not working. I am getting the default appache screen. When I ping the domain, it is pointing to 206.123.117.141 instead of 140. My site is uploaded and I can't find a problem with the dns records or zone in DA.

This has been happening for a week.

Any ideas what I could be doing wrong?

Thanks,
Angel
 
When I check from one of my systems, I see the site at 206.123.117.140.

Code:
$ dig unlocktheweb.com

; <<>> DiG 9.2.1 <<>> unlocktheweb.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47677
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

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

;; ANSWER SECTION:
unlocktheweb.com.       14400   IN      A       206.123.117.140

;; AUTHORITY SECTION:
unlocktheweb.com.       14400   IN      NS      ns4.unlocktheweb.com.
unlocktheweb.com.       14400   IN      NS      ns3.unlocktheweb.com.

;; Query time: 72 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Aug 27 09:17:35 2005
;; MSG SIZE  rcvd: 86

$
In other words, it works from here. If it's still not working for you the first place to start would be on your own system.

Jeff
 
Back
Top