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/_static/images/wireguard_vpn_diagram.jpg | Bin 0 -> 20147 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/_static/images/wireguard_vpn_diagram.jpg (limited to 'docs/_static') diff --git a/docs/_static/images/wireguard_vpn_diagram.jpg b/docs/_static/images/wireguard_vpn_diagram.jpg new file mode 100644 index 00000000..ab19863e Binary files /dev/null and b/docs/_static/images/wireguard_vpn_diagram.jpg differ -- cgit v1.2.3