HELLO My goal is to have my own dns host and my website all on the same server i have set up go daddy and ispconfig like the tutorial show but now i have some trouble. First when i make a dnsreport ( www.dnsreport.com ) --> most of the test work but no MX and no MAIL server are detected .. When if someone can tell me how to correct others issues it will be great. THe most problem : ISP WITH DNS ENTRY point to LOCAL IP 192.168...... ----> * CONNECTION TIME OUT --- the request url can not be reached ISP WITH DNS ENTRY point to PUBLIC IP 89.227...... ----> * Connection to 82.227..... Failed The system returned: (113) No route to host The remote host or network may be down. Please try the request again. NEED HELP THANKS list of dnsreport error 1. FAIL Open DNS servers ERROR: One or more of your nameservers reports that it is an open DNS server. This usually means that anyone in the world can query it for domains it is not authoritative for (it is possible that the DNS server advertises that it does recursive lookups when it does not, but that shouldn't happen). This can cause an excessive load on your DNS server. Also, it is strongly discouraged to have a DNS server be both authoritative for your domain and be recursive (even if it is not open), due to the potential for cache poisoning (with no recursion, there is no cache, and it is impossible to poison it). Also, the bad guys could use your DNS server as part of an attack, by forging their IP address. Problem record(s) are: Server 82.227.xxx.xxx reports that it will do recursive lookups. [test] Server 82.227.xxx.xxx reports that it will do recursive lookups. [test] 2 .No NS A records at nameservers WARNING: Your nameservers do not include any corresponding A records when asked for your NS records. They probably are not returning the A records when asked, which can prevent some other DNS servers from contacting your DNS servers. They should do this if they are authoritative for those A records (in BIND, you should not use 'minimal-responses yes;'). The problem record(s) are: Nameserver 82.227.**.** did not provide any IPs Nameserver 82.227.**.** did not provide any IPs MX FAIL MX Category ERROR: I couldn't find any MX records for xxxxxxxxx.com. If you want to receive E-mail on this domain, you should have MX record(s). Without any MX records, mailservers should attempt to deliver mail to the A record for xxxxxxxxx.com. I can't continue in a case like this, so I'm assuming you don't receive mail on this domain. Mail FAIL Connect to mail servers ERROR: I could not find any mailservers for xxxxxxx.com. All WWW IPs public Error: At least one of your WWW IPs is not a public IP. The problem IP(s) are: 192.168.0.10 is not a public IP That means that some or all people trying to get to your web site will not be able to get there.
1) Thats not a problem. You may limit the access to your BIND server in the named.conf template in /root/ispconfig/isp/conf/ There are some thraeds in the forum that explain this more detailed. 2) Did you add the correct nameservers in the nameserver fields in the DNS manager? 3) Add a MX server to this domain in the DNS server, pointing to your server domain. Leave the hostname field of the MX record empty. 4) Change the IP address in DNS manager to your public IP address.
Dns Thanks for helping my main problem came from the fact that i want ( wanted ) to use my own server as DNS server for ITSELF but after a good search it seem to be impossible .. ( But if anybody know how to do that it will be a pleasure ).