From 5b407ed6067f10b400259b53ca5ac5b109b49f1d Mon Sep 17 00:00:00 2001 From: usman-umer Date: Sat, 10 Jul 2021 23:42:23 +0100 Subject: 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 --- docs/configuration/vpn/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/configuration/vpn/index.rst') 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 -- cgit v1.2.3