/testing/guestbin/swan-prep --46 --hostkeys
Creating NSS database containing host keys
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add v6-tunnel-east-road
"v6-tunnel-east-road": added IKEv1 connection
east #
 ipsec auto --status | grep v6-tunnel-east-road
"v6-tunnel-east-road": 2001:db8:1:2::23[@east]---2001:db8:1:2::45...2001:db8:1:3::209[@road]; unrouted; my_ip=unset; their_ip=unset;
"v6-tunnel-east-road":   host: oriented; local: 2001:db8:1:2::23; remote: 2001:db8:1:3::209;
"v6-tunnel-east-road":   my_updown=ipsec _updown;
"v6-tunnel-east-road":   xauth us:none, xauth them:none,  my_username=[any]; their_username=[any]
"v6-tunnel-east-road":   our auth:rsasig, their auth:rsasig, our autheap:none, their autheap:none;
"v6-tunnel-east-road":   modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, cat:unset;
"v6-tunnel-east-road":   sec_label:unset;
"v6-tunnel-east-road":   ike_life: 28800s; ipsec_life: 28800s; ipsec_max_bytes: 2^63B; ipsec_max_packets: 2^63; replay_window: 128; rekey_margin: 540s; rekey_fuzz: 100%;
"v6-tunnel-east-road":   retransmit-interval: 9999ms; retransmit-timeout: 99s; iketcp:no; iketcp-port:4500;
"v6-tunnel-east-road":   initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no;
"v6-tunnel-east-road":   policy: IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+IKE_FRAG_ALLOW+ESN_NO+ESN_YES;
"v6-tunnel-east-road":   conn_prio: 128,128; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none;
"v6-tunnel-east-road":   nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:no;
"v6-tunnel-east-road":   our idtype: ID_FQDN; our id=@east; their idtype: ID_FQDN; their id=@road
"v6-tunnel-east-road":   dpd: passive; delay:0s; timeout:0s
"v6-tunnel-east-road":   nat-traversal: encapsulation:auto; keepalive:20s; ikev1-method:rfc+drafts
"v6-tunnel-east-road":   routing: unrouted;
"v6-tunnel-east-road":   conn serial: $1;
east #
 echo "initdone"
initdone
east #
 ../../guestbin/ipsec-kernel-state.sh
src 2001:db8:1:2::23 dst 2001:db8:1:3::209
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec
	auth-trunc hmac(sha1) 0xHASHKEY 96
	enc cbc(aes) 0xENCKEY
	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 2001:db8:1:3::209 dst 2001:db8:1:2::23
	proto esp spi 0xSPISPI reqid REQID mode tunnel
	replay-window 0 flag af-unspec
	auth-trunc hmac(sha1) 0xHASHKEY 96
	enc cbc(aes) 0xENCKEY
	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 
east #
 ../../guestbin/ipsec-kernel-policy.sh
src ::/0 dst ::/0 proto ipv6-icmp type 135
	dir fwd priority PRIORITY ptype main
src ::/0 dst ::/0 proto ipv6-icmp type 135
	dir in priority PRIORITY ptype main
src ::/0 dst ::/0 proto ipv6-icmp type 135
	dir out priority PRIORITY ptype main
src ::/0 dst ::/0 proto ipv6-icmp type 136
	dir fwd priority PRIORITY ptype main
src ::/0 dst ::/0 proto ipv6-icmp type 136
	dir in priority PRIORITY ptype main
src ::/0 dst ::/0 proto ipv6-icmp type 136
	dir out priority PRIORITY ptype main
src 2001:db8:1:2::23/128 dst 2001:db8:1:3::209/128
	dir out priority PRIORITY ptype main
	tmpl src 2001:db8:1:2::23 dst 2001:db8:1:3::209
		proto esp reqid REQID mode tunnel
src 2001:db8:1:3::209/128 dst 2001:db8:1:2::23/128
	dir fwd priority PRIORITY ptype main
	tmpl src 2001:db8:1:3::209 dst 2001:db8:1:2::23
		proto esp reqid REQID mode tunnel
src 2001:db8:1:3::209/128 dst 2001:db8:1:2::23/128
	dir in priority PRIORITY ptype main
	tmpl src 2001:db8:1:3::209 dst 2001:db8:1:2::23
		proto esp reqid REQID mode tunnel
east #
 
