# /etc/ipsec.conf - Libreswan IPsec configuration file version 2.0 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 nhelpers=1 conn multi also=west-east ike=aes128-sha1;modp2048 esp=aes128-sha1;modp2048 pfs=yes leftsubnets={10.0.1.0/24,10.0.2.0/24,10.0.3.0/24,10.0.4.0/24} rightsubnets={11.0.1.0/24,11.0.2.0/24,11.0.3.0/24,11.0.4.0/24} include /testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common