diff options
Diffstat (limited to 'etc/systemd/network/20-ethernet.network')
-rw-r--r-- | etc/systemd/network/20-ethernet.network | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/systemd/network/20-ethernet.network b/etc/systemd/network/20-ethernet.network new file mode 100644 index 00000000..0311c124 --- /dev/null +++ b/etc/systemd/network/20-ethernet.network @@ -0,0 +1,10 @@ +# edited from arch linux iso 20-ethernet.network file +[Match] +Name=en* +Name=eth* + +[Network] +DHCP=yes +# https://wiki.archlinux.org/title/IPv6_tunnel_broker_setup +Tunnel=ipv6net + |