Using a VPS as an OpenVPN "jump server" to access LAN behind pfSense

Hi Beagle,

I have finally managed to do what you had in minde.

My config is Vultr wireguard VPN server and at home Wireguard client.

  1. had to open ports on firewall on Vultr
  2. in iptables on allow prerouting from 0.0.0.0/0 to 10.99.0.2
  3. enable ipv4 forwarding on both machines (server and client)
  4. iptables to allow incoming packets to 10.99.0.2 from 10.99.0.1 and allow ipv4 forwarding to my network.

Now I have static IPV4 in Frankfurt Germany which is forwarded to my network @home, and I’m not even close to that location :slight_smile:

I will post full config once I get home. Second idea is to create Vultr pfSense and pfSense on my end.

1 Like