Networking fixed

This commit is contained in:
Jeroen Oudshoorn
2024-01-07 15:03:21 +01:00
parent 243099df2b
commit b6210b6e9d
5 changed files with 2 additions and 19 deletions

View File

@ -1,6 +1,3 @@
[main]
plugins=ifupdown,keyfile
dhcp=dhcpcd
[ifupdown]
managed=false
plugins=keyfile
dhcp=dhcpcd

View File

@ -1,2 +0,0 @@
allow-hotplug eth0
iface eth0 inet dhcp

View File

@ -1,2 +0,0 @@
auto lo
iface lo inet loopback

View File

@ -1,8 +0,0 @@
allow-hotplug usb0
iface usb0 inet static
address 10.0.0.2
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
gateway 10.0.0.1
metric 20

View File

@ -1,2 +0,0 @@
allow-hotplug wlan0
iface wlan0 inet static