[quote=“Tom Elliott, post: 40087, member: 7271”]Try this:

[code]update-rc.d isc-dhcp-server disable[/code]

Then edit the file:

Add before the exit 0 line:

[code]sleep 30 && start isc-dhcp-server[/code]

Restart and hopefully all things will work.[/quote][/quote]

Thank you for your help. The syslog still reads the same interface error. I looked into previous syslog files, and at one point, it read out:
[CODE]Withdrawing address record for [IP address] on eth0
Leaving mDNS multicast group on interface eth0
Interface eht0 IPv4 no longer relevant for mDNS[/CODE]

Could any of this have to do with the error?