DNS Nightmare

BrianUK

Verified User
Joined
Feb 4, 2006
Messages
89
I'm moving sites over to a new server and need help setting the NS.

In admin/ip manager i've got

11.111.111.111 free admin ns1.domain.co.uk 255.255.255.0
11.111.111.112 free admin ns1.domain.co.uk 255.255.255.0

In admin/administrator settings i've got

NS1 ns1.domain.co.uk
NS2 ns2.domain.co.uk

In reseller/ip management i've got

11.111.111.111 free ns1.domain.co.uk
11.111.111.112 free ns2.domain.co.uk

In reseller/nameservers i've got

11.111.111.111 free ns1.domain.co.uk
11.111.111.112 free ns2.domain.co.uk
11.111.111.113 server 10

No i've tried add new domains via restoring backup and by creating fresh but the domains do not resolve to the server even locally via ssh. I updated the domains NS via registrar ages ago (over the 72 hours) and although the changes are showing on whois still no joy.

Just to note that using registrar's NS and using IP pointers the domains resolve fine.

Someone please help before I break something

PS OS Debian Sarge
IP's and domains have been changed for security
 
appologies

ns1.1net1.co.uk 78.129.140.157
ns2.1net1.co.uk 78.129.140.158

domain name 1net1.co.uk

thanks
 
It appears that the uk root servers don't have entries for either ns1 or for ns2.

You need to register them as nameservers at the same place where you registered the 1net1.co.uk domain.

Jeff
 
Check with your registrar. They're not registered:
Code:
$ dig @a.root-servers.net ns1.1net1.co.uk
returns a list of second level nameservers to check:
Code:
; <<>> DiG 9.3.1 <<>> @a.root-servers.net ns1.1net1.co.uk
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38988
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 11, ADDITIONAL: 14

;; QUESTION SECTION:
;ns1.1net1.co.uk.               IN      A

;; AUTHORITY SECTION:
uk.                     172800  IN      NS      NS1.NIC.uk.
uk.                     172800  IN      NS      NS2.NIC.uk.
uk.                     172800  IN      NS      NS3.NIC.uk.
uk.                     172800  IN      NS      NS4.NIC.uk.
uk.                     172800  IN      NS      NS5.NIC.uk.
uk.                     172800  IN      NS      NS6.NIC.uk.
uk.                     172800  IN      NS      NS7.NIC.uk.
uk.                     172800  IN      NS      NSA.NIC.uk.
uk.                     172800  IN      NS      NSB.NIC.uk.
uk.                     172800  IN      NS      NSC.NIC.uk.
uk.                     172800  IN      NS      NSD.NIC.uk.

;; ADDITIONAL SECTION:
NS1.NIC.uk.             172800  IN      A       195.66.240.130
NS1.NIC.uk.             172800  IN      AAAA    2a01:40:1001:35::2
NS2.NIC.uk.             172800  IN      A       217.79.164.131
NS3.NIC.uk.             172800  IN      A       213.219.13.131
NS4.NIC.uk.             172800  IN      A       194.83.244.131
NS4.NIC.uk.             172800  IN      AAAA    2001:630:181:35::83
NS5.NIC.uk.             172800  IN      A       213.246.167.131
NS6.NIC.uk.             172800  IN      A       213.248.254.130
NS7.NIC.uk.             172800  IN      A       212.121.40.130
NSA.NIC.uk.             172800  IN      A       204.74.112.44
NSA.NIC.uk.             172800  IN      AAAA    2001:502:d399::44
NSB.NIC.uk.             172800  IN      A       204.74.113.44
NSC.NIC.uk.             172800  IN      A       199.7.66.44
NSD.NIC.uk.             172800  IN      A       199.7.67.44
And when I check one of these servers:
Code:
dig @NS3.NIC.uk ns1.1net1.co.uk
The return tells me that ns1.1net1.co.uk is responsible for giving me it's A record (which is impossible since I don't know where to go to ask it):
Code:
; <<>> DiG 9.3.1 <<>> @NS3.NIC.uk ns1.1net1.co.uk
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27708
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;ns1.1net1.co.uk.               IN      A

;; AUTHORITY SECTION:
1net1.co.uk.            172800  IN      NS      ns2.1net1.co.uk.
1net1.co.uk.            172800  IN      NS      ns1.1net1.co.uk.
Only the registrar where you registered 1net1.co.uk can help you.

Jeff
 
I've gotten a bit further with this but still need some help, is there anyone who would be willing to spare a few minutes on msn? I know it's going to a be a quick fix as i've obviously made a config error somewhere.

thanks
 
Back
Top