ping ns1.XXXX.com does'nt work

ben29

Verified User
Joined
Jul 20, 2006
Messages
449
Location
Israel
i dont why...
server.XXX.com works good i mean that i get ping
but on ns1 or ns2
it's does'nt work
 
Yes, It would help with the domain ;)

Have you actually created the nameservers?
If so, It might take 24 hours for the nameservers to show, give them time.
 
Last edited:
Your domain registrar doesn't seem to support using the same domain for the NS records, or you did it wrong.

Here is a correct DNS query/reply:
Code:
$ dig -t ns tillo.ch

; <<>> DiG 9.3.4-P1.1 <<>> -t ns tillo.ch
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62298
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 4

;; QUESTION SECTION:
;tillo.ch.                      IN      NS

;; ANSWER SECTION:
tillo.ch.               14400   IN      NS      ns2.edge.tillo.ch.
tillo.ch.               14400   IN      NS      ns2.tillo.ch.
tillo.ch.               14400   IN      NS      ns1.edge.tillo.ch.
tillo.ch.               14400   IN      NS      ns1.tillo.ch.

;; ADDITIONAL SECTION:
ns1.edge.tillo.ch.      14400   IN      A       85.17.207.63
ns1.tillo.ch.           14400   IN      A       194.169.192.232
ns2.edge.tillo.ch.      14400   IN      A       85.17.207.160
ns2.tillo.ch.           14400   IN      A       193.200.193.252

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sun Dec  7 20:07:08 2008
;; MSG SIZE  rcvd: 167
Here is the DNS query/reply for your domain:
Code:
$ dig -t ns serversolution.co.il

; <<>> DiG 9.3.4-P1.1 <<>> -t ns serversolution.co.il
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30230
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;serversolution.co.il.          IN      NS

;; ANSWER SECTION:
serversolution.co.il.   14094   IN      NS      ns2.serversolution.co.il.
serversolution.co.il.   14094   IN      NS      ns1.serversolution.co.il.

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sun Dec  7 20:07:00 2008
;; MSG SIZE  rcvd: 74

As you can see, my registrar (switch.ch) asked me for the hosts AND the IP addresses, and they deliver both with the NS answer; this makes the domain working.
If your registrar interface permits to insert IP addresses with the NS hosts, insert them. If not, just use another domain or ask them for help.

P.S.: are you sure you want to enter in the webhosting business? I'm sorry to tell you that, but if you can't solve this kind of simple DNS problems I don't think you are up to it. "Easy 2 use, easy 2 pay"... easy 2 fail.
 
Last edited:
1. hi i can slove that?
2.my friend open this topic beacuse he does'nt have account beacuse
he dot have internet at home
and my serv site is (Easy-Serv.co.il)
thanks aloot!
 
Last edited:
Your friend will have to login in his account at the registrar website (which seems to be "Domain The Net", http://www.domainthenet.com/) and enter the IP addresses of ns1.serversolution.co.il and ns2.serversolution.co.il manually along with the hosts, in the "nameserver" fields for the serversolution.co.il domain.
 
It appears that ns1.serversolution.co.il and ns2.serversolution.co.il are NOT registered at the main (registrar) nameservers.

Jeff
 
Back
Top