diff options
Diffstat (limited to 'docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst')
-rw-r--r-- | docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst index 7dd435b5..4ae806c3 100644 --- a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst +++ b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst @@ -4,9 +4,9 @@ Tunnelbroker.net (IPv6) ####################### -| Testdate: 2023-06-07 -| Version: 1.3.3 -| Upgrade Version: 1.4-rolling-202306070317 +| Testdate: 2023-12-28 +| Version: 1.3.5 +| Upgrade Version: 1.5-rolling-202312261220 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.2 ms - 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=29.5 ms - 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=29.5 ms - 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=89.3 ms + 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=64 time=29.8 ms + 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=29.6 ms + 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=29.3 ms + 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=77.6 ms --- 2001:470:20::2 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 8ms - rtt min/avg/max/mdev = 29.477/44.626/89.337/25.815 ms + rtt min/avg/max/mdev = 29.316/41.573/77.550/20.773 ms Assuming the pings are successful, you need to add some DNS servers. @@ -86,14 +86,13 @@ 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=46 time=173 ms - 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=46 time=260 ms - 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=3 ttl=46 time=172 ms - 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=4 ttl=46 time=211 ms + 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=1 ttl=48 time=176 ms + 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=48 time=175 ms + 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=3 ttl=48 time=175 ms --- tunnelbroker.net ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 7ms - rtt min/avg/max/mdev = 172.288/203.911/260.112/36.010 ms + 4 packets transmitted, 3 received, 25% packet loss, time 4ms + rtt min/avg/max/mdev = 174.877/175.387/175.962/0.561 ms ***************** @@ -149,14 +148,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.9 ms - 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=29.8 ms - 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=29.7 ms - 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=101 ms + 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=63 time=30.1 ms + 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=29.9 ms + 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=29.9 ms + 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=76.4 ms --- 2001:470:20::2 ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 8ms - rtt min/avg/max/mdev = 29.712/47.770/100.760/30.597 ms + 4 packets transmitted, 4 received, 0% packet loss, time 7ms + rtt min/avg/max/mdev = 29.880/41.572/76.377/20.096 ms Multiple LAN/DMZ Setup |