OpenVPN as client tunnel
-
I want to be able to have someone VPN into out network and then tunnel (is this the right word?) to the public internet through our WAN.
I have tried setting up an new OpenVPN server called tunneling server with Local Network set to the entire IPv4 range. My thinking is all IP requests would be forced through the VPN this way.
===
OpenVPN: Server > Tunnel Settings > IPv4 Local Network/s = 0.0.0.0/0We are trying to do this because we have someone who is working from home who need to get a connection through our WAN IP. I have done a bunch of searching but most of what is see is LAN to LAN tunneling.
Thanks,
-marc

 -
Did you check that option in your screenshot to force all traffic through the tunnel? Other than that, you would a rule to allow OpenVPN traffic out to the WAN, and I guess you would also need an Outbound NAT rule (or if Outbound NAT is set as automatic you probably will not need this step).
-
Hard to believe I miss the force all traffic check box. Thank you!