airgap-ng/configs/airgap/airootfs/etc/systemd/network/20-ethernet.network

14 lines
319 B
SYSTEMD
Raw Normal View History

2024-01-31 06:51:17 +00:00
[Match]
# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
# See https://bugs.archlinux.org/task/70892
# Instead match by globbing the network interface name.
Name=en*
Name=eth*
[Link]
RequiredForOnline=routable
[Network]
DHCP=yes
MulticastDNS=yes