Sorry should have mentioned I did try the Network troubleshooting tool. When I tried to install the network tools package I get:
[root@localhost ~]# yum install net-tools bind-utils
Loaded plugins: fastestmirror
http://f19.amahi.org/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: f19.amahi.org; Unknown error"
Trying other mirror.
Error: failure: repodata/repomd.xml from amahi: [Errno 256] No more mirrors to try.
http://f19.amahi.org/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: f19.amahi.org; Unknown error"
I'm guessing that the error is because I don't have internet access on the HDA. If that is the case is there another way to install the tools.
When I try the interactive network troubleshooter steps 1-3 are okay step 4 fails I get the following:
[root@localhost ~]# nslookup hda
-bash: nslookup: command not found
[root@localhost ~]# cat /etc/resolv.conf
# Automatically generated by hda-ctl on 2015-07-05 14:09:36
search hilltop.net
nameserver 192.168.0.007
nameserver 192.168.0.007
[root@localhost ~]# ifconfig | grep -A 5 eth0 | grep inet
-bash: ifconfig: command not found
[root@localhost ~]# service named status
Redirecting to /bin/systemctl status named.service
named.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
[root@localhost ~]# cat /etc/named.conf
cat: /etc/named.conf: No such file or directory
[root@localhost ~]# netstat -an | grep :53
-bash: netstat: command not found
[root@localhost ~]# cat /var/named/dynamic/hda-n2a.conf
cat: /var/named/dynamic/hda-n2a.conf: No such file or directory
[root@localhost ~]# cat /var/named/dynamic/hda-a2n.conf
cat: /var/named/dynamic/hda-a2n.conf: No such file or directory