# /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 plutostderrlog=/tmp/pluto.log plutorestartoncrash=false dumpdir=/tmp oe=yes conn westnet-eastnet-both ike=aes256-sha1-modp2048,3des-sha1-modp2048 esp=aes256-sha1 also=westnet-eastnet conn westnet-eastnet-two ike=3des-sha1-modp2048,aes256-sha1-modp2048 esp=aes256-sha1 also=westnet-eastnet conn westnet-eastnet-aes256 ike=aes256-sha1-modp2048 esp=aes256-sha1 also=westnet-eastnet conn westnet-eastnet-3des ike=3des-sha1-modp2048 esp=aes256-sha1 also=westnet-eastnet include /testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common conn us rightsubnet=192.0.2.0/24 conn them leftsubnet=192.0.1.0/24