diff options
Diffstat (limited to 'docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst')
-rw-r--r-- | docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst index 2fd70c17..fcc0564e 100644 --- a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst +++ b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst @@ -4,9 +4,9 @@ Tunnelbroker.net (IPv6) ####################### -| Testdate: 2022-03-24 -| Version: 1.3.1 -| Upgrade Version: 1.4-rolling-202203220701 +| Testdate: 2022-07-09 +| Version: 1.3.1-S1 +| Upgrade Version: 1.4-rolling-202207090632 This guide walks through the setup of https://www.tunnelbroker.net/ for an IPv6 Tunnel. @@ -62,14 +62,14 @@ Now you should be able to ping a public IPv6 Address vyos@vyos-wan:~$ ping 2001:470:20::2 count 4 PING 2001:470:20::2(2001:470:20::2) 56 data bytes - 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=64 time=30.7 ms - 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=29.8 ms - 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=30.1 ms - 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=30.2 ms + 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=64 time=32.2 ms + 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=43.2 ms + 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=29.9 ms + 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=30.0 ms --- 2001:470:20::2 ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 9ms - rtt min/avg/max/mdev = 29.765/30.171/30.673/0.389 ms + 4 packets transmitted, 4 received, 0% packet loss, time 7ms + rtt min/avg/max/mdev = 29.868/33.798/43.160/5.486 ms Assuming the pings are successful, you need to add some DNS servers. @@ -86,14 +86,14 @@ You should now be able to ping something by IPv6 DNS name: vyos@vyos-wan:~$ ping tunnelbroker.net count 4 PING tunnelbroker.net(tunnelbroker.net (2001:470:0:63::2)) 56 data bytes - 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=1 ttl=54 time=179 ms - 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=54 time=227 ms - 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=3 ttl=54 time=179 ms - 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=4 ttl=54 time=179 ms + 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=1 ttl=48 time=182 ms + 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=48 time=182 ms + 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=3 ttl=48 time=181 ms + 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=4 ttl=48 time=181 ms --- tunnelbroker.net ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 8ms - rtt min/avg/max/mdev = 178.994/191.062/226.756/20.612 ms + 4 packets transmitted, 4 received, 0% packet loss, time 7ms + rtt min/avg/max/mdev = 181.021/181.411/181.800/0.570 ms ***************** @@ -149,14 +149,14 @@ Now the Client is able to ping a public IPv6 address vyos@client:~$ ping 2001:470:20::2 count 4 PING 2001:470:20::2(2001:470:20::2) 56 data bytes - 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=63 time=30.6 ms - 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=30.4 ms - 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=30.5 ms - 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=30.6 ms + 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=63 time=32.9 ms + 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=31.0 ms + 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=30.6 ms + 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=31.3 ms --- 2001:470:20::2 ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 9ms - rtt min/avg/max/mdev = 30.387/30.537/30.643/0.238 ms + 4 packets transmitted, 4 received, 0% packet loss, time 8ms + rtt min/avg/max/mdev = 30.603/31.453/32.863/0.882 ms Multiple LAN/DMZ Setup |