Rework network config
This commit is contained in:
parent
01d7caa2c3
commit
56108c32c7
7 changed files with 61 additions and 50 deletions
|
@ -2,7 +2,8 @@
|
|||
Name=enp*
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DHCP=yes
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=10
|
||||
UseDomains=true
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
Name=usb0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DHCP=yes
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=10
|
||||
UseDomains=true
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
Name=wlp*
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DHCP=yes
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=20
|
||||
UseDomains=true
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
Name=wlan0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DHCP=yes
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=20
|
||||
UseDomains=true
|
||||
|
|
3
root/etc/systemd/networkd.conf
Normal file
3
root/etc/systemd/networkd.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Network]
|
||||
SpeedMeter=yes
|
||||
SpeedMeterIntervalSec=10sec
|
2
root/etc/systemd/resolved.conf
Normal file
2
root/etc/systemd/resolved.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Resolve]
|
||||
LLMNR=no
|
Loading…
Add table
Add a link
Reference in a new issue