/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
east #
 dmesg -n 6
east #
 # nohup tcpdump -i eth1 -s 65535 -X -vv -nn tcp > OUTPUT/east.tcpdump & sleep 1 # wait for nohup msg
east #
 # nohup dumpcap -i eth1 -w /tmp/east.pcap > OUTPUT/east.dumpcap & sleep 1 # wait for nohup msg
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec add westnet-eastnet-ikev2
"westnet-eastnet-ikev2": added IKEv2 connection
east #
 echo "initdone"
initdone
east #
 ../../guestbin/ipsec-kernel-state.sh
east #
 ../../guestbin/ipsec-kernel-policy.sh
east #
 grep '^connection from' /tmp/pluto.log
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: reading 'IKETCP' prefix returned 0 bytes but expecting 6; closing socket
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: reading 'IKETCP' prefix returned 1 bytes but expecting 6; closing socket
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: prefix did not match 'IKETCP'; closing socket
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP PREFIX_RECEIVED: socket XX: 0 byte first packet indicates EOF
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP PREFIX_RECEIVED: socket XX: 0 byte first packet indicates EOF
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP PREFIX_RECEIVED: socket XX: reading first packet failed: Invalid argument (errno 22)
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP PREFIX_RECEIVED: socket XX: 0 byte first packet indicates EOF
connection from 192.1.2.45:EPHEM: IKETCP ACCEPTED: socket XX: accepted connection
connection from 192.1.2.45:EPHEM: IKETCP PREFIX_RECEIVED: socket XX: 0 byte first packet indicates EOF
east #
 
