Hi all,
I have a strange setup that would like to get working:
I have a IPSec Mobile Client working and would like to get it to function as a sudo-Site-to-Site (yes, I know it's stupid). I got it almost to work except for routing to the subnet on remote.
Basically I want to access a remote LAN from my local LAN through a IPSec client.
Here is the setup:
Main network: pfSense 2.4.3 with LAN 192.168.6.0/24 and Static IP on WAN (let say 178.178.178.178)
Remote Network: 192.168.0.0/24
On the remote network I have a IPSec Mobile client (which gets the IP 192.168.12.10) and has an internal IP: 192.168.0.104
I can ping the Mobile Client VPN (192.168.12.10) from LAN
I can ping an IP in the LAN (Ex: 192.168.6.10) from the Mobile client.
On the IPSec VPN Mobile Client I have NAT between two IPs (192.168.0.104 as Provider and 192.168.12.10 as Client)
The...