fixed network configuration
This commit is contained in:
11
rootfs-overlay/etc/systemd/network/10-dhcp-all.network
Normal file
11
rootfs-overlay/etc/systemd/network/10-dhcp-all.network
Normal file
@@ -0,0 +1,11 @@
|
||||
[Match]
|
||||
# Match all real Ethernet interfaces
|
||||
Type=ether
|
||||
Name=!lo !docker* !veth* !br* !virbr* !tap* !tun* !vmnet* !zt* !tailscale* !wg*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6AcceptRA=yes
|
||||
|
||||
[DHCP]
|
||||
UseDNS=yes
|
||||
Reference in New Issue
Block a user