pfSense & OpenVPN

BootSector

Limp Gawd
Joined
Aug 12, 2004
Messages
165
I installed pfSense on an older computer I had sitting around and set up OpenVPN on it so I can connect back to my home network. Since I am still new to linux, I followed the OpenVPN road warrier tutorial from the pfSense site to set it up and it all works except one part. When I connect, I don't get a gateway address. If there is any one here familiar with this kind of set up, could you point me in the right direction to resolve this?
 
I don't quite know your setup, but with mine, when the connection is started it runs a script ( defined in the *.conf file ) which runs local system commands ( in my case, `ip route add 192.168.1.0/24 via $4 src $SRC` where $SRC is defined earlier as my local internal interface's IP ). This sets up the correct routes for my network.
 
Back
Top