# added different CA
west #
 /testing/guestbin/swan-prep --x509 --signedbyother
Preparing X.509 files
west #
 certutil -D -n east -d sql:/etc/ipsec.d
west #
 cp policies/* /etc/ipsec.d/policies/
west #
 echo "192.1.2.0/24" >> /etc/ipsec.d/policies/private-or-clear
west #
 ipsec start
Redirecting to: systemctl start ipsec.service
west #
 /testing/pluto/bin/wait-until-pluto-started
west #
 # give OE policies time to load
west #
 sleep 5
west #
 echo "initdone"
initdone
west #
 ipsec whack --impair suppress-retransmits
west #
 # this should fail AUTH on mismatched CA
west #
 ipsec whack --oppohere 192.1.2.45 --oppothere 192.1.2.23
002 initiate on demand from 192.1.2.45:0 to 192.1.2.23:0 proto=0 because: whack
133 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #1: STATE_PARENT_I1: initiate
002 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #1: IMPAIR: suppressing retransmits; scheduling timeout in 10 seconds
002 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #2: IMPAIR: suppressing retransmits; scheduling timeout in 10 seconds
002 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #2: IKE SA authentication request rejected: AUTHENTICATION_FAILED
000 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #2: scheduling retry attempt 1 of an unlimited number, but releasing whack
west #
 echo done
done
west #
 ../../pluto/bin/ipsec-look.sh
west NOW
XFRM state:
src 192.1.2.23 dst 192.1.2.45
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 
	sel src 192.1.2.23/32 dst 192.1.2.45/32 
XFRM policy:
src 127.0.0.1/32 dst 192.1.2.45/32
	dir fwd priority 1564639 ptype main
src 127.0.0.1/32 dst 192.1.2.45/32
	dir in priority 1564639 ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir fwd priority 1564639 ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir in priority 1564639 ptype main
src 192.1.2.45/32 dst 127.0.0.1/32
	dir out priority 1564639 ptype main
src 192.1.2.45/32 dst 192.1.2.253/32
	dir out priority 1564639 ptype main
src 192.1.2.45/32 dst 192.1.3.253/32
	dir out priority 1564639 ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir fwd priority 1564639 ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir in priority 1564639 ptype main
src 192.1.2.45/32 dst 192.1.2.0/24
	dir out priority 1564647 ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid REQID mode transport
XFRM done
IPSEC mangle TABLES
NEW_IPSEC_CONN mangle TABLES
ROUTING TABLES
default via 192.1.2.254 dev eth1 
192.0.1.0/24 dev eth0 proto kernel scope link src 192.0.1.254 
192.0.2.0/24 via 192.1.2.23 dev eth1 
192.1.2.0/24 dev eth1 proto kernel scope link src 192.1.2.45 
192.9.4.0/24 dev eth2 proto kernel scope link src 192.9.4.45 
NSS_CERTIFICATES
Certificate Nickname                                         Trust Attributes
                                                             SSL,S/MIME,JAR/XPI
Libreswan test CA for mainca - Libreswan                     CT,, 
Libreswan test CA for otherca - Libreswan                    ,,   
east-ec                                                      P,,  
hashsha2                                                     P,,  
nic                                                          P,,  
north                                                        P,,  
road                                                         P,,  
signedbyother                                                u,u,u
west                                                         u,u,u
west #
west #
 ../bin/check-for-core.sh
west #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

