Browse Source

DHCP RPi eth0 instead of manual assignment

master
DarkFeather 5 years ago
parent
commit
b61ae64bdf
  1. 4
      Geth/rpi-base.d/interfaces

4
Geth/rpi-base.d/interfaces

@ -9,7 +9,9 @@ source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0