# /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 plutostderrlog=/tmp/pluto.log plutorestartoncrash=false dumpdir=/tmp protostack=klips plutodebug=all include /testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common conn westnet-eastnet-aes-default also=westnet-eastnet ike=aes-sha1 esp=aes-sha1 conn westnet-eastnet-aes-128 also=westnet-eastnet ike=aes128-sha1 esp=aes128-sha1 conn westnet-eastnet-aes-256 also=westnet-eastnet ike=aes256-sha1 esp=aes256-sha1 # tests for potential mixup of OAKLEY_KEY_LENGTH vs KEY_LENGTH conn westnet-eastnet-aes-mix-1 also=westnet-eastnet ike=aes128-sha1 esp=aes256-sha1 conn westnet-eastnet-aes-mix-2 also=westnet-eastnet ike=aes256-sha1 esp=aes128-sha1