autotest: tunnelbroker Version update

This commit is contained in:
rebortg 2022-12-29 21:40:14 +01:00
parent 767326c645
commit bfee968f96
2 changed files with 642 additions and 623 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,8 +4,8 @@
Tunnelbroker.net (IPv6)
#######################
| Testdate: 2022-10-10
| Version: 1.4-rolling-202210090955
| Testdate: 2022-12-29
| Version: 1.4-rolling-202212280917
This guide walks through the setup of https://www.tunnelbroker.net/ for an
IPv6 Tunnel.
@ -61,14 +61,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=29.3 ms
64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=29.3 ms
64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=29.2 ms
64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=29.1 ms
64 bytes from 2001:470:20::2: icmp_seq=1 ttl=64 time=31.2 ms
64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=30.7 ms
64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=30.8 ms
64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=30.8 ms
--- 2001:470:20::2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 29.149/29.241/29.347/0.081 ms
rtt min/avg/max/mdev = 30.686/30.870/31.248/0.221 ms
Assuming the pings are successful, you need to add some DNS servers.
@ -85,14 +85,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=52 time=178 ms
64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=52 time=178 ms
64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=3 ttl=52 time=257 ms
64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=4 ttl=52 time=177 ms
64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=1 ttl=48 time=281 ms
64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=48 time=180 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=180 ms
--- tunnelbroker.net ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 177.430/197.453/256.532/34.109 ms
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 179.871/205.361/280.894/43.609 ms
*****************
@ -148,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=31.1 ms
64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=29.7 ms
64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=30.7 ms
64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=29.8 ms
64 bytes from 2001:470:20::2: icmp_seq=1 ttl=63 time=32.4 ms
64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=31.5 ms
64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=126 ms
64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=31.2 ms
--- 2001:470:20::2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 29.673/30.297/31.063/0.587 ms
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 31.182/55.382/126.499/41.061 ms
Multiple LAN/DMZ Setup
@ -204,4 +204,4 @@ instead of `set firewall name NAME`, you would use `set firewall ipv6-name
NAME`.
Similarly, to attach the firewall, you would use `set interfaces ethernet eth0
firewall in ipv6-name` or `set firewall zone LOCAL from WAN firewall ipv6-name`.
firewall in ipv6-name` or `et firewall zone LOCAL from WAN firewall ipv6-name`.