# /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
	plutodebug=all
	plutorestartoncrash=false
	dumpdir=/tmp
	protostack=netkey

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

conn west-east-passthrough-a
	also=west-east
	leftprotoport=tcp/0
	rightprotoport=tcp/222
	type=passthrough
	authby=never

conn west-east-passthrough-b
	also=west-east
	leftprotoport=tcp/222
	rightprotoport=tcp/0
	type=passthrough
	authby=never