BIND NOT RESOLVING HOSTNAME - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: BIND NOT RESOLVING HOSTNAME (/thread-6578.html) |
BIND NOT RESOLVING HOSTNAME - Somel - 05-01-2009 01:09 AM Hi Guys, Bind9 Query... I have installed ispcp... several times now... and i'm starting to thinking in move to another control panel. However yestarday i give it another chance. Everything seems ok except a problem with DNS. The service is running on my main address and is detected by ispcp, when you add a domain, zones are created. However bind9 seems even internally (127.0.0.1) not to resolve the new zones. eth0= xxx.xxx.xxx.43 eth0:0= xxx.xxx.xxx.61 Code: telnet xxx.xxx.xxx.43 53 Code: telnet xxx.xxx.xxx 53 Code: # nslookup mydomainispcp.tld Named.conf Code: // This is the primary configuration file for the BIND DNS server named. any Ideias??? Kid Regards, somel[/i] RE: BIND NOT RESOLVING HOSTNAME - robbo007 - 05-06-2009 12:26 AM Did you check in /var/cache/bind to see if your .db file for that domain was created and is correctly configured with your external IP address? Bind uses your external IP and not your internal. I'm a beginner and just solved some bind issues on my server. Brain Melting stuff... Rob RE: BIND NOT RESOLVING HOSTNAME - kilburn - 05-06-2009 12:41 AM 1: Do not use all-uppercase subjects on posts, it is really disgusting. 2: We're sorry that you had a bad experience with this community maintained software. That said, we look forward for your help on making it better. Thanks. 3: Your named.conf shows zones for "mydomain.tld" and "domainispcp.tld", but nothing about "mymaindomain.tld" (which appears in the nslookup error). Please post the "xxxx.tld.db" files as they are, tell us which OS/Distro are you using and which fqdn you had chosen when installing ispcp. RE: BIND NOT RESOLVING HOSTNAME - Somel - 05-06-2009 01:04 AM Hi robbo007 the domain was created correctly in the correct places. Killburn sorry for the caps. I was able to solve the problem, it seems that bind needed to have itself pointed in resolv.conf so my resolv.conf ended up like this: Code: Nameserver 127.0.0.1 |