summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-05-26 21:45:40 +0700
committerGitHub <noreply@github.com>2021-05-26 21:45:40 +0700
commit546eced065d473ad2a1e2a7ef0bf8def6ff43ab3 (patch)
tree34c6c7b4713a447e49a39cb6f9a15874164fe640
parent1534070b0d555d5da2a7e96bfe129843ad00fc40 (diff)
parentd35676343a13df4a4dc1a8a581a0154ad0c5789b (diff)
downloadvyos-documentation-546eced065d473ad2a1e2a7ef0bf8def6ff43ab3.tar.gz
vyos-documentation-546eced065d473ad2a1e2a7ef0bf8def6ff43ab3.zip
Merge pull request #540 from scj643/master
Updated tunelbroker example to use updated config paths
-rw-r--r--docs/configexamples/tunnelbroker-ipv6.rst4
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