# 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: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 # give OE policies time to load
west #
 ../../guestbin/wait-for.sh --match 'loaded 10,' -- ipsec auto --status
000 Total IPsec connections: loaded 10, active 0
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 by whack from 192.1.2.45:8 to 192.1.2.23:0 proto=ICMP
1v2 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #1: initiating IKEv2 connection
003 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #1: IKE SA authentication request rejected by peer: AUTHENTICATION_FAILED
036 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #1: encountered fatal error in state STATE_V2_PARENT_I2
002 "private-or-clear#192.1.2.0/24"[1] ...192.1.2.23 #1: deleting state (STATE_V2_PARENT_I2) and NOT sending notification
west #
 echo done
done
west #
 ../../guestbin/ipsec-look.sh
west NOW
XFRM state:
XFRM policy:
src 127.0.0.1/32 dst 192.1.2.45/32
	dir fwd priority 3129279 ptype main
src 127.0.0.1/32 dst 192.1.2.45/32
	dir in priority 3129279 ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir fwd priority 3129279 ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir in priority 3129279 ptype main
src 192.1.2.254/32 dst 192.1.2.45/32
	dir fwd priority 3129279 ptype main
src 192.1.2.254/32 dst 192.1.2.45/32
	dir in priority 3129279 ptype main
src 192.1.2.45/32 dst 127.0.0.1/32
	dir out priority 3129279 ptype main
src 192.1.2.45/32 dst 192.1.2.253/32
	dir out priority 3129279 ptype main
src 192.1.2.45/32 dst 192.1.2.254/32
	dir out priority 3129279 ptype main
src 192.1.2.45/32 dst 192.1.3.253/32
	dir out priority 3129279 ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir fwd priority 3129279 ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir in priority 3129279 ptype main
src 192.1.2.45/32 dst 192.1.2.0/24
	dir out priority 3129294 ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid 0 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
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,,  
hashsha1                                                     P,,  
nic                                                          P,,  
north                                                        P,,  
road                                                         P,,  
signedbyother                                                u,u,u
west                                                         u,u,u
west #
 
