diff options
Diffstat (limited to 'etc/systemd/network/25-sit.network')
-rw-r--r-- | etc/systemd/network/25-sit.network | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/systemd/network/25-sit.network b/etc/systemd/network/25-sit.network new file mode 100644 index 00000000..7e6fb6d7 --- /dev/null +++ b/etc/systemd/network/25-sit.network @@ -0,0 +1,17 @@ +# https://wiki.archlinux.org/title/IPv6_tunnel_broker_setup +[Match] +Name=ipv6net + +[Network] +Address=2607:8700:5500:7c7f::2/64 +Gateway=2607:8700:5500:7c7f::1 + +[Route] +Gateway=2607:8700:5500:7c7f::1 +Destination=::/0 + +[RoutingPolicyRule] +From=2607:8700:5500:7c7f::2/64 + +[RoutingPolicyRule] +From=2607:8700:5500:7c7f::/64 |