I installed AdGuard Home through dietpi-software. I was just wondering, does this app also install dhcpcd?
It seems to conflict with using a static IP address (using dietpi-config).
I have been trying to get my Raspberry Pi Zero to do DNS filtering, and wanted AdGuard to be the DHCP server on my LAN. So I set a static IP address for the Raspberry Pi, but still see dhcpcd in the journalctl log. In fact, if I turn off my DHCP server on my router, I don’t get the static IP address anymore but the local 169.254.x.x and dietpi cannot reach the Internet.
Anyone tried this with more experience?
I have no idea how I got dhcpcd5 on my Raspberry Pi, but I found out how to remove it:
sudo systemctl stop dhcpcd
sudo systemctl disable dhcpcd
sudo apt remove dhcpcd5
Source: networking - disable dhcpcd.service for static ip? - Raspberry Pi Stack Exchange
Now all is fine!
1 Like
similar to this one Dietpi-config network option test fail
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.