SSH not working over IPSec tunnel (Strongswan)
- by PattPatel
I configured a small network on a cloud virtual machine.
This virtual machine has a static IP address assigned to eth0 interface that I'll call $EXTIP. mydomain.com points to $EXTIP.
Inside, I have some linux containers, that get their ip through DHCP in the Subnet 10.0.0.0/24 (i called the virtual interface nat ). They run some services that can…