diff --git a/networking/vpn-wg-site-to-vps.txt b/networking/vpn-wg-site-to-vps.txt index aa2f7cd..397ced5 100644 --- a/networking/vpn-wg-site-to-vps.txt +++ b/networking/vpn-wg-site-to-vps.txt @@ -1,3 +1,7 @@ +# Description: +# This configuration allows you to connect an OPNsense or pfSense router at home and connect it to a VPS IP. +# It uses multiple public IPs to redirect traffic to different machines behind the VPS for security reasons rather than opening ports on your home router. + # Prerequisites: # - Have a VPS server at OVH or ionos with Debian # - Install https://github.com/angristan/wireguard-install and generate a client @@ -67,6 +71,6 @@ AllowedIPs = 10.66.66.3/32,fd42:42:42::3/128 # OPNsense configuration: # Follow the steps described in the OPNsense documentation: -# https://docs.opnsense.org/manual/how-tos/wireguard-client-proton.html +# https://docs.opnsense.org # Configure port forwarding from the OPNsense router to the local IP of the WireGuard client # For example, forward the port from 192.168.1.x to 10.66.66.2 \ No newline at end of file