How to configure DNS?

shults

New member
Joined
Aug 7, 2007
Messages
3
There are mydomain.nu.
I have 3 servers with DA and servers are with such IP:
1 - 83.170.92.2
2 - 83.170.92.3, 83.170.92.5
3 - 83.170.92.4

At the registrar of the domain mydomain.nu I have registered 2 ns-servers: ns1.mydomain.nu with IP 83.170.92.3
ns2.mydomain.nu with IP 83.170.92.5

And at the registrar I have made "Transfer Domain to Host".
On all servers with DA I have configured "NS1" = "ns1.xport.nu" and "NS2" = "ns2.xport.nu".
I have included on each server function "Multi Server" and they exchange among themselves dns tables.
There are three domains:
mydomain.nu - is on a server 83.170.92.3, 83.170.92.5
crow.xport.nu - is on a server 83.170.92.2
slip.xport.nu - is on a server 83.170.92.4
----------------------------------------------------------------
If I try to open xport.nu, crow.xport.nu, slip.xport.nu - nothing works.
Why it's not working?
 
Last edited:
DNS:

ftp A 83.170.92.3
localhost A 127.0.0.1
mail A 83.170.92.3
pop A 83.170.92.3
www A 83.170.92.3
mydomain.nu. A 83.170.92.3
mydomain.nu. NS ns1.xport.nu.
mydomain.nu. NS ns2.xport.nu.
mail MX 10
mydomain.nu. TXT "v=spf1 a mx ip4:83.170.92.3 ?all"

test1.mydomain.nu. A 83.170.92.4
ftp A 83.170.92.4
localhost A 127.0.0.1
mail A 83.170.92.4
pop A 83.170.92.4
www A 83.170.92.4
test1.mydomain.nu. NS ns1.xport.nu.
test1.mydomain.nu. NS ns2.xport.nu.
mail MX 10
test1.mydomain.nu. TXT "v=spf1 a mx ip4:83.170.92.4 ?all"
 
Last edited:
they all appare to be working except mydomain.nu

HTML:
; <<>> DiG 9.3.3 <<>> crow.xport.nu
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45448
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;crow.xport.nu.                 IN      A

;; ANSWER SECTION:
crow.xport.nu.          14400   IN      A       83.170.92.4

;; AUTHORITY SECTION:
crow.xport.nu.          14400   IN      NS      ns1.xport.nu.crow.xport.nu.
crow.xport.nu.          14400   IN      NS      ns2.xport.nu.crow.xport.nu.

;; Query time: 159 msec
;; SERVER: 72.20.1.2#53(72.20.1.2)
;; WHEN: Thu Aug  9 07:32:41 2007
;; MSG SIZE  rcvd: 92

HTML:
 slip.xport.nu

; <<>> DiG 9.3.3 <<>> slip.xport.nu
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32538
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;slip.xport.nu.                 IN      A

;; ANSWER SECTION:
slip.xport.nu.          14400   IN      A       83.170.92.4

;; AUTHORITY SECTION:
slip.xport.nu.          14400   IN      NS      ns1.xport.nu.
slip.xport.nu.          14400   IN      NS      ns2.xport.nu.

;; Query time: 162 msec
;; SERVER: 72.20.1.2#53(72.20.1.2)
;; WHEN: Thu Aug  9 07:33:00 2007
;; MSG SIZE  rcvd: 83

HTML:
; <<>> DiG 9.3.3 <<>> mydomain.nu
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63968
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 0

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

;; ANSWER SECTION:
mydomain.nu.            3600    IN      A       194.9.94.245
mydomain.nu.            3600    IN      A       194.9.95.245

;; AUTHORITY SECTION:
mydomain.nu.            60      IN      NS      ns3.loopia.se.
mydomain.nu.            60      IN      NS      ns4.loopia.se.

;; Query time: 2204 msec
;; SERVER: 72.20.1.2#53(72.20.1.2)
;; WHEN: Thu Aug  9 07:32:21 2007
;; MSG SIZE  rcvd: 106

if you knew how the dns works even without directadmin it still is the same setup within bind.
 
Back
Top