Hi, I come to you for help. I installed Ubuntu 11.04 on a server ispconfig 3 following your tutorial. I am having a problem with my dns I think. When I do a dig www.powaserv.com, he responds correctly. But I guess the questions in the lan and not on the internet network. Because I powaserv.com the field, which in the DNS as follows: ns3.powaserv.com and ns4.powaserv.com. Directs them logically to my IP. But nothing works, the domain name is not responding. Could you help me? Thank you in advance.
Code: server1:~# dig ns3.powaserv.com ; <<>> DiG 9.6-ESV-R1 <<>> ns3.powaserv.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 23135 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;ns3.powaserv.com. IN A ;; AUTHORITY SECTION: powaserv.com. 3600 IN SOA ns4.ikoula.com. ikoula.ikoula.com. 2011071603 7200 3600 604800 3600 ;; Query time: 50 msec ;; SERVER: 145.253.2.75#53(145.253.2.75) ;; WHEN: Sun Jul 17 15:16:08 2011 ;; MSG SIZE rcvd: 88 server1:~# dig ns4.powaserv.com ; <<>> DiG 9.6-ESV-R1 <<>> ns4.powaserv.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 16575 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;ns4.powaserv.com. IN A ;; AUTHORITY SECTION: powaserv.com. 3600 IN SOA ns4.ikoula.com. ikoula.ikoula.com. 2011071603 7200 3600 604800 3600 ;; Query time: 49 msec ;; SERVER: 145.253.2.75#53(145.253.2.75) ;; WHEN: Sun Jul 17 15:16:13 2011 ;; MSG SIZE rcvd: 88 server1:~# It seems as if you didn't create A records for ns3 and ns4.powaserv.com. You also need glue records: http://en.wikipedia.org/wiki/Domain_Name_System#Circular_dependencies_and_glue_records
Hello, Well thank you, you put me on the track. Well I was doing my requests to my domain name registrar, but it does not take into account. I just took the dns available and that's it. Again thank you for your help and especially for ispconfig!!