Domain Name not resolving.

aboyz

Verified User
Joined
Dec 4, 2003
Messages
25
Hi,

I got domain name dohma.com and created two name server on my registrar, which got resolved like 2 days ago.

I created a user name with the domain name dohma.com it worked for like a 1 days , then after that the domain name is not resolving. anyone know what the problem is?

I try doing a reinstall on it and same thing, that domain name is not resolving.

I got ns1.dohma.com and ns2.dohma.com both pointing to the box. How can ns1 ns2 both pointing to the same box and dohma.com is not working??

I checked services .. all services is running.

What am i missing please advise..

thakns!!
 
Doing a whois lookup:


domain: dohma.com
created: 01-Aug-2003
last-changed: 01-Aug-2004
registration-expiration: 01-Aug-2005

nserver: ns3.schlund.de
nserver: ns4.schlund.de


Doesn't look like the DNS has been changed


;; ANSWER SECTION:
dohma.com. 86400 IN A 212.227.142.1

;; AUTHORITY SECTION:
dohma.com. 86400 IN NS ns3.schlund.de.
dohma.com. 86400 IN NS ns4.schlund.de.

;; ADDITIONAL SECTION:
ns3.schlund.de. 86400 IN A 195.20.224.95

;; Query time: 242 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Aug 4 20:23:08 2004
;; MSG SIZE rcvd: 105

[root@www10 public_html]# host 212.227.142.1
1.142.227.212.in-addr.arpa domain name pointer www.1und1.com.
 
arg..

hahahaha..

dohma.com is just an example..

anyway here is the actuall domain name

wificomnetworks.com

i got ns1.wificomnetworks.com and ns2.wificomnetworks.com

both pointing to the same BOX.

please advise..
thanks

whois...



Registrar of Record: TUCOWS, INC.
Record last updated on 29-Jul-2004.
Record expires on 31-May-2005.
Record created on 31-May-2004.

Domain servers in listed order:
NS1.WIFICOMNETWORKS.COM 64.27.28.247
NS2.WIFICOMNETWORKS.COM 64.27.28.248
 
named is working

named is running

service iptables stop

same issues

:(
 
Did you actually add the A records for ns1 and ns2 to your local zone file? Another thing to check is firewall. If you are running a firewall, you're going to need to allow DNS traffic in and out.

I can ping the IP of ns1 so it is assigned to some box somewhere. I can't complete a traceroute to it. The traceroute seems to be blocked at a network border or it's just plain timing out.
 
Yes,

Yes, I saw two name server on the DNS, Let me check if iptables is turned off.
 
no luck!!

hi,

NO luck

can somoene please help me out here, I can't get my domain name working...
what is the cause of this, please help

thakns
 
You may think that the bind daemon (named) is running, but the rest of the Internet thinks it's not.

If it's running, then either (a) it's running on the wrong IP#, or (b) it's being firewalled off from the Internet.

Let's figure out which:

Log into your server, using a shell account. You do NOT have to be root, and that's why I'm using the "$" sign at the beginning of the example line for you to type.

(By your server, I mean the server at 64.27.28.247).

Try:

$ dig @localhost wificomnetworks.com

Did you get, as part of the output, a series of lines similar to this:

;; ANSWER SECTION:
wificomnetworks.com. 172800 IN A 64.27.28.247

If you did, then yournameserver is working, but it's being firewalled off from the rest of the Internet.

If instead you got something similar to this:

; <<>> DiG 9.2.1 <<>> wificomnetworks.com
;; global options: printcmd
;; connection timed out; no servers could be reached

then your nameserver isn't working.

Jeff
 
I'm getting this..

I'm getting this..

root@cp:~# dig @localhost wificomnetworks.com

; <<>> DiG 9.2.1 <<>> @localhost wificomnetworks.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 37987
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

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

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(localhost)
;; WHEN: Thu Aug 5 23:24:17 2004
;; MSG SIZE rcvd: 37

What should i do now??

Please advise.. i did a service iptables stop
then a chkconfig iptables off

What should i do? please advise..
 
Re: I'm getting this..

aboyz said:
What should i do now??
Your bind nameserver is running but it thinks it's not authoritative for your domain.

It can't reach the server it thinks is authoritative for the domain.

Please try:

$ grep wificomnetworks.com /etc/named.conf

Do you get an answer pointing to a file at /var/named/wificomnetworks.com.db ?

If so, can you post the contents of /var/named/wificomnetworks.com.db ?

Jeff
 
strange thing..

Hi,

I notice the server is acting wierd. Everytime i rebooted the server the SSH will come on for like maybe 10-20mins or so. Then it just die out, and I can't ssh into the server. I mean the server is still up and running, but ssh just die out why is that? wierd.. The only way to get ssh back is to log into the directadmin control panel and reboot it from there.

anyone know what is going on?? I logged into admin and went into list user. then went I try to delete user it says choose a user to delete. I don't see any buttom to do that. what is going on?? Is directamdin mess up or what?

Here is what i got from the named.conf and wifi.db

root@cp:~# grep wificomnetworks.com /etc/named.conf
zone "wificomnetworks.com" { type master; file "/var/named/wificomnetworks.com.db"; };

and inside of wificomnetworks.com.db

$TTL 14400
@ IN SOA ns1.wificomnetworks.com. root.wificomnetworks.com. (
2004080600
7200
3600
1209600
86400 )

wificomnetworks.com. 14400 IN NS ns1.wificomnetworks.com.
wificomnetworks.com. 14400 IN NS ns2.wificomnetworks.com.

ftp 14400 IN A 64.27.28.247
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 64.27.28.247
pop 14400 IN A 64.27.28.247
wificomnetworks.com. 14400 IN A 64.27.28.247
www 14400 IN A 64.27.28.247

wificomnetworks.com. 14400 IN MX 10 mail



wificomnetworks.com. IN TXT "v=spf1 ~all"

does this look right?? anyone know what is going on. please let me know

thanks
 
Back
Top