testing: Migrate ikev2-stroke-bye scenarios to vici
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
connections {
|
||||
|
||||
rw-carol {
|
||||
include swanctl_base.conf
|
||||
pools = carol_vip
|
||||
|
||||
remote {
|
||||
auth = pubkey
|
||||
id = [email protected]
|
||||
}
|
||||
}
|
||||
|
||||
rw-dave {
|
||||
include swanctl_base.conf
|
||||
pools = dave_vip
|
||||
|
||||
remote {
|
||||
auth = pubkey
|
||||
id = [email protected]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
pools {
|
||||
|
||||
carol_vip {
|
||||
addrs = 10.1.0.30
|
||||
}
|
||||
|
||||
dave_vip {
|
||||
addrs = 10.1.0.40
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
local_addrs = 192.168.0.1
|
||||
|
||||
local {
|
||||
auth = pubkey
|
||||
certs = moonCert.pem
|
||||
id = moon.strongswan.org
|
||||
}
|
||||
children {
|
||||
net {
|
||||
local_ts = 10.1.0.0/16
|
||||
|
||||
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||
esp_proposals = aes128gcm128-curve25519
|
||||
}
|
||||
}
|
||||
version = 2
|
||||
proposals = aes128-sha256-curve25519
|
||||
Reference in New Issue
Block a user