From a99497a54e34e0612e03b76facd7f7e33ee5c8c6 Mon Sep 17 00:00:00 2001 From: Oracle Public Cloud User Date: Fri, 4 Oct 2024 19:38:39 +0000 Subject: [PATCH] added command for IPv6 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e905591..51b0218 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,14 @@ In case I don't have a fixed IPv4 address, I use these rules to route the servic | --- | --- | --- | --- | | 129.151.211.229 | 10.0.0.104 | 10.0.100.10 | fastlight (Hostux FR) | | 129.151.214.116 | 10.0.0.143 | 10.0.100.20 | norrsken (Hostux SE) | + +# IPv6 + +Set up the connection for tunnelbroker (norrsken) : + +```bash +sudo nmcli connection add type ip-tunnel con-name he-ipv6 ifname he-ipv6 mode sit \ + remote 216.66.80.90 -- ipv4.method disabled ipv6.method manual \ + ipv6.address 2001:470:27:844::2 ipv6.gateway 2001:470:27:844::1 \ + ip-tunnel.ttl 64 +```