So, I followed the Perfect Server CentOS 5.5 Guide and installed ISPConfig 3. I have a domain (macbrosgb.com) that i purchased from GoDaddy and setup ns1 and ns2.macbrosgb.com to point to my external IP (174.103.229.131). I can get to my server fine through my external IP, but macbrosgb.com or ns1.macbrosgb.com or server1.macbrosgb.com all turn up with nothing. HELP!
My nameservers under server config in ISPConfig are ns1 and ns2.macbrosgb.com
I have the DNS Zone setup for my domain.
dig macbrosgb.com on the server returns:
Code:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> macbrosgb.com
;; global options: printcmd
;; connection timed out; no servers could be reached
[root@server1 chroot]# dig macbrosgb.com
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> macbrosgb.com
;; global options: printcmd
;; connection timed out; no servers could be reached
[root@server1 chroot]#
nslookup fails too, but I can also reach other domains:
Code:
[root@server1 chroot]# dig google.com
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> google.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27340
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 278 IN A 72.14.204.147
google.com. 278 IN A 72.14.204.99
google.com. 278 IN A 72.14.204.103
google.com. 278 IN A 72.14.204.104
;; Query time: 27 msec
;; SERVER: 209.18.47.61#53(209.18.47.61)
;; WHEN: Fri Jan 28 22:16:54 2011
;; MSG SIZE rcvd: 92
Here is my /var/named/chroot/etc/named.conf file:
Code:
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
options {
listen-on port 53 { 127.0.0.1; 174.103.229.131; };
listen-on-v6 port 53 { ::1; };
directory "/var/named/chroot/var/named";
dump-file "/var/named/chroot/var/named/data/cache_dump.db";
statistics-file "/var/named/chroot/var/named/data/named_stats.txt";
memstatistics-file "/var/named/chroot/var/named/data/named_mem_stats.txt";
//allow-query { localhost; };
recursion yes;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.root";
};
include "/var/named/chroot/etc/named.conf.local";
Any and all help is appreciated, this has been driving me nuts!!!!
Recent comments
21 hours 5 min ago
1 day 3 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 17 hours ago
2 days 3 hours ago
2 days 3 hours ago
2 days 7 hours ago
2 days 11 hours ago
2 days 12 hours ago