summaryrefslogtreecommitdiff
path: root/etc/systemd/network/20-ethernet.network
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-08 15:00:41 +0000
committerXiao Pan <xyz@flylightning.xyz>2025-07-08 15:00:41 +0000
commit98dc3ce681bbe5f0ffcaf6093b8888079a080f36 (patch)
tree8b979401e7757631b3457cb36b3bbc3d5d0df785 /etc/systemd/network/20-ethernet.network
parentf8b713212ed8b779414775f97ac4e692b902e39a (diff)
ba network, need 6in4 sit tunnel see arch wiki
Diffstat (limited to 'etc/systemd/network/20-ethernet.network')
-rw-r--r--etc/systemd/network/20-ethernet.network10
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
+