I am attempting to move my name servers from GoDaddy to ISPConfig3. I've managed to get my name servers pointed away from GoDaddy, but I seem to have other problems. I have two domains - Domain1 hosts the name servers ns1 and ns2. Domain 2 is supposed to be using Domain1 as its nameservers.
I keep ending up with results like so:
Code:
dig any domain2.com
; <<>> DiG 9.6.1-P2-RedHat-9.6.1-7.P2.fc11 <<>> any domain2.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46486
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;domain2.com. IN ANY
;; ANSWER SECTION:
domain2.com. 85124 IN A 70.32.35.210
domain2.com. 86295 IN NS ns1.domain1.com.domain2.com.
domain2.com. 86295 IN NS ns2.domain1.com.domain2.com.
;; Query time: 109 msec
;; SERVER: 192.168.140.8#53(192.168.140.8)
;; WHEN: Wed Jan 20 20:47:30 2010
;; MSG SIZE rcvd: 107
Why is domain2 getting appended to the end of the ns1 and ns2 records? Obviously this is messing up my domain, because domain2 does not have the name servers.