Network Troubleshooting Step 7 failing [SOLVED]
Posted: Tue Jun 28, 2011 10:03 pm
Hello.
I'm trying to install Amahi.
Initially I disabled DNS and DHCP servers, and since it was not working I tried to reinable them and not they are still not working.
Using the recommended troubleshooter I get the below:
Step 1: Your HDA IP address is 192.168.1.1
Step 2: Your HDA domain name is SebaD.yourhda.com
Step 3: Your router IP address is 192.168.1.1
Step 4: Your HDA DNS server is working fine for local hostnames.
Step 5: Your router is accessible from your HDA server.
Step 6: You can access the internet (ping test successful).
Step 7: Your HDA DNS server is NOT working fine for external hostnames.
[root@SebaHDA ~]# ping -c 1 amahi.org
ping: unknown host amahi.org
[root@SebaHDA ~]# service named status
version: 9.7.2-P2-RedHat-9.7.2-2.P2.fc14
CPUs found: 2
worker threads: 2
number of zones: 3
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running
named (pid 1976) is running...
[root@SebaHDA ~]# cat /etc/named.conf
# automatically generated file by hdactl
options {
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
forward only;
forwarders { 192.168.1.15; 192.168.1.1; };
listen-on port 53 { 192.168.1.15; 127.0.0.1; };
allow-query { trusted; };
};
acl "trusted" {
localhost;
10.8.0.0/24;
192.168.1.0/24;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
key "ddnskey" {
algorithm hmac-md5;
secret "8zaPJsiw9tOh2JFv4xiArw==";
};
view "internal" {
match-clients { trusted; };
match-destinations { trusted; };
zone "dragonlair" IN {
type master;
notify no;
file "dynamic/hda-n2a.conf";
allow-update { key ddnskey; };
check-names ignore;
};
zone "1.168.192.in-addr.arpa" IN {
type master;
notify no;
file "dynamic/hda-a2n.conf";
allow-update { key ddnskey; };
check-names ignore;
};
# NOTE, you can create a file /etc/named.conf.local and it will be automatically included here!
# WARNING - you better not break the format though!
};
[root@SebaHDA ~]# nslookup amahi.org
;; Got SERVFAIL reply from 192.168.1.15, trying next server
Server: 192.168.1.15
Address: 192.168.1.15#53
*** Can't find amahi.org: No answer
[root@SebaHDA ~]# nslookup amahi.org 208.67.222.222
Server: 208.67.222.222
Address: 208.67.222.222#53
Non-authoritative answer:
Name: amahi.org
Address: 72.249.190.156
[root@SebaHDA ~]# traceroute -q 1 208.67.222.222
traceroute to 208.67.222.222 (208.67.222.222), 30 hops max, 60 byte packets
1 dragonlair (192.168.1.1) 0.112 ms
2 192.168.0.1 (192.168.0.1) 1.808 ms
3 195.186.54.126 (195.186.54.126) 19.253 ms
4 195.186.54.210 (195.186.54.210) 23.385 ms
5 195.186.20.157 (195.186.20.157) 23.506 ms
6 213.3.246.141 (213.3.246.141) 24.517 ms
7 213.3.246.141 (213.3.246.141) 24.677 ms
8 213.3.246.17 (213.3.246.17) 25.029 ms
9 195.186.0.202 (195.186.0.202) 24.824 ms
10 138.187.130.253 (138.187.130.253) 29.158 ms
11 138.187.129.110 (138.187.129.110) 45.790 ms
12 195.66.224.138 (195.66.224.138) 44.627 ms
13 129.250.5.234 (129.250.5.234) 45.544 ms
14 83.231.146.198 (83.231.146.198) 46.288 ms
15 *
16 *
17 *
18 *
19 *
20 *
21 *
22 *
23 *
24 *
25 *
26 *
27 *
28 *
29 *
30 *
I'm trying to install Amahi.
Initially I disabled DNS and DHCP servers, and since it was not working I tried to reinable them and not they are still not working.
Using the recommended troubleshooter I get the below:
Step 1: Your HDA IP address is 192.168.1.1
Step 2: Your HDA domain name is SebaD.yourhda.com
Step 3: Your router IP address is 192.168.1.1
Step 4: Your HDA DNS server is working fine for local hostnames.
Step 5: Your router is accessible from your HDA server.
Step 6: You can access the internet (ping test successful).
Step 7: Your HDA DNS server is NOT working fine for external hostnames.
[root@SebaHDA ~]# ping -c 1 amahi.org
ping: unknown host amahi.org
[root@SebaHDA ~]# service named status
version: 9.7.2-P2-RedHat-9.7.2-2.P2.fc14
CPUs found: 2
worker threads: 2
number of zones: 3
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running
named (pid 1976) is running...
[root@SebaHDA ~]# cat /etc/named.conf
# automatically generated file by hdactl
options {
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
forward only;
forwarders { 192.168.1.15; 192.168.1.1; };
listen-on port 53 { 192.168.1.15; 127.0.0.1; };
allow-query { trusted; };
};
acl "trusted" {
localhost;
10.8.0.0/24;
192.168.1.0/24;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
key "ddnskey" {
algorithm hmac-md5;
secret "8zaPJsiw9tOh2JFv4xiArw==";
};
view "internal" {
match-clients { trusted; };
match-destinations { trusted; };
zone "dragonlair" IN {
type master;
notify no;
file "dynamic/hda-n2a.conf";
allow-update { key ddnskey; };
check-names ignore;
};
zone "1.168.192.in-addr.arpa" IN {
type master;
notify no;
file "dynamic/hda-a2n.conf";
allow-update { key ddnskey; };
check-names ignore;
};
# NOTE, you can create a file /etc/named.conf.local and it will be automatically included here!
# WARNING - you better not break the format though!
};
[root@SebaHDA ~]# nslookup amahi.org
;; Got SERVFAIL reply from 192.168.1.15, trying next server
Server: 192.168.1.15
Address: 192.168.1.15#53
*** Can't find amahi.org: No answer
[root@SebaHDA ~]# nslookup amahi.org 208.67.222.222
Server: 208.67.222.222
Address: 208.67.222.222#53
Non-authoritative answer:
Name: amahi.org
Address: 72.249.190.156
[root@SebaHDA ~]# traceroute -q 1 208.67.222.222
traceroute to 208.67.222.222 (208.67.222.222), 30 hops max, 60 byte packets
1 dragonlair (192.168.1.1) 0.112 ms
2 192.168.0.1 (192.168.0.1) 1.808 ms
3 195.186.54.126 (195.186.54.126) 19.253 ms
4 195.186.54.210 (195.186.54.210) 23.385 ms
5 195.186.20.157 (195.186.20.157) 23.506 ms
6 213.3.246.141 (213.3.246.141) 24.517 ms
7 213.3.246.141 (213.3.246.141) 24.677 ms
8 213.3.246.17 (213.3.246.17) 25.029 ms
9 195.186.0.202 (195.186.0.202) 24.824 ms
10 138.187.130.253 (138.187.130.253) 29.158 ms
11 138.187.129.110 (138.187.129.110) 45.790 ms
12 195.66.224.138 (195.66.224.138) 44.627 ms
13 129.250.5.234 (129.250.5.234) 45.544 ms
14 83.231.146.198 (83.231.146.198) 46.288 ms
15 *
16 *
17 *
18 *
19 *
20 *
21 *
22 *
23 *
24 *
25 *
26 *
27 *
28 *
29 *
30 *