Submitted by compserv on Sun, 11/29/2009 - 21:14
Made the move to Debian 5.0 from Ubuntu. Restored Servers from backup. MxTools reports:
Type Domain Name Primary NS Responsible Email TTL SOA respectfullyyours.biz debian root@debian 11 hrs
I know this is wrong but for the life of me I can't figure out where to fix the Start of Authority primary NS information and yes I did look in the DNS Zone for debian.tampabay.rr.com and respectfullyyours.biz.
Help.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Mon, 11/30/2009 - 00:41 Comment #1
You can edit this for an existing domain at Services -> DNS Domain .. however, I did an SOA lookup for respectfullyyours.biz, and it looks OK :
fudu.home:~ > dig SOA respectfullyyours.biz
; <<>> DiG 9.5.1-P1 <<>> SOA respectfullyyours.biz
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7278
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;respectfullyyours.biz. IN SOA
;; ANSWER SECTION:
respectfullyyours.biz. 38400 IN SOA ns2.respectfullyyours.biz. admin.controlpanel1.net. 1259431261 10800 3600 604800 38400
;; AUTHORITY SECTION:
respectfullyyours.biz. 38400 IN NS ns2.respectfullyyours.biz.
respectfullyyours.biz. 38400 IN NS webhost.respectfullyyours.biz.
;; Query time: 192 msec
;; SERVER: 193.9.101.104#53(193.9.101.104)
;; WHEN: Sun Nov 29 22:37:49 2009
;; MSG SIZE rcvd: 138
Also, you can set the primary nameserver hostname for new domains at System Settings -> Server Templates -> Default Settings -> BIND DNS domain -> Master DNS server hostname.
Submitted by compserv on Tue, 12/08/2009 - 18:25 Comment #2