]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/host2host-transport-connmark/hosts/sun/etc/swanctl/swanctl.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / host2host-transport-connmark / hosts / sun / etc / swanctl / swanctl.conf
1 connections {
2
3 nat-t {
4 local_addrs = PH_IP_SUN
5
6 local {
7 auth = pubkey
8 certs = sunCert.pem
9 id = sun.strongswan.org
10 }
11 remote {
12 auth = pubkey
13 }
14 children {
15 nat-t {
16 mode = transport
17
18 mark_in = %unique
19 mark_out = %unique
20
21 esp_proposals = aes128gcm128-x25519
22 }
23 }
24 version = 2
25 proposals = aes128-sha256-x25519
26 }
27 }