PDA

View Full Version : Domain Disappeared?


Geronimo
2003-11-21, 18:39 PM
What would cause my domain to suddenly not resolve correctly. Was working for several days now it just kicks me to the admin login panel.

www.clansolutions.com

QT
2003-11-21, 18:46 PM
You need to remove the DNS zone for that domain from your server since GeoDNS is doing the DNS.


$ host -t ns clansolutions.com a.gtld-servers.net
clansolutions.com NS ns2.geodns.net
clansolutions.com NS ns1.geodns.net

$ host -t ns clansolutions.com 69.44.60.159
clansolutions.com NS server1.teamlord.net


:)

Geronimo
2003-11-21, 19:32 PM
Can I login into ensim and just remove the check from "Add to DNS" ?

Geronimo
2003-11-28, 16:42 PM
I put those commands in with no success.

QT
2003-11-28, 19:13 PM
Originally posted by Geronimo
Can I login into ensim and just remove the check from "Add to DNS" ?

That should work. :)

Geronimo
2003-11-28, 19:19 PM
I had it unchecked for about 5 days. Nothing

Then checked for a for more days and still nothing.

QT
2003-11-28, 19:22 PM
Try leaving it unchecked and restart bind.

Geronimo
2003-11-28, 19:27 PM
Going to need help with restart bind. Dont have a clue what that is.

QT
2003-11-28, 19:37 PM
I just noticed from your previous posts that you have a Red Hat server. If so, then bind isn't the issue (sorry I didn't notice this earlier).

If you've unchecked the "Add to DNS" and it still doesn't work, then I'm puzzled too now. :confused:

Check your resolve.conf and make sure that you don't have your own server listed there.

Geronimo
2003-11-28, 20:02 PM
You refering to the primary master server?

QT
2003-11-28, 20:07 PM
Originally posted by Geronimo
You refering to the primary master server?
I'm not understanding what you mean here. You need to log into your server and check your resolv.conf to make sure that your server (your servers IP) is not listed there. Check out knightfoo's DNS HowTo to see what should be listed in there. :)

Geronimo
2003-11-29, 16:50 PM
In Linux, your /etc/resolv.conf would look like this for VA:
domain teamlord.net
nameserver 69.44.56.86
nameserver 69.44.56.102


Thats what mine looks like.

Not sure if this would cause a problem. I own a domain called "teamlord.net" hosted elsewhere, but for my server here at serverbeach the "server1.teamlord.net" is my account. Would this cause conflicts?

QT
2003-11-29, 19:51 PM
The only thing you need to do to resolve this issue is remove the DNS zone for that domain (clansolutions) from your server since GeoDNS is doing the DNS. I don't know where it's at, but it's on your server somewhere. If you can't find where it's at, then you need to get someone to find it for you. This is what is causing the problem. :)