]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/route-based/net2net-xfrmi/hosts/sun/etc/swanctl/swanctl.conf
testing: Add scenarios that use XFRM interfaces
[thirdparty/strongswan.git] / testing / tests / route-based / net2net-xfrmi / hosts / sun / etc / swanctl / swanctl.conf
1 connections {
2
3 gw-gw {
4 local_addrs = PH_IP_SUN
5 remote_addrs = PH_IP_MOON
6
7 local {
8 auth = pubkey
9 certs = sunCert.pem
10 id = sun.strongswan.org
11 }
12 remote {
13 auth = pubkey
14 id = moon.strongswan.org
15 }
16 children {
17 net-net {
18 local_ts = 0.0.0.0/0
19 remote_ts = 0.0.0.0/0
20
21 if_id_in = %unique-dir
22 if_id_out = %unique-dir
23
24 updown = /etc/updown
25
26 esp_proposals = aes128gcm128-x25519
27 }
28 }
29 version = 2
30 proposals = aes128-sha256-x25519
31 }
32 }