]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/rw-eap-framed-ip-radius/hosts/carol/etc/swanctl/swanctl.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / rw-eap-framed-ip-radius / 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
7
8 local {
9 auth = eap
10 eap_id = carol
11 }
12 remote {
13 auth = pubkey
14 id = moon.strongswan.org
15 }
16 children {
17 home {
18 remote_ts = 10.1.0.0/16
19
20 updown = /usr/local/libexec/ipsec/_updown iptables
21 esp_proposals = aes128gcm128-x25519
22 }
23 }
24 version = 2
25 proposals = aes128-sha256-x25519
26 }
27 }
28
29 secrets {
30
31 eap-carol {
32 id = carol
33 secret = Ar3etTnp
34 }
35 }