diff options
author | robmobz <github@robmobz.co.uk> | 2021-09-23 05:17:29 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-09-23 19:51:33 +0200 |
commit | ab1c938f026ec01c2f988c405ff14a57bcd1530c (patch) | |
tree | 96f7c81eeda150996b9a164b6a866dbd703bfb09 /docs/configuration/interfaces/wireguard.rst | |
parent | 962444205a913bfd0b6cbdf28e25c61b1ba360a0 (diff) | |
download | vyos-documentation-ab1c938f026ec01c2f988c405ff14a57bcd1530c.tar.gz vyos-documentation-ab1c938f026ec01c2f988c405ff14a57bcd1530c.zip |
Update wireguard.rst
Corrected a mistake where it showed the wrong subnet in the description for the applied rule under local side annotated commands.
(cherry picked from commit 65f8287e5a5af67d45b402982a84917b0341feb7)
Diffstat (limited to 'docs/configuration/interfaces/wireguard.rst')
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 97444afe..8ba707f6 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -112,7 +112,7 @@ one. set interfaces wireguard wg01 port '51820' # Port of own server set protocols static route 192.168.2.0/24 interface wg01 # Static route to remote subnet -The last step is to define an interface route for 10.2.0.0/24 to get +The last step is to define an interface route for 192.168.2.0/24 to get through the WireGuard interface `wg01`. Multiple IPs or networks can be defined and routed. The last check is allowed-ips which either prevents or allows the traffic. |