Hi friends i have a problem whit ISPconfig an CENTOS 5.2 i have an ready installed ISPconfig and full functional but i have a little mistake. the local DNS resolve a Domain pointed to registered DNS but only in local machine in a external dont resolve. see this. [root@xxxx ~]# dig gosbot.com ; <<>> DiG 9.3.4-P1 <<>> gosbot.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 46663 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;gosbot.com. IN A ;; Query time: 238 msec ;; SERVER: 200.93.216.2#53(200.93.216.2) ;; WHEN: Wed Sep 3 10:36:02 2008 ;; MSG SIZE rcvd: 28 [root@xxxx ~]# dig @localhost gosbot.com ; <<>> DiG 9.3.4-P1 <<>> @localhost gosbot.com ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29431 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUESTION SECTION: ;gosbot.com. IN A ;; ANSWER SECTION: gosbot.com. 86400 IN A 190.95.170.246 ;; AUTHORITY SECTION: gosbot.com. 86400 IN NS ns2.tuweb.us. gosbot.com. 86400 IN NS ns1.tuweb.us. ;; ADDITIONAL SECTION: ns1.tuweb.us. 86400 IN A 190.95.170.246 ns2.tuweb.us. 86400 IN A 190.95.170.246 ;; Query time: 2 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Wed Sep 3 10:36:18 2008 ;; MSG SIZE rcvd: 120 if you have any idea thanks a lot!
Ok, this means that your server is not authoritive for the domain. Please contact the company were you regsitered the domain and tell them thaty they should set your server as authoritive nameserver for the domain.
Thanks Till. i have already configured zones for tuweb.us on my current registrant (godady.com) Name Servers: NS13.DOMAINCONTROL.COM NS14.DOMAINCONTROL.COM Total DNS: (Available) ARecord @ 190.95.170.246 CNAME mobilemail @ CNAME smtp @ CNAME pop @ MX @ 190.95.170.246 And for gosbot.com i have this. Name Servers: (Last Update 8/13/2008) NS1.TUWEB.US NS2.TUWEB.US NS1.TUWEB.US and NS2.TUWEB.US are registered DNS for tu.web.us i think this is authoritive, they are the only ones. Thanks for your help!
Working for me: Code: mh1:~# dig ns gosbot.com ; <<>> DiG 9.3.4 <<>> ns gosbot.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12653 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;gosbot.com. IN NS ;; ANSWER SECTION: gosbot.com. 172800 IN NS ns1.tuweb.us. gosbot.com. 172800 IN NS ns2.tuweb.us. ;; Query time: 35 msec ;; SERVER: 213.191.92.84#53(213.191.92.84) ;; WHEN: Thu Sep 4 15:42:12 2008 ;; MSG SIZE rcvd: 72 mh1:~# dig gosbot.com ; <<>> DiG 9.3.4 <<>> gosbot.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33769 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;gosbot.com. IN A ;; ANSWER SECTION: gosbot.com. 86400 IN A 190.95.170.246 ;; Query time: 747 msec ;; SERVER: 213.191.92.84#53(213.191.92.84) ;; WHEN: Thu Sep 4 15:42:20 2008 ;; MSG SIZE rcvd: 44 mh1:~# It can take up to 72 hours until DNS changes propagate.
thanks for your response! is so extrange ... do not work in server in usa, but work for me in another locations yes that work in dnstuff and dnsreport but no in dnscheck ... yes i know 'It can take up to 72 hours until DNS changes propagate. ' but i made change 18 days ago! Thanks for your time!
http://www.intodns.com/gosbot.com There seem to be problems with your name servers. I see that you have created CNAME records for them - please try A records instead.
yes!, you right friend. is necesary A records plus register host. All is ok now Thanks very much for your help!