can't find webserver

sting

New member
Joined
Dec 19, 2005
Messages
3
I set up an account on my server, but it looks like there is something wrong with the nameservers.

this is what I did.

I created 2 IP's (admintools, IP management)
209.123.181.80 free wegcodekid ns1.wegcodekids.be 255.255.255.0
209.123.181.81 free wegcodekid ns2.wegcodekids.be 255.255.255.0

The server is on 209.123.181.76

I assigned them to the nameservers.
The situation at this moment is:

ftp A 209.123.181.76
localhost A 127.0.0.1
mail A 209.123.181.76
ns1.wegcodekids.be. A 209.123.181.80
ns2.wegcodekids.be. A 209.123.181.81
pop A 209.123.181.76
wegcodekids.be. A 209.123.181.76
www A 209.123.181.76
wegcodekids.be. NS ns1.wegcodekids.be.
wegcodekids.be. NS ns2.wegcodekids.be.
mail MX 10

In my domain-admin (bnamed.net) I entered the nameservers.
ns1.wegcodekids.be 209.123.181.80
ns2.wegcodekids.be 209.123.181.81

It's been 5 days since I've entered this into directadmin, so the info should have spread around the network.

Did I forget something?:(
 
DNS report gives me this:

test: NS : failed

A timeout occurred getting the NS records from your nameservers! None of your nameservers responded fast enough. They are probably down or unreachable. I can't continue since your nameservers aren't responding. If you have a Watchguard Firebox, it's due to a bug in their DNS Proxy, which must be disabled.

http://www.dnsreport.com/tools/dnsreport.ch?domain=wegcodekids.be
 
It appears that .80 isn't answering at all (I can't even ping it) and that .81 responds to a ping but doesn't seem to have a nameserver running.

Jeff
 
209.123.181.81 and 209.123.181.76 are pingable. 209.123.181.80 isn't.

Have you added the ip-adresses in IP Management on your server?

Have you checked if you have a nameserver running?

Try:
ps axuw | grep "named" | grep -v "grep"


Rene
 
qsentry said:
209.123.181.81 and 209.123.181.76 are pingable. 209.123.181.80 isn't.

Have you added the ip-adresses in IP Management on your server?

Yes I have.
I've created both IP's at the same time.

The result is in my 1st post.

Have you checked if you have a nameserver running?

Try:
ps axuw | grep "named" | grep -v "grep"


Rene
It's a rented server.
Can I get execute those commands from the DirectAdmin?
 
Back
Top