added command for IPv6
This commit is contained in:
parent
dc2fc245c9
commit
a99497a54e
1 changed files with 11 additions and 0 deletions
11
README.md
11
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue