# /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
	protostack=klips
	plutostderrlog=/tmp/pluto.log
	plutodebug=all
	plutorestartoncrash=false
	dumpdir=/var/tmp
	nat_traversal=yes

conn northnet-eastnet-nonat
	left=%defaultroute
	also=north-east
	also=eastnet
	also=northnet
	pfs=yes

include	/testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common