Added network files

This commit is contained in:
Jeroen Oudshoorn
2023-12-08 14:30:18 +01:00
parent 2c9e1706a2
commit c340de2343
4 changed files with 14 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,8 @@
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

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