ProtonVPN
-
Re: WG with 23.05 and ProtonVPN
Hello,
I'm trying to setup a pfsense 2.7 with ProtonVPN and Wireguard. I've been trying for about 10 hours and it just won't work.
I read and tried every document/help listed in referenced (old) topic, no success so far.
Has anyone every successfully setup a ProtonVPN on pfsens with Wireguard ?My setup is quite classic : lan that has to be routed through VPN. I use standard ProtonVPN config :
[Interface] # Bouncing = 0 # NetShield = 0 # Moderate NAT = off # NAT-PMP (Port Forwarding) = off # VPN Accelerator = on PrivateKey = {SNIP} Address = 10.2.0.2/32 DNS = 10.2.0.1 [Peer] PublicKey = {SNIP} AllowedIPs = 0.0.0.0/0 Endpoint = {SNIP}:51820
I setup routes, NAT, and rules.
From pfsense shell, I can't ping 10.2.0.2, but NOT 10.2.0.1, and obviously nothing else (no route to host). I tried to install this config on a Ubuntu with Wireguard, and it works like a charm. I am curious about one thing : ifconfig output seems different for the tunnel interface (maybe that's a problem ? I don't know).
Ubuntu shows : POINTOPOINT 10.2.0.2 -> 10.2.0.2 in ifconfig output
pfsense FreeBSD shows MULTICAST in ifconfig output.Well. Any help would be appreciated !
Thanks -
try this, https://blog.devinmadethat.com/guide-adding-proton-vpn-with-wireguard-to-pfsense
worked for me