Files
Nimux/rootfs-overlay/etc/systemd/network/10-dhcp-all.network
2025-11-08 21:49:06 +01:00

12 lines
205 B
SYSTEMD

[Match]
# Match all real Ethernet interfaces
Type=ether
# Prevent virtual devices to match (e.g. docker0 and veth should be left alone)
Name=en* eth*
[Network]
DHCP=yes
IPv6AcceptRA=yes
[DHCP]
UseDNS=yes