Hi there!! I need to configure the nameservers for a domain I have. I created A records for both ns1 and ns2 redirecting for two different ips... But somehow I'm getting an error which I can't understand why... Here is the dig result: Code: ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> @85.139.252.201 ideia-atlantico.pt NS +norecurse ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55507 ;; flags: qr aa ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2 ;; QUESTION SECTION: ;ideia-atlantico.pt. IN NS ;; ANSWER SECTION: ideia-atlantico.pt. 86400 IN NS ns2.ideia-atlantico.pt. ideia-atlantico.pt. 86400 IN NS ns1.ideia-atlantico.pt. ;; ADDITIONAL SECTION: ns1.ideia-atlantico.pt. 86400 IN A 85.139.252.201 ns2.ideia-atlantico.pt. 86400 IN A 178.63.50.194 ;; Query time: 26 msec ;; SERVER: 85.139.252.201#53(85.139.252.201) ;; WHEN: Mon May 2 12:21:00 2011 ;; MSG SIZE rcvd: 104 ****++++****++++**** ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> @178.63.50.194 ideia-atlantico.pt NS +norecurse ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23738 ;; flags: qr aa; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;ideia-atlantico.pt. IN NS ;; ANSWER SECTION: ideia-atlantico.pt. 86400 IN NS ns4.proalojamento.com. ideia-atlantico.pt. 86400 IN NS ns1.proalojamento.com. ideia-atlantico.pt. 86400 IN NS ns2.proalojamento.com. ideia-atlantico.pt. 86400 IN NS ns3.proalojamento.com. ;; Query time: 63 msec ;; SERVER: 178.63.50.194#53(178.63.50.194) ;; WHEN: Mon May 2 12:21:01 2011 ;; MSG SIZE rcvd: 125 ****++++****++++**** Can anyone help? Thanks
This is what I get: Code: mh1:~# dig ns ideia-atlantico.pt ; <<>> DiG 9.3.4 <<>> ns ideia-atlantico.pt ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50004 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;ideia-atlantico.pt. IN NS ;; ANSWER SECTION: ideia-atlantico.pt. 28791 IN NS ns1.dnsexit.com. ideia-atlantico.pt. 28791 IN NS ns2.dnsexit.com. ideia-atlantico.pt. 28791 IN NS ns3.dnsexit.com. ideia-atlantico.pt. 28791 IN NS ns4.dnsexit.com. ;; Query time: 3 msec ;; SERVER: 213.133.98.98#53(213.133.98.98) ;; WHEN: Wed May 4 00:31:33 2011 ;; MSG SIZE rcvd: 119 mh1:~#
These links might give you the idea: http://www.howtoforge.com/ispconfig_dns_godaddy http://www.howtoforge.com/ispconfig_dns_providerdomain_schlund