| # /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=/var/tmp |
| protostack=netkey |
| |
| conn westnet-eastnet-x509 |
| ikev2=insist |
| also=westnet |
| also=eastnet |
| left=192.1.2.45 |
| # different cert |
| leftcert=west |
| leftid=%fromcert |
| right=192.1.2.23 |
| rightid=%fromcert |
| rightcert=east |
| |
| include /testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common |