From 299442e0a7ebbf4d4bded835ee1451ac4fc54136 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Tue, 2 Feb 2021 07:28:12 +0000 Subject: [PATCH] daily autocommit --- network/interfaces | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/network/interfaces b/network/interfaces index c767e85..56fd485 100644 --- a/network/interfaces +++ b/network/interfaces @@ -9,8 +9,15 @@ source-directory /etc/network/interfaces.d auto lo iface lo inet loopback -iface eth0 inet manual - up ifconfig eth0 promisc +auto eth0 +iface eth0 inet static + address 192.168.178.122 + network 192.168.178.0 + netmask 255.255.255.0 + broadcast 192.168.178.0 + up route add default gw 192.168.178.1 + down route del default gw 192.168.178.1 +# up ifconfig eth0 promisc auto wlan0 allow-hotplug wlan0 -- 2.43.0