/testing/guestbin/swan-prep --x509
Preparing X.509 files
west #
 ../../guestbin/ip.sh route del default
west #
 ../../guestbin/ip.sh route add default via 192.9.4.1
Error: Nexthop has invalid gateway.
west #
 ipsec certutil -D -n east
west #
 cp west-ikev2-oe.conf /etc/ipsec.d/ikev2-oe.conf
west #
 cp policies/* /etc/ipsec.d/policies/
west #
 # specific /32 to test replacement of /32 oppo-instance with oppo-group
west #
 echo "192.1.2.23/32"  >> /etc/ipsec.d/policies/private
west #
 restorecon -R /etc/ipsec.d
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec whack --impair suppress_retransmits
west #
 # give OE policies time to load
west #
 ../../guestbin/wait-for.sh --match 'loaded 10,' -- ipsec auto --status
Total IPsec connections: loaded 10, active 0
west #
 ip -s xfrm monitor > /tmp/xfrm-monitor.out & sleep 1
[x] PID
west #
 echo "initdone"
initdone
west #
 # wait on OE retransmits and rekeying
west #
 ../../guestbin/ping-once.sh --forget -I 192.1.2.45 192.1.2.23
fired and forgotten
west #
 ../../guestbin/wait-for.sh --match private -- ipsec whack --trafficstatus
#2: "private#192.1.2.23/32"[1] ...192.1.2.23, type=ESP, add_time=1234567890, inBytes=0, outBytes=0, maxBytes=2^63B, id='192.1.2.23'
west #
 # should show established tunnel and no bare shunts
west #
 ../../guestbin/ping-once.sh --up -I 192.1.2.45 192.1.2.23
up
west #
 ipsec whack --trafficstatus
#2: "private#192.1.2.23/32"[1] ...192.1.2.23, type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='192.1.2.23'
west #
 ipsec whack --shuntstatus
Bare Shunt list:
 
west #
 echo "waiting on east to send delete for this IPsec SA"
waiting on east to send delete for this IPsec SA
west #
 # confirm received delete was processed - should show no tunnel
west #
 ipsec whack --trafficstatus
west #
 # let the old acquire expire so it won't interfere with our new trigger
west #
 ../../guestbin/wait-for.sh --no-match ' spi 0x00000000 ' -- ../../guestbin/ipsec-kernel-state.sh
west #
 # try triggering again, ondemand policy should re-trigger OE
west #
 ../../guestbin/ipsec-kernel-state.sh
west #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.1.2.45/32 dst 192.1.2.23/32
	dir out priority PRIORITY ptype main
	tmpl src 0.0.0.0 dst 0.0.0.0
		proto esp reqid 0 mode transport
src 192.1.2.45/32 dst 192.1.2.253/32
	dir out priority PRIORITY ptype main
src 192.1.2.45/32 dst 192.1.2.254/32
	dir out priority PRIORITY ptype main
src 192.1.2.45/32 dst 192.1.3.253/32
	dir out priority PRIORITY ptype main
src 192.1.2.45/32 dst 192.1.3.254/32
	dir out priority PRIORITY ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
src 192.1.2.254/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.2.254/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
src 192.1.3.254/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.3.254/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
west #
 ../../guestbin/ping-once.sh --forget -I 192.1.2.45 192.1.2.23
fired and forgotten
west #
 ../../guestbin/wait-for.sh --match private -- ipsec whack --trafficstatus
#4: "private#192.1.2.23/32"[2] ...192.1.2.23, type=ESP, add_time=1234567890, inBytes=0, outBytes=0, maxBytes=2^63B, id='192.1.2.23'
west #
 # wait on OE to re-establish IPsec SA
west #
 ../../guestbin/wait-for.sh --no-match ' spi 0x00000000 ' -- ../../guestbin/ipsec-kernel-state.sh
west #
 ../../guestbin/ping-once.sh --forget -I 192.1.2.45 192.1.2.23
fired and forgotten
west #
 ../../guestbin/ipsec-kernel-state.sh
src 192.1.2.45 dst 192.1.2.23
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec esn
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
	lastused YYYY-MM-DD HH:MM:SS
	anti-replay esn context:
	 seq-hi 0x0, seq 0xXX, oseq-hi 0x0, oseq 0xXX
	 replay_window 128, bitmap-length 4
	 00000000 00000000 00000000 XXXXXXXX 
src 192.1.2.23 dst 192.1.2.45
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec esn
	aead rfc4106(gcm(aes)) 0xENCAUTHKEY 128
	lastused YYYY-MM-DD HH:MM:SS
	anti-replay esn context:
	 seq-hi 0x0, seq 0xXX, oseq-hi 0x0, oseq 0xXX
	 replay_window 128, bitmap-length 4
	 00000000 00000000 00000000 XXXXXXXX 
west #
 ../../guestbin/ipsec-kernel-policy.sh
src 192.1.2.23/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
	tmpl src 192.1.2.23 dst 192.1.2.45
		proto esp reqid REQID mode tunnel
src 192.1.2.23/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
	tmpl src 192.1.2.23 dst 192.1.2.45
		proto esp reqid REQID mode tunnel
src 192.1.2.45/32 dst 192.1.2.23/32
	dir out priority PRIORITY ptype main
	tmpl src 192.1.2.45 dst 192.1.2.23
		proto esp reqid REQID mode tunnel
src 192.1.2.45/32 dst 192.1.2.253/32
	dir out priority PRIORITY ptype main
src 192.1.2.45/32 dst 192.1.2.254/32
	dir out priority PRIORITY ptype main
src 192.1.2.45/32 dst 192.1.3.253/32
	dir out priority PRIORITY ptype main
src 192.1.2.45/32 dst 192.1.3.254/32
	dir out priority PRIORITY ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.2.253/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
src 192.1.2.254/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.2.254/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.3.253/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
src 192.1.3.254/32 dst 192.1.2.45/32
	dir fwd priority PRIORITY ptype main
src 192.1.3.254/32 dst 192.1.2.45/32
	dir in priority PRIORITY ptype main
west #
 ipsec whack --shuntstatus
Bare Shunt list:
 
west #
 # ping should succeed through tunnel
west #
 ../../guestbin/ping-once.sh --up -I 192.1.2.45 192.1.2.23
up
west #
 ipsec whack --trafficstatus
#4: "private#192.1.2.23/32"[2] ...192.1.2.23, type=ESP, add_time=1234567890, inBytes=168, outBytes=168, maxBytes=2^63B, id='192.1.2.23'
west #
 # both ends should show a tunnel
west #
 ipsec whack --trafficstatus
#4: "private#192.1.2.23/32"[2] ...192.1.2.23, type=ESP, add_time=1234567890, inBytes=168, outBytes=168, maxBytes=2^63B, id='192.1.2.23'
west #

