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
|
/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
east #
/testing/x509/import.sh real/mainca/west.end.cert
ipsec certutil -A -n west -t P,, -i real/mainca/west.end.cert
east #
/testing/x509/import.sh real/mainca/`hostname`.end.p12
ipsec pk12util -w nss-pw -i real/mainca/east.end.p12
pk12util: PKCS12 IMPORT SUCCESSFUL
east #
ipsec start
Redirecting to: [initsystem]
east #
../../guestbin/wait-until-pluto-started
east #
ipsec auto --add westnet-eastnet-x509-nosend
"westnet-eastnet-x509-nosend": added IKEv1 connection
east #
ipsec auto --status | grep westnet-eastnet-x509-nosend
"westnet-eastnet-x509-nosend": 192.0.2.0/24===192.1.2.23[C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org,+S-C]...192.1.2.45[C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=west.testing.libreswan.org, E=user-west@testing.libreswan.org]===192.0.1.0/24; unrouted; my_ip=192.0.2.254; their_ip=192.0.1.254;
"westnet-eastnet-x509-nosend": host: oriented; local: 192.1.2.23; remote: 192.1.2.45;
"westnet-eastnet-x509-nosend": mycert=east; peercert=west; my_updown=ipsec _updown;
"westnet-eastnet-x509-nosend": xauth us:none, xauth them:none, my_username=[any]; their_username=[any]
"westnet-eastnet-x509-nosend": our auth:rsasig, their auth:rsasig, our autheap:none, their autheap:none;
"westnet-eastnet-x509-nosend": modecfg info: us:none, them:none, modecfg policy:push, dns:unset, domains:unset, cat:unset;
"westnet-eastnet-x509-nosend": sec_label:unset;
"westnet-eastnet-x509-nosend": CAs: 'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'...'C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=Libreswan test CA for mainca, E=testing@libreswan.org'
"westnet-eastnet-x509-nosend": 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-eastnet-x509-nosend": iptfs: no; fragmentation: yes; packet-size: 0; max-queue-size: 0; drop-time: 0; init-delay: 0; reorder-window: 0;
"westnet-eastnet-x509-nosend": retransmit-interval: 9999ms; retransmit-timeout: 99s; iketcp:no; iketcp-port:4500;
"westnet-eastnet-x509-nosend": initial-contact:no; cisco-unity:no; fake-strongswan:no; send-vendorid:no; send-no-esp-tfc:no;
"westnet-eastnet-x509-nosend": policy: IKEv1+RSASIG+ENCRYPT+TUNNEL+PFS+IKE_FRAG_ALLOW+ESN_NO+ESN_YES;
"westnet-eastnet-x509-nosend": conn_prio: 24,24,0; interface: eth1; metric: 0; mtu: unset; sa_prio:auto; sa_tfc:none;
"westnet-eastnet-x509-nosend": nflog-group: unset; mark: unset; vti-iface:unset; vti-routing:no; vti-shared:no; nic-offload:no;
"westnet-eastnet-x509-nosend": our idtype: ID_DER_ASN1_DN; our id=C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org; their idtype: ID_DER_ASN1_DN; their id=C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=west.testing.libreswan.org, E=user-west@testing.libreswan.org
"westnet-eastnet-x509-nosend": dpd: passive; delay:0s; timeout:0s
"westnet-eastnet-x509-nosend": nat-traversal: encapsulation:auto; keepalive:20s; ikev1-method:rfc+drafts
"westnet-eastnet-x509-nosend": routing: unrouted;
"westnet-eastnet-x509-nosend": conn serial: $1;
east #
echo "initdone"
initdone
east #
../../guestbin/ipsec-kernel-state.sh
src 192.1.2.23 dst 192.1.2.45
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
src 192.1.2.45 dst 192.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 192.0.1.0/24 dst 192.0.2.0/24
dir fwd priority PRIORITY ptype main
tmpl src 192.1.2.45 dst 192.1.2.23
proto esp reqid REQID mode tunnel
src 192.0.1.0/24 dst 192.0.2.0/24
dir in priority PRIORITY ptype main
tmpl src 192.1.2.45 dst 192.1.2.23
proto esp reqid REQID mode tunnel
src 192.0.2.0/24 dst 192.0.1.0/24
dir out priority PRIORITY ptype main
tmpl src 192.1.2.23 dst 192.1.2.45
proto esp reqid REQID mode tunnel
east #
|