# /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=/tmp protostack=netkey virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12,%v4:!192.0.2.0/24,%v6:!2001:db8:0:2::/64 conn westnet-eastnet-ipv4-psk-ikev2 also=westnet-eastnet-ipv4-psk # other side offers its default of 2048 which isn't found here # and the first local proposal aes_gcm256-sha2;modp1024 won't # match any proposal, so it needs to suggest modp4096. ike=aes_gcm256-sha2;modp1536,aes_gcm256-sha2;modp4096 include /testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common