diff options
author | Robert Göhler <github@ghlr.de> | 2021-10-11 11:15:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 11:15:45 +0200 |
commit | 175911b7d435454bed806bc0c51ede8ee77e2fa1 (patch) | |
tree | 67a2795ef368951b55e7309ccb283acf0ac9dd90 /docs/configuration/interfaces/wireguard.rst | |
parent | b34fb791251b3c79cc15ed59b26b77411a929661 (diff) | |
parent | d6da7e765e851473a25b534e702b675b72402359 (diff) | |
download | vyos-documentation-175911b7d435454bed806bc0c51ede8ee77e2fa1.tar.gz vyos-documentation-175911b7d435454bed806bc0c51ede8ee77e2fa1.zip |
Merge pull request #629 from goodNETnick/goodNETnick
Warning about IPsec and VTI interfaces
Diffstat (limited to 'docs/configuration/interfaces/wireguard.rst')
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index df6433c6..1c4b734c 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -151,6 +151,7 @@ below is always the public key from your peer, not your local one. .. code-block:: none set interfaces wireguard wg01 address '10.1.0.1/30' + set interfaces wireguard wg01 description 'VPN-to-wg02' set interfaces wireguard wg01 peer to-wg02 allowed-ips '192.168.2.0/24' set interfaces wireguard wg01 peer to-wg02 address '192.0.2.1' set interfaces wireguard wg01 peer to-wg02 port '51820' |