Can't get the nameservers set

D. Wouter

New member
Joined
Nov 30, 2010
Messages
1
Hi all,

First of all I want to say that my English is not so good.
But I hope that somebody can help me with this.

I've got a new VPS but I got some problems with creating de nameservers.

De main domain is : wd-design.be
At the register, this domain's nameservers are:
NS-1 : ns1.wd-design.be IP-1 : 178.239.55.39
NS-2 : ns2.wd-design.be IP-2 : 178.239.55.41

In DA => Admin => DNS Administration
I've created server.wd-design.be with the 2 nameservers.

In D1 => User => DNS Management
I can see this :

ftp--------------A-----94.228.218.201
localhost--------A-----127.0.0.1
mail-------------A-----94.228.218.201
pop-------------A-----94.228.218.201
smtp------------A-----94.228.218.201
wd-design.be.---A-----94.228.218.201
www------------A-----94.228.218.201
wd-design.be.---NS----ns1.wd-design.be.
wd-design.be.---NS----ns2.wd-design.be.
mail-------------MX----10
wd-design.be.---TXT---"v=spf1 a mx ip4:94.228.218.201 ~all"

94.228.218.201 is the master IP of my VPS

I don't know what's wrong and I hope that somebody can help me with this.

Thanks anyway.

Wouter
 
Why do you think its not working...seems to be working fine here.

[root@ns1 namedb]# dig @ns1.wd-design.be wd-design.be A

; <<>> DiG 9.3.6-P1 <<>> @ns1.wd-design.be wd-design.be A
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23717
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;wd-design.be. IN A

;; ANSWER SECTION:
wd-design.be. 14400 IN A 94.228.218.201

;; AUTHORITY SECTION:
wd-design.be. 14400 IN NS ns1.wd-design.be.
wd-design.be. 14400 IN NS ns2.wd-design.be.

;; ADDITIONAL SECTION:
ns1.wd-design.be. 14400 IN A 178.239.55.39
ns2.wd-design.be. 14400 IN A 178.239.55.41

;; Query time: 153 msec
;; SERVER: 178.239.55.39#53(178.239.55.39)
;; WHEN: Tue Nov 30 16:23:24 2010
;; MSG SIZE rcvd: 114
 
Back
Top