From 9340aca617e941e7c7d165aa9b2f353312a2865b Mon Sep 17 00:00:00 2001 From: goodNETnick Date: Thu, 7 Oct 2021 19:56:50 +1000 Subject: Warning about IPsec and VTI interfaces --- docs/configuration/interfaces/wireguard.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/configuration/interfaces/wireguard.rst') 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' -- cgit v1.2.3