/testing/guestbin/swan-prep --x509 --x509name key4096
Preparing X.509 files
road #
 ipsec start
Redirecting to: systemctl start ipsec.service
road #
 /testing/pluto/bin/wait-until-pluto-started
road #
 iptables -I INPUT -p udp -m length --length 0x5dc:0xffff -j LOGDROP
road #
 ipsec auto --add x509
002 added connection description "x509"
road #
 echo done
done
road #
 ipsec whack --debug-all --impair-retransmits
road #
 ipsec auto --up x509
002 "x509" #1: initiating Main Mode
104 "x509" #1: STATE_MAIN_I1: initiate
106 "x509" #1: STATE_MAIN_I2: sent MI2, expecting MR2
002 "x509" #1: I am sending my cert
002 "x509" #1: I am sending a certificate request
108 "x509" #1: STATE_MAIN_I3: sent MI3, expecting MR3
003 "x509" #1: discarding duplicate packet; already STATE_MAIN_I3
002 "x509" #1: suppressing retransmit because IMPAIR_RETRANSMITS is set
031 "x509" #1: max number of retransmissions (0) reached STATE_MAIN_I3.  Possible authentication failure: no acceptable response to our first encrypted message
002 "x509" #1: deleting state (STATE_MAIN_I3)
road #
 echo done
done
road #
 grep "fragment" /tmp/pluto.log
| peer supports fragmentation
road #
road #
 if [ -n "`ls /tmp/core* 2>/dev/null`" ]; then echo CORE FOUND; mv /tmp/core* OUTPUT/; fi
road #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

