Network settings are lost on reboot. Here is how I have them (replace xx with IP):
IP: 192.168.1.xx/24
Router: 192.168.1.1
DNS: 127.0.0.1 (Pihole)
Extra hosts added to /etc/hosts
Behavior noticed after the update to 6.15
Upon every reboot, eth0 isn't brought up automatically.
I have to do the following:
Code: Select all
ifconfig eth0 up
ifconfig eth0 192.168.1.xx netmask 255.255.255.0
route add default gw 192.168.1.1