/testing/guestbin/swan-prep --46 road # # confirm that the network is alive road # ping6 -n -c 4 2001:db8:1:2::23 PING 2001:db8:1:2::23(2001:db8:1:2::23) 56 data bytes 64 bytes from 2001:db8:1:2::23: icmp_seq=1 ttl=63 time=0.XXX ms 64 bytes from 2001:db8:1:2::23: icmp_seq=2 ttl=63 time=0.XXX ms 64 bytes from 2001:db8:1:2::23: icmp_seq=3 ttl=63 time=0.XXX ms 64 bytes from 2001:db8:1:2::23: icmp_seq=4 ttl=63 time=0.XXX ms --- 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 # # ensure that clear text 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 -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 # /testing/pluto/bin/wait-until-pluto-started road # ipsec auto --add v6-tunnel-east-road 002 added connection description "v6-tunnel-east-road" road # ipsec auto --status | grep v6-tunnel-east-road 000 "v6-tunnel-east-road": 2001:db8:1:3::209<2001:db8:1:3::209>[@road]---2001:db8:1:3::254...2001:db8:1:2::23<2001:db8:1:2::23>[@east]; unrouted; eroute owner: #0 000 "v6-tunnel-east-road": oriented; my_ip=unset; their_ip=unset; my_updown=ipsec _updown; 000 "v6-tunnel-east-road": xauth us:none, xauth them:none, my_username=[any]; their_username=[any] 000 "v6-tunnel-east-road": our auth:rsasig, their auth:rsasig 000 "v6-tunnel-east-road": modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, banner:unset, cat:unset; 000 "v6-tunnel-east-road": labeled_ipsec:no; 000 "v6-tunnel-east-road": policy_label:unset; 000 "v6-tunnel-east-road": ike_life: 3600s; ipsec_life: 28800s; replay_window: 32; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; 000 "v6-tunnel-east-road": retransmit-interval: 9999ms; retransmit-timeout: 99s; 000 "v6-tunnel-east-road": initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no; 000 "v6-tunnel-east-road": policy: RSASIG+ENCRYPT+TUNNEL+PFS+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO; 000 "v6-tunnel-east-road": conn_prio: 128,128; interface: eth0; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none; 000 "v6-tunnel-east-road": nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:auto; 000 "v6-tunnel-east-road": our idtype: ID_FQDN; our id=@road; their idtype: ID_FQDN; their id=@east 000 "v6-tunnel-east-road": dpd: action:hold; delay:0; timeout:0; nat-t: encaps:auto; nat_keepalive:yes; ikev1_natt:both 000 "v6-tunnel-east-road": newest ISAKMP SA: #0; newest IPsec SA: #0; road # echo "initdone" initdone road # ipsec auto --up v6-tunnel-east-road 002 "v6-tunnel-east-road" #1: initiating Main Mode 1v1 "v6-tunnel-east-road" #1: STATE_MAIN_I1: initiate 1v1 "v6-tunnel-east-road" #1: STATE_MAIN_I2: sent MI2, expecting MR2 1v1 "v6-tunnel-east-road" #1: STATE_MAIN_I3: sent MI3, expecting MR3 002 "v6-tunnel-east-road" #1: Peer ID is ID_FQDN: '@east' 003 "v6-tunnel-east-road" #1: Authenticated using RSA 004 "v6-tunnel-east-road" #1: STATE_MAIN_I4: ISAKMP SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048} 002 "v6-tunnel-east-road" #2: initiating Quick Mode RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+SAREF_TRACK+IKE_FRAG_ALLOW+ESN_NO 1v1 "v6-tunnel-east-road" #2: STATE_QUICK_I1: initiate 004 "v6-tunnel-east-road" #2: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=passive} road # ping6 -n -c 4 2001:db8:1:2::23 PING 2001:db8:1:2::23(2001:db8:1:2::23) 56 data bytes 64 bytes from 2001:db8:1:2::23: icmp_seq=1 ttl=64 time=0.XXX ms 64 bytes from 2001:db8:1:2::23: icmp_seq=2 ttl=64 time=0.XXX ms 64 bytes from 2001:db8:1:2::23: icmp_seq=3 ttl=64 time=0.XXX ms 64 bytes from 2001:db8:1:2::23: icmp_seq=4 ttl=64 time=0.XXX ms --- 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 # ipsec whack --trafficstatus 006 #2: "v6-tunnel-east-road", type=ESP, add_time=1234567890, inBytes=416, outBytes=416, id='@east' road # echo done done road # ../../pluto/bin/ipsec-look.sh road NOW XFRM state: src 2001:db8:1:2::23 dst 2001:db8:1:3::209 proto esp spi 0xSPISPI reqid REQID mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0xHASHKEY 96 enc cbc(aes) 0xENCKEY src 2001:db8:1:3::209 dst 2001:db8:1:2::23 proto esp spi 0xSPISPI reqid REQID mode tunnel replay-window 32 flag af-unspec auth-trunc hmac(sha1) 0xHASHKEY 96 enc cbc(aes) 0xENCKEY XFRM policy: src 2001:db8:1:2::23/128 dst 2001:db8:1:3::209/128 dir fwd priority 1015679 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 1015679 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 1015679 ptype main tmpl src 2001:db8:1:3::209 dst 2001:db8:1:2::23 proto esp reqid REQID mode tunnel src ::/0 dst ::/0 proto ipv6-icmp type 135 dir fwd priority 1 ptype main src ::/0 dst ::/0 proto ipv6-icmp type 135 dir in priority 1 ptype main src ::/0 dst ::/0 proto ipv6-icmp type 135 dir out priority 1 ptype main src ::/0 dst ::/0 proto ipv6-icmp type 136 dir fwd priority 1 ptype main src ::/0 dst ::/0 proto ipv6-icmp type 136 dir in priority 1 ptype main src ::/0 dst ::/0 proto ipv6-icmp type 136 dir out priority 1 ptype main XFRM done IPSEC mangle TABLES NEW_IPSEC_CONN mangle TABLES ROUTING TABLES default via 192.1.3.254 dev eth0 192.1.3.0/24 dev eth0 proto kernel scope link src 192.1.3.209 2001:db8:1:3::/64 dev eth0 proto kernel metric 256 fe80::/64 dev eth0 proto kernel metric 256 default via 2001:db8:1:3::254 dev eth0 metric 1 NSS_CERTIFICATES Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI road # road # ../bin/check-for-core.sh road # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi