Passing OpenVPN road-warrior traffic through tunnel pfsense
- by Chris
I have a local LAN (10.100.100.0/24) and OpenVPN road-warriors (10.99.99.0/24).
pfSense is regulating all this as follows:
LAN: 10.100.100.105
WAN: 10.100.99.1 (connected to DSL Router which connects to internet).
OPT1: 10.99.99.0 (OpenVPN tun0).
There is an IPSec connection between my office and another office where my LAN can work on a specific IP address (sql server to be exact) on 192.168.30.41.
My problem is that I wish my OpenVPN road-warrior clients to be able to use the IPSec service on 192.168.30.41 as well (which at present they cannot despite the fact that I am pushing the route 192.168.30.0 255.255.255.0).
The other site's administrator cannot add the extra route for my openvpn clients for a lot of reasons which I am not going to enter at this stage.
Is there a possibility that I could NAT all of my openVPN road-warriors requests through a local LAN IP address (something like 10.100.100.250 which is not used by anything on my LAN).
The problem is that I am a newbie with pfSense so as much step-by-step help as possible would be very much appreciated!
Thank you.
C.