Can't connect to Wireguard server from WAN
-
Hi all!
So as the title says I'm trying to connect from my cellphone to my Wireguard server but the connection doesn't go through. I can see the packets coming in through packet capture but they don't seem to get to Wireguard.
Dump from packet capture:
19:06:19.182491 IP 46.97.176.186.59680 > <home_ip_addr>.51820: UDP, length 148 19:06:24.172295 IP 46.97.176.186.59680 > <home_ip_addr>.51820: UDP, length 148
To setup Wireguard I followed the tutorial here: https://www.wundertech.net/how-to-set-up-wireguard-on-pfsense/
With the exception that I used OPT1 instead on WAN as WAN is my failover interface.
If you can point me in the right direction to debug your help would be greatly appreciated!
Thanks!
Victor -
@victorb Show some (many) screenshots.
-
-
@victorb You firewall rule has some problems.
Change Source to any and destination to opt1 address.If it still doesn't work, let us have a look at SystemRoutingGateways and outbound NAT if you want to surf as the pfSense.
-
It works! Thanks!