diff options
author | aslanvyos <126803786+aslanvyos@users.noreply.github.com> | 2023-10-18 12:22:34 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 12:22:34 +0400 |
commit | b6e9dbe49e4682d846a348a59f7ffbfb45786f08 (patch) | |
tree | 0334ea330d6b917f2dd362249ddfb75fd9d8d825 | |
parent | 02e462900ff6b57102229fe7eaaeaca1dc045246 (diff) | |
download | vyos-documentation-b6e9dbe49e4682d846a348a59f7ffbfb45786f08.tar.gz vyos-documentation-b6e9dbe49e4682d846a348a59f7ffbfb45786f08.zip |
Update site2site_ipsec.rst
To make easily understandable the Site-to-Site VPN ikev2 configuration for users (specially if the user is new in VyOS) made the following changes:
Added dummy interface to both routers for testing purposes
Added static route for both routers for dummy interface
-rw-r--r-- | docs/configuration/vpn/site2site_ipsec.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/site2site_ipsec.rst b/docs/configuration/vpn/site2site_ipsec.rst index 0be12955..53109243 100644 --- a/docs/configuration/vpn/site2site_ipsec.rst +++ b/docs/configuration/vpn/site2site_ipsec.rst @@ -276,13 +276,13 @@ Imagine the following topology * WAN interface on `eth0.201` * `eth0.201` interface IP: `172.18.201.10/24` * `vti10` interface IP: `10.0.0.2/31` -* `dum0` interface IP: `10.0.11.1/24` (for testing purposes we create the `dummy` interface) +* `dum0` interface IP: `10.0.11.1/24` (for testing purposes) **RIGHT:** * WAN interface on `eth0.202` * `eth0.201` interface IP: `172.18.202.10/24` * `vti10` interface IP: `10.0.0.3/31` -* `dum0` interface IP: `10.0.12.1/24` (for testing purposes we create the `dummy` interface) +* `dum0` interface IP: `10.0.12.1/24` (for testing purposes) .. note:: Don't get confused about the used /31 tunnel subnet. :rfc:`3021` gives you additional information for using /31 subnets on point-to-point |