]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/ip-two-pools-v4v6/hosts/carol/etc/swanctl/swanctl.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / ip-two-pools-v4v6 / hosts / carol / etc / swanctl / swanctl.conf
1 connections {
2
3 home {
4 local_addrs = 192.168.0.100
5 remote_addrs = 192.168.0.1
6 vips = 0.0.0.0, 0::0
7
8 local {
9 auth = pubkey
10 certs = carolCert.pem
11 id = carol@strongswan.org
12 }
13 remote {
14 auth = pubkey
15 id = moon.strongswan.org
16 }
17 children {
18 home {
19 remote_ts = 0.0.0.0/0,::/0
20 esp_proposals = aes128gcm128-x25519
21 }
22 }
23 version = 2
24 proposals = aes128-sha256-x25519
25 }
26 }