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,14 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
syslog {
daemon {
knl = 2
}
}
}
@@ -0,0 +1,24 @@
connections {
trap-any {
remote_addrs = %any
local {
auth = psk
}
remote {
auth = psk
}
children {
trap-any {
mode = transport
}
}
}
}
secrets {
ike {
secret = 0sv+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL
}
}
@@ -0,0 +1,14 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
syslog {
daemon {
knl = 2
}
}
}
@@ -0,0 +1,26 @@
connections {
trap-any {
remote_addrs = %any
local {
auth = psk
}
remote {
auth = psk
}
children {
trap-any {
remote_ts = 192.168.0.0/30
mode = transport
start_action = trap
}
}
}
}
secrets {
ike {
secret = 0sv+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL
}
}
@@ -0,0 +1,14 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
syslog {
daemon {
knl = 2
}
}
}
@@ -0,0 +1,39 @@
connections {
trap-any {
remote_addrs = %any
local {
auth = psk
}
remote {
auth = psk
}
children {
trap-any {
mode = transport
start_action = trap
}
}
}
# to access the host via SSH in the test environment
pass {
remote_addrs = 127.0.0.1
children {
pass-ssh {
local_ts = 0.0.0.0/0[tcp/22]
remote_ts = 0.0.0.0/0[tcp]
mode = pass
start_action = trap
}
}
}
}
secrets {
ike {
secret = 0sv+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL
}
}
@@ -0,0 +1,14 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
syslog {
daemon {
knl = 2
}
}
}
@@ -0,0 +1,39 @@
connections {
trap-any {
remote_addrs = %any
local {
auth = psk
}
remote {
auth = psk
}
children {
trap-any {
mode = transport
start_action = trap
}
}
}
# to access the host via SSH in the test environment
pass {
remote_addrs = 127.0.0.1
children {
pass-ssh {
local_ts = 0.0.0.0/0[tcp/22]
remote_ts = 0.0.0.0/0[tcp]
mode = pass
start_action = trap
}
}
}
}
secrets {
ike {
secret = 0sv+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL
}
}