Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
Steps in troubleshooting the new [http://www.thekelleys.org.uk/dnsmasq/doc.html dnsmasq] setup in Amahi 7(Fedora 19).
# Check what is in /etc/resolv.conf.
#* There should be three lines, something like search YOURHOMEDOMAIN and two with nameserver IP (where IP is the internal IP of your HDA)
#* If that is not right, then try restarting hda-ctl, as root and check again: <code> systemctl restart hda-ctl.service</code>
# See if dnsmasq is running with ps guax | grep dnsmasq
#* You should see a line like this: nobody ..... /usr/bin/dnsmasq (where instead of dots you see numbers and a time/date)
#* If it's not running for some reason, try restarting it as root with: <code> systemctl restart dnsmasq.service</code>
# Check the dnsmasq configuration files in /etc/dnsmasq.d
#* There should be at least three files there: amahi-common.conf, amahi-dhcp.conf and amahi-dns.conf
12,424

edits