Page 2 of 2

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 4:54 am
by bigfoot65
After doing some research and poking around, it looks like the dhcpd service's files were corrupted. I've uninstalled and reinstalled, but the conf file is empty.
What package specifically did you uninstall/reinstall?

dnsmasq is used in Amahi for DHCP and DNS, so I am wondering if you are looking at the correct service.

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 5:14 am
by amielgoldberg
Got it. I've checked the status of dnsmasq and it has failed. Is there a way to troubleshoot it?

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 7:50 am
by bigfoot65
Check out the first post I replied to in this thread.

I gave you the link for troubleshooting.

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 9:03 am
by amielgoldberg
I've done the troubleshoots and the DNS service isn't functioning properly. I have a fpaste link I can share with you that has the necessary information requested as part of the network interactive troubleshooter. I'd left a post in the help chat, but no one replied prior to me having to depart that chat. How should I get that link to you? I'm not sure I should post it on a public forum.

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 9:14 am
by bigfoot65
You can send it via private message.

Keep checking on the chat, someone should be there this afternoon.

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 2:57 pm
by cpg
Looking at the data posted in private, I see that the local network is at 100.* and this line

Code: Select all

tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN
means that there is a second network at .122.* and a DNS server on it. That seems to strongly imply that some virtualization stack is running.

That is known to break the system DNS/DHCP. Find the work-around/solution there.

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 3:20 pm
by amielgoldberg
Interesting. I don't have a network at the second address. Is there a way to remove whatever is causing this?

Re: HDA DHCP server not working after power failure

Posted: Mon May 21, 2018 5:19 pm
by amielgoldberg
The issue has been resolved using the suggestion made by cpg. Thank you for the assistance.