diff options
author | rebortg <github@ghlr.de> | 2022-07-09 21:27:39 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-07-09 21:27:39 +0200 |
commit | 8e63a667a3240442b72d80629e846205caa818ce (patch) | |
tree | 9930fce19019b613a79e647df91048231edc0a92 /docs/configexamples/autotest/Wireguard/Wireguard.rst | |
parent | 313645bf9ac24c8b5f2168f4b7ff26d64cc980ca (diff) | |
download | vyos-documentation-8e63a667a3240442b72d80629e846205caa818ce.tar.gz vyos-documentation-8e63a667a3240442b72d80629e846205caa818ce.zip |
Autotest: Wireguard 1.3.1-S1
Diffstat (limited to 'docs/configexamples/autotest/Wireguard/Wireguard.rst')
-rw-r--r-- | docs/configexamples/autotest/Wireguard/Wireguard.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/configexamples/autotest/Wireguard/Wireguard.rst b/docs/configexamples/autotest/Wireguard/Wireguard.rst index 058536e7..e74974c9 100644 --- a/docs/configexamples/autotest/Wireguard/Wireguard.rst +++ b/docs/configexamples/autotest/Wireguard/Wireguard.rst @@ -3,9 +3,9 @@ Wireguard ######### -| Testdate: 2022-03-22 -| 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 simple structure show how to connect two offices. One remote branch and the @@ -47,7 +47,7 @@ After this, the public key can be displayed, to save for later. vyos@central:~$ generate wireguard default-keypair vyos@central:~$ show wireguard keypairs pubkey default - OagNr7jAXSAvQlieqKAmcEH9+s+JfVOw5EdUroFudxA= + P2ps6Y/k+EJWPSo5SDeQ2NYQxNwmwA9iJzbPAjaD1kw= After you have each public key. The wireguard interfaces can be setup. @@ -103,11 +103,11 @@ And ping the Branch PC from your central router to check the response. vyos@central:~$ ping 10.0.2.100 count 4 PING 10.0.2.100 (10.0.2.100) 56(84) bytes of data. - 64 bytes from 10.0.2.100: icmp_seq=1 ttl=63 time=0.593 ms - 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.672 ms - 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.828 ms - 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=0.667 ms + 64 bytes from 10.0.2.100: icmp_seq=1 ttl=63 time=0.738 ms + 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.991 ms + 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.997 ms + 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=0.684 ms --- 10.0.2.100 ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 30ms - rtt min/avg/max/mdev = 0.593/0.690/0.828/0.085 ms + 4 packets transmitted, 4 received, 0% packet loss, time 70ms + rtt min/avg/max/mdev = 0.684/0.852/0.997/0.145 ms |