diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-05-27 14:18:26 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-05-27 14:18:26 -0400 |
commit | cf3312318177f02ec33be403ec88eb1438a9892c (patch) | |
tree | 34c6c7b4713a447e49a39cb6f9a15874164fe640 /docs/configexamples/tunnelbroker-ipv6.rst | |
parent | 8651aed3bd0f17e44d4a7fb486448a9f0526950f (diff) | |
parent | 546eced065d473ad2a1e2a7ef0bf8def6ff43ab3 (diff) | |
download | vyos-documentation-cf3312318177f02ec33be403ec88eb1438a9892c.tar.gz vyos-documentation-cf3312318177f02ec33be403ec88eb1438a9892c.zip |
Merge branch 'master' of https://github.com/vyos/vyos-documentation
Diffstat (limited to 'docs/configexamples/tunnelbroker-ipv6.rst')
-rw-r--r-- | docs/configexamples/tunnelbroker-ipv6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configexamples/tunnelbroker-ipv6.rst b/docs/configexamples/tunnelbroker-ipv6.rst index 1df814dc..9317912a 100644 --- a/docs/configexamples/tunnelbroker-ipv6.rst +++ b/docs/configexamples/tunnelbroker-ipv6.rst @@ -31,10 +31,10 @@ tunnel information page. set interfaces tunnel tun0 address Client_IPv6_from_Tunnelbroker # This will be your VyOS install's public IPv6 address set interfaces tunnel tun0 description 'HE.NET IPv6 Tunnel' set interfaces tunnel tun0 encapsulation 'sit' - set interfaces tunnel tun0 local-ip Client_IPv4_from_Tunnelbroker # This is your public IP + set interfaces tunnel tun0 source-address Client_IPv4_from_Tunnelbroker # This is your public IP set interfaces tunnel tun0 mtu '1472' set interfaces tunnel tun0 multicast 'disable' - set interfaces tunnel tun0 remote-ip Server_IPv4_from_Tunnelbroker # This is the IP of the Tunnelbroker server + set interfaces tunnel tun0 remote Server_IPv4_from_Tunnelbroker # This is the IP of the Tunnelbroker server set protocols static route6 ::/0 interface tun0 # Tell all traffic to go over this tunnel commit |