From 13aba0e58c7e65ea86428402de6cac52dc59faaf Mon Sep 17 00:00:00 2001 From: Giulio Date: Thu, 21 May 2020 19:31:17 +0200 Subject: [PATCH] Fixed loopback interfaces --- conf/etc/network/interfaces | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/etc/network/interfaces b/conf/etc/network/interfaces index 2ca6aeb..c6966f6 100644 --- a/conf/etc/network/interfaces +++ b/conf/etc/network/interfaces @@ -1,5 +1,7 @@ -# /etc/network/interfaces +auto lo +iface lo inet loopbacka + auto wlan0 iface wlan0 inet static address 192.168.77.1 - netmask 255.255.255.0 \ No newline at end of file + netmask 255.255.255.0