# /etc/ipsec.conf - Libreswan IPsec configuration file config setup # put the logs in /tmp for the UMLs, so that we can operate # without syslogd, which seems to break on UMLs logfile=/tmp/pluto.log logtime=no logappend=no plutodebug=all dumpdir=/tmp protostack=netkey conn westnet-eastnet-vti-01 ikev2=no also=west-east leftsubnet=192.0.1.0/24 rightsubnet=192.0.2.0/24 mark-in=20/0xffffffff mark-out=21/0xffffffff vti-interface=ipsec0 vti-shared=yes vti-routing=yes conn westnet-eastnet-vti-02 ikev2=no also=west-east leftsubnet=10.0.1.0/24 rightsubnet=10.0.2.0/24 mark-in=20/0xffffffff mark-out=21/0xffffffff vti-interface=ipsec0 vti-shared=yes vti-routing=yes include /testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common