From: mhoellein Date: Tue, 2 Feb 2021 07:28:12 +0000 (+0000) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=299442e0a7ebbf4d4bded835ee1451ac4fc54136;p=pi-wkg daily autocommit --- 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