Hey all, So I moved to Strongswan 5.6.2 during a distribution upgrade. My simple setup no longer routes back to the client (I can see the incoming pings on the server, but nothing goes back). I establish a tunnel fine...my setup looks like this:
external_IP_nic2 <-> 192.168.1.1_nic2 192.168.1.0/24 subnet all I need is to have a connected device able to access 192.168.1.1...and it's only a single user. So that being said here's the ipsec.conf: conn rw leftsubnet=192.168.1.0/24 leftcert=Strong SwanHostCert.pem right=%any rightsourceip=192.168.1.10 auto=add I suspect I have been doing this wrong but it worked anyway. Thanks for any assistance. James