Hi,
> ......... > >On win7: change the default gateway to pfsense (192.168.30.?) > >>This was and still is the case. > I meant that Win7 already has 192.168.30.1 as gateway. > If pfsense is win7's gateway there is nothing more to do on win7. Looking at the routes, the only missing one is a route on pfsense to route packets from 192.168.30.9 through VPN (as suggested in previous emails). Add a route on pfsense to route packets from 192.168.30.9 via vpn-ip-of-NAS (192.168.158.2?). I have no idea how to do source-based routing on pfsense (check the docs, it must be possible). If it was linux one would user iproute2 and do something like echo "200 win7-vpn" >> /etc/iproute2/rt_table (do this only once) ip rule add from 192.168.30.9 table win7-vpn ip route add default via vpn-ip-of-NAS dev tun-if-name table win7-vpn (replace vpn-ip-of-NAS and tun-if-name by appropriate values) Selva
------------------------------------------------------------------------------
_______________________________________________ Openvpn-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-users
