From 096eb7861de73ecd33b94717b9706b7f96694e1d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 4 Apr 2024 13:35:33 +0200 Subject: [PATCH] wireguard: slight modification for current GUI how-tos are still busted but need more work anyway. --- source/manual/vpnet.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/source/manual/vpnet.rst b/source/manual/vpnet.rst index 5914f547..eab100fa 100644 --- a/source/manual/vpnet.rst +++ b/source/manual/vpnet.rst @@ -662,15 +662,9 @@ only a single gateway route might be configured as well. .. Note:: When choosing tunnel addresses, make sure the network defined includes the addresses being used by the peers. For - example when choosing :code:`10.10.0.1/24` the :code:`wgX` interface has this address configured and is able to accept + example when choosing :code:`10.10.0.1/24` the :code:`wgX` instance has this address configured and is able to accept a peer using :code:`10.10.0.2/32`. - -.. Note:: - - Make sure to enable Wireguard in the general tab before adding instances. - - .. Tip:: Remember to create a firewall rule to allow traffic to the configured port and inside the tunnel. @@ -693,7 +687,6 @@ as additional security measure. The "*Allowed IPs*" define the networks that are When NAT and firewall traversal persistence is required, the :code:` Keepalive interval` can be used to exchange packets every defined interval ensuring states will not expire. - ................................. High availability (using CARP) ................................. @@ -721,7 +714,7 @@ interface status (up/down) will be toggled accordingly. Diagnostics and debugging ................................. -In :menuselection:`VPN --> WireGuard --> Diagnostics` you can find the configured instances and peers including their last known +In :menuselection:`VPN --> WireGuard --> Status` you can find the configured instances and peers including their last known handshake and the amount of data being exchanged. For Instances you are also able to see if the device underneath (:code:`wgX`) is up or down, depending on the carp status described in the previous chapter.