/testing/guestbin/swan-prep
road #
 ipsec start
Redirecting to: systemctl start ipsec.service
road #
 /testing/pluto/bin/wait-until-pluto-started
road #
 ipsec whack --debug-all --impair retransmits
road #
 ipsec auto --add road-east-1
002 added connection description "road-east-1"
road #
 echo "initdone"
initdone
road #
 # there should be only one pub key not road.
road #
 ipsec auto --listpubkeys
000  
000 List of RSA Public Keys:
000  
000 TIMESTAMP, 2192 RSA Key AQO9bJbr3 (no private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@east'
000 TIMESTAMP, 3104 RSA Key AQPHFfpyJ (has private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@road.testing.libreswan.org'
road #
 ipsec auto --up road-east-1
002 "road-east-1" #1: initiating v2 parent SA
133 "road-east-1" #1: STATE_PARENT_I1: initiate
133 "road-east-1" #1: STATE_PARENT_I1: sent v2I1, expected v2R1
002 "road-east-1" #1: suppressing retransmit because IMPAIR_RETRANSMITS is set.
134 "road-east-1" #2: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=aes_gcm_16_256 integ=n/a prf=sha2_512 group=MODP2048}
002 "road-east-1" #2: suppressing retransmit because IMPAIR_RETRANSMITS is set.
002 "road-east-1" #2: IKEv2 mode peer ID is ID_FQDN: '@east'
002 "road-east-1" #2: negotiated connection [192.1.3.209-192.1.3.209:0-65535 0] -> [192.1.2.23-192.1.2.23:0-65535 0]
004 "road-east-1" #2: STATE_V2_IPSEC_I: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=none DPD=passive}
road #
 # there should be two public keys. including road
road #
 ping -n -c 4 -I 192.1.3.209 192.1.2.23
PING 192.1.2.23 (192.1.2.23) from 192.1.3.209 : 56(84) bytes of data.
64 bytes from 192.1.2.23: icmp_seq=1 ttl=64 time=0.XXX ms
64 bytes from 192.1.2.23: icmp_seq=2 ttl=64 time=0.XXX ms
64 bytes from 192.1.2.23: icmp_seq=3 ttl=64 time=0.XXX ms
64 bytes from 192.1.2.23: icmp_seq=4 ttl=64 time=0.XXX ms
--- 192.1.2.23 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time XXXX
rtt min/avg/max/mdev = 0.XXX/0.XXX/0.XXX/0.XXX ms
road #
 ipsec whack --trafficstatus
006 #2: "road-east-1", type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='@east'
road #
 ipsec auto --listpubkeys
000  
000 List of RSA Public Keys:
000  
000 TIMESTAMP, 2192 RSA Key AQO9bJbr3 (no private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@east'
000 TIMESTAMP, 3104 RSA Key AQPHFfpyJ (has private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@road.testing.libreswan.org'
road #
 #restart with new keys
road #
 cp road-2.secrets /etc/ipsec.secrets
road #
 ipsec stop
Redirecting to: systemctl stop ipsec.service
road #
 sleep 2
road #
 ipsec start
Redirecting to: systemctl start ipsec.service
road #
 /testing/pluto/bin/wait-until-pluto-started
road #
 ipsec whack --debug-all --impair retransmits
road #
 ipsec auto --add road-east-2
002 added connection description "road-east-2"
road #
 ipsec auto --up road-east-2
002 "road-east-2" #1: initiating v2 parent SA
133 "road-east-2" #1: STATE_PARENT_I1: initiate
133 "road-east-2" #1: STATE_PARENT_I1: sent v2I1, expected v2R1
002 "road-east-2" #1: suppressing retransmit because IMPAIR_RETRANSMITS is set.
003 "road-east-2" #1: Can't find the certificate or private key from the NSS CKA_ID
003 "road-east-2" #1: DigSig: failed to find our RSA key
000 "road-east-2" #1: release whack for IKE SA, but releasing whack for pending IPSEC SA
road #
 ping -n -c 4 -I 192.1.3.209 192.1.2.23
PING 192.1.2.23 (192.1.2.23) from 192.1.3.209 : 56(84) bytes of data.
--- 192.1.2.23 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time XXXX
road #
 echo done
done
road #
 # east should have two public keys. including road fetched from dns
road #
 ipsec auto --listpubkeys
000  
000 List of RSA Public Keys:
000  
000 TIMESTAMP, 2192 RSA Key AQO9bJbr3 (no private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@east'
000 TIMESTAMP, 3712 RSA Key AQPhNstk9 (has private key), until --- -- --:--:-- ---- ok (expires never)
000        ID_FQDN '@road.testing.libreswan.org'
road #
 ipsec whack --trafficstatus
road #
road #
 ../bin/check-for-core.sh
road #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

