/testing/guestbin/swan-prep --46 --hostkeys
Creating NSS database containing host keys
road #
 # confirm that the network is alive
road #
 ping6 -n -q -c 4 2001:db8:1:2::23
PING 2001:db8:1:2::23 (2001:db8:1:2::23) 56 data bytes
--- 2001:db8: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 #
 # make sure that clear text echo does not get through
road #
 ip6tables -A INPUT -i eth0 -s 2001:db8:1:2::23 -p ipv6-icmp --icmpv6-type echo-reply  -j DROP
road #
 ip6tables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT
road #
 # confirm clear text does not get through
road #
 ping6 -n -q -c 4 2001:db8:1:2::23
PING 2001:db8:1:2::23 (2001:db8:1:2::23) 56 data bytes
--- 2001:db8:1:2::23 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time XXXX
road #
 ipsec start
Redirecting to: [initsystem]
road #
 ../../guestbin/wait-until-pluto-started
road #
 ipsec auto --add v6-tunnel-east-road
"v6-tunnel-east-road": added IKEv1 connection
road #
 ipsec auto --status | grep v6-tunnel-east-road
"v6-tunnel-east-road": 2001:db8:1:3::209[@road]---2001:db8:1:3::254...2001:db8:1:2::23[@east]; unrouted; my_ip=unset; their_ip=unset;
"v6-tunnel-east-road":   host: oriented; local: 2001:db8:1:3::209; remote: 2001:db8:1:2::23;
"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: eth0; 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=@road; their idtype: ID_FQDN; their id=@east
"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;
road #
 ipsec whack --impair suppress_retransmits
road #
 echo "initdone"
initdone
road #
 ipsec auto --up v6-tunnel-east-road
"v6-tunnel-east-road" #1: initiating IKEv1 Main Mode connection
"v6-tunnel-east-road" #1: sent Main Mode request
"v6-tunnel-east-road" #1: sent Main Mode I2
"v6-tunnel-east-road" #1: sent Main Mode I3
"v6-tunnel-east-road" #1: Peer ID is ID_FQDN: '@east'
"v6-tunnel-east-road" #1: authenticated peer using preloaded certificate '@east' and 2nnn-bit RSA with SHA1 signature
"v6-tunnel-east-road" #1: ISAKMP SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"v6-tunnel-east-road" #2: initiating Quick Mode IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"v6-tunnel-east-road" #2: sent Quick Mode request
"v6-tunnel-east-road" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 DPD=passive}
road #
 ping6 -n -q -c 4 2001:db8:1:2::23
PING 2001:db8:1:2::23 (2001:db8:1:2::23) 56 data bytes
--- 2001:db8: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 #
 echo done
done
road #
 ../../guestbin/ipsec-kernel-state.sh
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 
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 
road #
 ../../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 fwd 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:2::23/128 dst 2001:db8:1:3::209/128
	dir in 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 out priority PRIORITY ptype main
	tmpl src 2001:db8:1:3::209 dst 2001:db8:1:2::23
		proto esp reqid REQID mode tunnel
road #
 
