Back up network stuff
This commit is contained in:
parent
6d81ef9d8b
commit
be4be91cd4
7 changed files with 76 additions and 0 deletions
8
root/etc/systemd/network/01-wired.network
Normal file
8
root/etc/systemd/network/01-wired.network
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Match]
|
||||
Name=enp*
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=10
|
6
root/etc/systemd/network/02-usb0.link
Normal file
6
root/etc/systemd/network/02-usb0.link
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Match]
|
||||
MACAddress=00:e0:4c:68:05:90
|
||||
|
||||
[Link]
|
||||
Description=USB to Ethernet Adapter
|
||||
Name=usb0
|
8
root/etc/systemd/network/02-usb0.network
Normal file
8
root/etc/systemd/network/02-usb0.network
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Match]
|
||||
Name=usb0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=10
|
8
root/etc/systemd/network/03-wireless.network
Normal file
8
root/etc/systemd/network/03-wireless.network
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Match]
|
||||
Name=wlp*
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=20
|
6
root/etc/systemd/network/04-wlan0.link
Normal file
6
root/etc/systemd/network/04-wlan0.link
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Match]
|
||||
MACAddress=dc:fb:48:2b:b7:86
|
||||
|
||||
[Link]
|
||||
Description=Internal wireless adapter
|
||||
Name=wlan0
|
8
root/etc/systemd/network/04-wlan0.network
Normal file
8
root/etc/systemd/network/04-wlan0.network
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Match]
|
||||
Name=wlan0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=20
|
Loading…
Add table
Add a link
Reference in a new issue