]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/rw-mark-in-out/hosts/alice/etc/swanctl/swanctl.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / rw-mark-in-out / hosts / alice / etc / swanctl / swanctl.conf
1 connections {
2
3 home {
4 remote_addrs = PH_IP_SUN
5
6 local {
7 auth = pubkey
8 certs = aliceCert.pem
9 id = alice@strongswan.org
10 }
11 remote {
12 auth = pubkey
13 id = sun.strongswan.org
14 }
15 children {
16 home {
17 local_ts = 10.1.0.0/25
18 remote_ts = 10.2.0.0/16
19
20 updown = /usr/local/libexec/ipsec/_updown iptables
21 hostaccess = yes
22 esp_proposals = aes128gcm128-x25519
23 }
24 }
25 version = 2
26 proposals = aes128-sha256-x25519
27 }
28 }