From 676ab229b1c3e73d4bcc9187c936711acb6df83b Mon Sep 17 00:00:00 2001 From: rebortg Date: Fri, 10 Jun 2022 22:18:45 +0200 Subject: autotest: Wireguard check with current version --- docs/configexamples/autotest/Wireguard/Wireguard.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/configexamples/autotest/Wireguard/Wireguard.rst') diff --git a/docs/configexamples/autotest/Wireguard/Wireguard.rst b/docs/configexamples/autotest/Wireguard/Wireguard.rst index 3b0db0f3..03cf87c5 100644 --- a/docs/configexamples/autotest/Wireguard/Wireguard.rst +++ b/docs/configexamples/autotest/Wireguard/Wireguard.rst @@ -3,8 +3,8 @@ Wireguard ######### -| Testdate: 2022-03-28 -| Version: 1.4-rolling-202203280217 +| Testdate: 2022-06-10 +| Version: 1.4-rolling-202206100921 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: 2BmTwXO1NpakOsa2ynnIqW3c1s3aT/gVtCUJnecefXY= - Public key: BU+4Dyr3VldI2DJiBji50Egqr58071puYdXhoyRvuH8= + Private key: CJoV39RI3z/SLKSQteQ3l3gdu96Ms0J5Rhye53nFEGo= + Public key: 9bkmVAx1LWZkZQM44JYsg0dehAjWdJAhhiINe7dOGw4= 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.580 ms - 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.862 ms - 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.754 ms - 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=0.669 ms + 64 bytes from 10.0.2.100: icmp_seq=1 ttl=63 time=0.687 ms + 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.911 ms + 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.827 ms + 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=0.983 ms --- 10.0.2.100 ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 3094ms - rtt min/avg/max/mdev = 0.580/0.716/0.862/0.104 ms + 4 packets transmitted, 4 received, 0% packet loss, time 3078ms + rtt min/avg/max/mdev = 0.687/0.852/0.983/0.110 ms -- cgit v1.2.3