../../guestbin/prep.sh
ipsec.conf -> PATH/etc/ipsec.conf
ipsec.secrets -> PATH/etc/ipsec.secrets
east #
 ifconfig sec1 create
east #
 ifconfig sec1 inet 192.0.23.1/24 192.0.45.1
east #
 ifconfig sec1 up
east #
 ifconfig sec1
sec1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
	index 7 priority 0 llprio 3
	groups: sec
	inet 192.0.23.1 --> 192.0.45.1 netmask 0xffffff00
east #
 ../../guestbin/ipsec-kernel-state.sh
east #
 ../../guestbin/ipsec-kernel-policy.sh
east #
 ipsec start
Redirecting to: [initsystem]
pluto(ok)
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec add east-west
"east-west": command: 'ifconfig' 'sec1'
"east-west": output: sec1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280\n\tindex 7 priority 0 llprio 3\n\tgroups: se
"east-west": output: c\n\tinet 192.0.23.1 --> 192.0.45.1 netmask 0xffffff00\n
"east-west": eof: 0; exited yes(0); signaled: no(0); stopped: no(0); core: no
"east-west": added IKEv2 connection
east #
 ../../guestbin/ping-once.sh --up -I 192.0.23.1 192.0.45.1
up
east #
 ../../guestbin/ipsec-kernel-state.sh
@0 esp tunnel from 192.1.2.23 to 192.1.2.45 spi 0xSPISPI auth hmac-sha1 enc aes \
	authkey 0xHASHKEY \
	enckey 0xENCKEY
	sa: spi 0xSPISPI auth hmac-sha1 enc aes
		state mature replay 16 flags 0x404<tunnel,esn>
	lifetime_cur: alloc 0 bytes 84 add N first N
	lifetime_hard: alloc 0 bytes 0 add N first 0
	lifetime_soft: alloc 0 bytes 0 add N first 0
	address_src: 192.1.2.23
	address_dst: 192.1.2.45
	key_auth: bits 160: HASHKEY
	key_encrypt: bits 128: ENCKEY
	lifetime_lastuse: alloc 0 bytes 0 add 0 first N
	counter:
		0 input packets
		1 output packet
		0 input bytes
		152 output bytes
		0 input bytes, decompressed
		104 output bytes, uncompressed
		0 packets dropped on input
		0 packets dropped on output
	replay: rpl 2
	interface: sec1 direction out
@0 esp tunnel from 192.1.2.45 to 192.1.2.23 spi 0xSPISPI auth hmac-sha1 enc aes \
	authkey 0xHASHKEY \
	enckey 0xENCKEY
	sa: spi 0xSPISPI auth hmac-sha1 enc aes
		state mature replay 16 flags 0x404<tunnel,esn>
	lifetime_cur: alloc 0 bytes 96 add N first N
	lifetime_hard: alloc 0 bytes 0 add N first 0
	lifetime_soft: alloc 0 bytes 0 add N first 0
	address_src: 192.1.2.45
	address_dst: 192.1.2.23
	key_auth: bits 160: HASHKEY
	key_encrypt: bits 128: ENCKEY
	lifetime_lastuse: alloc 0 bytes 0 add 0 first N
	counter:
		1 input packet
		0 output packets
		248 input bytes
		0 output bytes
		104 input bytes, decompressed
		0 output bytes, uncompressed
		1 packet dropped on input
		0 packets dropped on output
	replay: rpl 1
	interface: sec1 direction in
east #
 ../../guestbin/ipsec-kernel-policy.sh
east #
 ifconfig sec1 destroy
east #
 
