From 783e971129c3a81766e378710e4083dbe0a5daf5 Mon Sep 17 00:00:00 2001 From: Giulio Date: Thu, 21 May 2020 19:35:56 +0200 Subject: [PATCH] eth0 dhcp for management --- conf/etc/network/interfaces | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/etc/network/interfaces b/conf/etc/network/interfaces index c6966f6..b88c90a 100644 --- a/conf/etc/network/interfaces +++ b/conf/etc/network/interfaces @@ -1,5 +1,9 @@ auto lo -iface lo inet loopbacka +iface lo inet loopback + +auto eth0 + allow-hotplug eth0 + iface eth0 inet dhcp auto wlan0 iface wlan0 inet static