diff options
author | usman-umer <unumer@hotmail.com> | 2021-07-10 23:42:23 +0100 |
---|---|---|
committer | usman-umer <unumer@hotmail.com> | 2021-07-10 23:42:23 +0100 |
commit | 5b407ed6067f10b400259b53ca5ac5b109b49f1d (patch) | |
tree | 8ca0262e48e7feaac84ff11d76a46c10abee0bf9 /docs/configuration/vpn/index.rst | |
parent | 4594823ebdcb12976395df72393ba900154e243b (diff) | |
download | vyos-documentation-5b407ed6067f10b400259b53ca5ac5b109b49f1d.tar.gz vyos-documentation-5b407ed6067f10b400259b53ca5ac5b109b49f1d.zip |
Moved wireguard from the interfaces to vpn directory, as it is a VPN.
Modified the index files to reflect this.
Added Diagram of the VPN Topology
Modified the weird IP subnets for local& remote sites. This Included:
Changing the Interface Address for the wg01 tunnel
Chaning the WAN addresses to addrs not in the RFC1918 range (1.1.1.1 & 2.2.2.2)
Modifing the allowed IPs and static route to reflect this.
Modified the ping test to reflect this.
Added an annotated verison of the wireguard local&remote config.
Added an example of a firewall exception for wirguard (OUTSIDE_IN)
Modified the explanation for the behavior of AllowedIPs for remote clients.
Added an example of "sudo wg" to the operational commands.
Fixed typo
Diffstat (limited to 'docs/configuration/vpn/index.rst')
-rw-r--r-- | docs/configuration/vpn/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/vpn/index.rst b/docs/configuration/vpn/index.rst index abaca198..c57fc4eb 100644 --- a/docs/configuration/vpn/index.rst +++ b/docs/configuration/vpn/index.rst @@ -13,6 +13,7 @@ VPN pptp rsa-keys sstp + wireguard @@ -23,4 +24,4 @@ pages to sort :includehidden: dmvpn - site2site_ipsec
\ No newline at end of file + site2site_ipsec |