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
swanctl {
load = random openssl
}
charon-systemd {
load = random drbg nonce aes sha1 sha2 mgf1 ntru hmac vici kernel-netlink socket-default updown
send_vendor_id = yes
}
@@ -0,0 +1,35 @@
connections {
home {
local_addrs = 192.168.0.100
remote_addrs = 192.168.0.1
vips = 0.0.0.0
local {
auth = psk
id = [email protected]
}
remote {
auth = psk
id = moon.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-ntru128
}
}
version = 2
proposals = aes128-sha256-ntru128
}
}
secrets {
ike-moon {
id = moon.strongswan.org
secret = 0sFpZAZqEN6Ti9sqt4ZP5EWcqx
}
}
@@ -0,0 +1,10 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = random openssl
}
charon-systemd {
load = random drbg nonce aes sha1 sha2 mgf1 ntru hmac vici kernel-netlink socket-default updown
send_vendor_id = yes
}
@@ -0,0 +1,35 @@
connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.1
vips = 0.0.0.0
local {
auth = psk
id = [email protected]
}
remote {
auth = psk
id = moon.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes192gcm128-ntru192
}
}
version = 2
proposals = aes192-sha384-ntru192
}
}
secrets {
ike-moon {
id = moon.strongswan.org
secret = 0sjVzONCF02ncsgiSlmIXeqhGN
}
}
@@ -0,0 +1,10 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = random openssl
}
charon-systemd {
load = random drbg nonce aes sha1 sha2 mgf1 ntru hmac vici kernel-netlink socket-default updown
send_vendor_id = yes
}
@@ -0,0 +1,43 @@
connections {
rw {
local_addrs = 192.168.0.1
pools = rw_pool
local {
auth = psk
id = moon.strongswan.org
}
remote {
auth = psk
}
children {
net {
local_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-ntru128,aes192gcm128-ntru192
}
}
version = 2
proposals = aes128-sha256-ntru128,aes192-sha384-ntru192
}
}
secrets {
ike-carol {
id = [email protected]
secret = 0sFpZAZqEN6Ti9sqt4ZP5EWcqx
}
ike-dave {
id = [email protected]
secret = 0sjVzONCF02ncsgiSlmIXeqhGN
}
}
pools {
rw_pool {
addrs = 10.3.0.0/28
}
}