I have pfSense box that I've succesfully set up as a vpn server AND a vpn client. When I turn on the client to route some servers through a different country I don't seem to have any control over which computers are sent through the tunnel. Here's the setup info.
- Created the OpenVPN client connection - success (it works perfectly)
- Added Opt interface of type None, network port is my ovpnc3 (Private Internet Access)
- Over on the rules side I've created:
- LAN - Proto Any; Source 192.168.1.9; Port *; Destination *; Port *; Gateway OptVPN; Queue none; Schedule [blank]
On the rules page for the Opt interface I also added PASS Source 192.168.1.9 to use default gateway group (dual wan policy based routing) and additionally BLOCK * * * * * *
My hopes were to allow that one computer through while blocking all others. My workstation at 192.168.1.242 does not get tunneled as I expected, but a vm Win7 on that workstation that has a DHCP address DOES get tunnelled. I haven't even bothered to check if the server at 192.168.1.9 is getting tunnelled because I can't figure out why my VM at 192.168.1.104 is being tunnelled. Please let me know if you need more info, I'm at a loss here.