testing: Migrate ikev2-stroke-bye scenarios to vici

This commit is contained in:
Andreas Steffen
2021-06-22 10:23:06 +02:00
parent 706c58b291
commit eba2622587
931 changed files with 5934 additions and 5925 deletions
@@ -0,0 +1,10 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown
syslog {
daemon {
knl = 2
}
}
}
@@ -0,0 +1,52 @@
connections {
alice : connections.home {
remote {
id = [email protected]
}
children {
home {
mark_in = 10/0xffffffff
set_mark_in = %same
mark_out = 11/0xffffffff
}
}
}
venus : connections.home {
remote {
id = venus.strongswan.org
}
children {
home {
mark_in = 20 # 0xffffffff is used by default
set_mark_in = %same
mark_out = 21 # 0xffffffff is used by default
}
}
}
home {
local_addrs = PH_IP_SUN
local {
auth = pubkey
certs = sunCert.pem
id = sun.strongswan.org
}
remote {
auth = pubkey
}
children {
home {
local_ts = 10.2.0.0/16
remote_ts = 0.0.0.0/0
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-x25519
}
}
version = 2
proposals = aes128-sha256-x25519
}
}