1
Virtual private networks / Re: Wireguard road warrior. How to keep my vpn up and connect even from behind my fw
« on: January 01, 2023, 10:03:41 pm »Unsure what you mean byQuoteIf I'm home and using wireless everything works fine
By the looks of it you're missing a port forward rule as follows:Code: [Select]Source WiFi_Vlan (or Device_IP) Destination Wan_IP:Wireguard_Port --Redirect to 127.0.0.1:Wireguard_Port
This would make your transition in and out of home WiFI seamless on WG side.
Hey, thanks for taking the time to help me.
What I mean is I keep both my wifi and 4g always on. The ideal scenario would be that when outside it connected using the 4G and once I get home it keeps the smartphone connected using the wifi (without having to turn off the VPN).
Well... these last couple of weeks is my first experience using opnsense. I'm not that used with its syntax yet.
Is the following what you're suggesting?
WAN UDP WG net 51825 WAN address 51825 127.0.0.1 51825