diff options
author | rebortg <github@ghlr.de> | 2023-02-14 21:23:26 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-02-14 21:23:26 +0100 |
commit | 40595dd6f1308a43f254cabe115454496a58ff41 (patch) | |
tree | 39837ad70144bdb63a1ad4c54d8a633c23f540b3 /docs/configexamples/autotest/Wireguard/Wireguard.rst | |
parent | 907a74b7460b660affbe639bc72822d7935fae1b (diff) | |
download | vyos-documentation-40595dd6f1308a43f254cabe115454496a58ff41.tar.gz vyos-documentation-40595dd6f1308a43f254cabe115454496a58ff41.zip |
Example: Wireguard upgrade version
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 e5fa8c97..cffdd91d 100644 --- a/docs/configexamples/autotest/Wireguard/Wireguard.rst +++ b/docs/configexamples/autotest/Wireguard/Wireguard.rst @@ -3,8 +3,8 @@ Wireguard ######### -| Testdate: 2022-12-29 -| Version: 1.4-rolling-202212280917 +| Testdate: 2023-02-14 +| Version: 1.4-rolling-202302140317 This simple structure show how to connect two offices. One remote branch and the @@ -45,8 +45,8 @@ After this, the public key can be displayed, to save for later. .. code-block:: none vyos@central:~$ generate pki wireguard - Private key: 6LxbrPPsrWDjJDIKQUxzNHQtr5fkg87NjgfziN1GCWk= - Public key: LQha7JrLlu7EoW3dRKifRlg7tPcD04vgH46EIm12/ko= + Private key: qN/eoMlNuzeK4nXPP4l24WgGtLGVXgKf+mGtc+4aBnA= + Public key: VUG4uTYvuQnO7QVj52VPFKsFh2D/8ps1J9IeQtErbXc= After you have each public key. The wireguard interfaces can be setup. @@ -102,11 +102,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.890 ms - 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.760 ms - 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.853 ms - 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=0.609 ms + 64 bytes from 10.0.2.100: icmp_seq=1 ttl=63 time=0.646 ms + 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.877 ms + 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.770 ms + 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=0.921 ms --- 10.0.2.100 ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 3046ms - rtt min/avg/max/mdev = 0.609/0.778/0.890/0.108 ms + 4 packets transmitted, 4 received, 0% packet loss, time 3059ms + rtt min/avg/max/mdev = 0.646/0.803/0.921/0.106 ms |