Domain Not Point to server.

frednoob

Verified User
Joined
Feb 15, 2007
Messages
90
Need help here ....

I create reseller account on the server and gave the reseller 3 ips
1 ips shared
2 ips for nameserver

i've set the ns1.domain.com = 1.1.1.1
and second ns2.domain.com = 1.1.1.2

but, after 2 days, the domain still not point to the server, when i check dns, it said Dns unable to resolve domain.com

when i check at dnsstuff.com, it said the nameserver fail.

how to check the ip is blocking or not ??
 
Your nameservers are wrong:
Code:
$ dig +short domain.com ns
ns1.dotsterhost.com.
ns2.dotsterhost.com.
ns3.dotsterhost.com.
$ dig +short dotsterhost.com
72.5.54.20
$
Jeff
 
Code:
fred@local:~$ dig mydomain.com

; <<>> DiG 9.4.1 <<>> mydomain.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 31743
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

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

;; AUTHORITY SECTION:
com.                    900     IN      SOA     a.gtld-servers.net. nstld.verisi                gn-grs.com. 1221875019 1800 900 604800 900

;; Query time: 260 msec
;; SERVER: 203.27.227.86#53(203.27.227.86)
;; WHEN: Sat Sep 20 09:44:26 2008
;; MSG SIZE  rcvd: 100

fred@local:~$

this is what i get when i dig it (domain it false for privacy)

i have

when i do

dig +short domain.com ns

it show nothing .....
 
Short answer here.

Longer answer here.

Longer answer: Privacy is a wonderful thing. It makes it impossible to help you, but it's a still a wonderful thing. The only way to find the problem is to trace. I can't trace what I don't know.

Note: do not send the information to me privately unless you're willing to pay for support. I help on the forums as time and resources permit but since my main business source of income is third-party support for DirectAdmin, I cannot offer help privately unless I'm being paid. I hope you understand.

Perhaps someone else will help and respond, but generally on these forums that doesn't happen unless you're willing to forgo your privacy.

Jeff
 
Back
Top