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