/testing/guestbin/swan-prep --46 west # # confirm that the network is alive west # ping6 -n -c 4 -I 2001:db8:0:1::254 2001:db8:0:2::254 ping: bind icmp socket: Cannot assign requested address west # # ensure that clear text does not get through west # ip6tables -A INPUT -i eth1 -s 2001:db8:0:2::254 -p ipv6-icmp --icmpv6-type echo-reply -j LOGDROP west # ip6tables -I INPUT -m policy --dir in --pol ipsec -j ACCEPT west # # confirm clear text does not get through west # ping6 -n -c 4 -I 2001:db8:0:1::254 2001:db8:0:2::254 ping: bind icmp socket: Cannot assign requested address west # ipsec start Redirecting to: [initsystem] west # /testing/pluto/bin/wait-until-pluto-started west # ipsec auto --add westnet-eastnet-6in6 002 added connection description "westnet-eastnet-6in6" west # ipsec whack --impair suppress-retransmits west # echo "initdone" initdone west # ipsec auto --up westnet-eastnet-6in6 022 "westnet-eastnet-6in6": We cannot identify ourselves with either end of this connection. 2001:db8:1:2::45 or 2001:db8:1:2::23 are not usable 036 failed to initiate westnet-eastnet-6in6 west # ping6 -n -c 4 -I 2001:db8:0:1::254 2001:db8:0:2::254 ping: bind icmp socket: Cannot assign requested address west # echo done done west # ipsec whack --trafficstatus west # west # ../bin/check-for-core.sh west # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi