1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
/testing/guestbin/swan-prep --hostkeys
Creating NSS database containing host keys
west #
# confirm that the network is alive
west #
../../guestbin/wait-until-alive -I 192.0.1.254 192.0.2.254
destination -I 192.0.1.254 192.0.2.254 is alive
west #
# adding some routes to sow confusion on purpose
west #
../../guestbin/ip.sh route add 192.168.1.1 via 192.0.1.254 dev eth0
west #
../../guestbin/ip.sh route add 192.168.1.2 via 192.1.2.45 dev eth1
west #
../../guestbin/ip.sh route add 192.168.1.16/28 via 192.1.2.45 dev eth1
west #
../../guestbin/ip.sh route add 25.1.0.0/16 via 192.0.1.254
west #
../../guestbin/ip.sh route add 25.2.0.0/16 via 192.1.2.45
west #
ipsec start
Redirecting to: [initsystem]
west #
../../guestbin/wait-until-pluto-started
west #
ipsec auto --add westnet-all
"westnet-all": added IKEv1 connection
west #
../../guestbin/ip.sh route list
default via 192.1.2.254 dev eth1
25.1.0.0/16 via 192.0.1.254 dev eth0
25.2.0.0/16 via 192.1.2.45 dev eth1
192.0.1.0/24 dev eth0 proto kernel scope link src 192.0.1.254
192.0.2.0/24 via 192.1.2.23 dev eth1
192.1.2.0/24 dev eth1 proto kernel scope link src 192.1.2.45
192.168.1.1 via 192.0.1.254 dev eth0
192.168.1.2 via 192.1.2.45 dev eth1
192.168.1.16/28 via 192.1.2.45 dev eth1
west #
for i in `seq 1 12`; do ipsec auto --add orient$i; done
"orient1": added IKEv1 connection
"orient2": added IKEv1 connection
"orient3": added IKEv1 connection
"orient4": added IKEv1 connection
"orient5": added IKEv1 connection
"orient6": added IKEv1 connection
"orient7": added IKEv1 connection
"orient8": added IKEv1 connection
"orient9": added IKEv1 connection
"orient10": added IKEv1 connection
"orient11": added IKEv1 connection
"orient12": added IKEv1 connection
west #
ipsec auto --status |grep "[.][.][.]"
"orient1": 192.1.2.45---192.1.2.254...%any; unrouted; my_ip=unset; their_ip=unset;
"orient10": 192.1.2.45---192.1.2.254...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"orient11": 192.1.2.45---192.1.2.254...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"orient12": 192.1.2.45---192.1.2.254...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"orient2": 192.1.2.45---192.1.2.254...%any; unrouted; my_ip=unset; their_ip=unset;
"orient3": 192.1.2.45---192.1.2.254...%any; unrouted; my_ip=unset; their_ip=unset;
"orient4": 192.1.2.45---192.1.2.254...%any; unrouted; my_ip=unset; their_ip=unset;
"orient5": 192.1.2.45...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"orient6": 192.1.2.45---192.1.2.254...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"orient7": 192.1.2.45---192.1.2.254...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"orient8": 192.1.2.45...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"orient9": 192.1.2.45---192.1.2.254...8.8.8.8; unrouted; my_ip=unset; their_ip=unset;
"westnet-all": 192.0.1.0/24===192.1.2.45[@west]...192.1.2.23[@east]===0.0.0.0/0; unrouted; my_ip=unset; their_ip=unset;
west #
ipsec whack --impair suppress_retransmits
west #
echo "initdone"
initdone
west #
ipsec auto --up westnet-all
"westnet-all" #1: initiating IKEv1 Main Mode connection
"westnet-all" #1: sent Main Mode request
"westnet-all" #1: sent Main Mode I2
"westnet-all" #1: sent Main Mode I3
"westnet-all" #1: Peer ID is ID_FQDN: '@east'
"westnet-all" #1: authenticated peer using preloaded certificate '@east' and 2nnn-bit RSA with SHA1 signature
"westnet-all" #1: ISAKMP SA established {auth=RSA_SIG cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
"westnet-all" #2: initiating Quick Mode IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+UP+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
"westnet-all" #2: sent Quick Mode request
"westnet-all" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 DPD=passive}
west #
../../guestbin/ping-once.sh --up -I 192.0.1.254 192.0.2.254
up
west #
ipsec trafficstatus
#2: "westnet-all", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, maxBytes=2^63B, id='@east'
west #
../../guestbin/ip.sh route list
default via 192.1.2.254 dev eth1
25.1.0.0/16 via 192.0.1.254 dev eth0
25.2.0.0/16 via 192.1.2.45 dev eth1
192.0.1.0/24 dev eth0 proto kernel scope link src 192.0.1.254
192.0.2.0/24 via 192.1.2.23 dev eth1
192.1.2.0/24 dev eth1 proto kernel scope link src 192.1.2.45
192.168.1.1 via 192.0.1.254 dev eth0
192.168.1.2 via 192.1.2.45 dev eth1
192.168.1.16/28 via 192.1.2.45 dev eth1
west #
# testing re-orienting
west #
ipsec auto --replace westnet-all
"westnet-all": terminating SAs using this connection
"westnet-all" #2: deleting IPsec SA (QUICK_I2) and sending notification using ISAKMP SA #1
"westnet-all" #2: ESP traffic information: in=84B out=84B
"westnet-all" #1: deleting ISAKMP SA (MAIN_I4) and sending notification
"westnet-all": added IKEv1 connection
west #
ipsec auto --status |grep westnet
"westnet-all": 192.0.1.0/24===192.1.2.45[@west]...192.1.2.23[@east]===0.0.0.0/0; unrouted; my_ip=unset; their_ip=unset;
"westnet-all": host: oriented; local: 192.1.2.45; remote: 192.1.2.23;
"westnet-all": my_updown=ipsec _updown;
"westnet-all": xauth us:none, xauth them:none, my_username=[any]; their_username=[any]
"westnet-all": our auth:rsasig, their auth:rsasig, our autheap:none, their autheap:none;
"westnet-all": modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, cat:unset;
"westnet-all": sec_label:unset;
"westnet-all": 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%;
"westnet-all": iptfs: no; fragmentation: yes; packet-size: 0; max-queue-size: 0; drop-time: 0; init-delay: 0; reorder-window: 0;
"westnet-all": retransmit-interval: 9999ms; retransmit-timeout: 99s; iketcp:no; iketcp-port:4500;
"westnet-all": initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no;
"westnet-all": policy: IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+IKE_FRAG_ALLOW+ESN_NO+ESN_YES;
"westnet-all": conn_prio: 24,0,0; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none;
"westnet-all": nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:no;
"westnet-all": our idtype: ID_FQDN; our id=@west; their idtype: ID_FQDN; their id=@east
"westnet-all": dpd: passive; delay:0s; timeout:0s
"westnet-all": nat-traversal: encapsulation:auto; keepalive:20s; ikev1-method:rfc+drafts
"westnet-all": routing: unrouted;
"westnet-all": conn serial: $14;
west #
echo done
done
west #
../../guestbin/ipsec-kernel-state.sh
west #
../../guestbin/ipsec-kernel-policy.sh
west #
ipsec whack --shutdown
Pluto is shutting down
west #
|