]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev1/rw-psk-ip-ranges/hosts/carol/etc/swanctl/swanctl.conf
notify-payload: Update reference for notify types for PPKs
[people/ms/strongswan.git] / testing / tests / ikev1 / rw-psk-ip-ranges / 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
7 local {
8 auth = psk
9 }
10 remote {
11 auth = psk
12 }
13 children {
14 home {
15 remote_ts = 10.1.0.0/28
16
17 updown = /usr/local/libexec/ipsec/_updown iptables
18 esp_proposals = aes128gcm128-x25519
19 }
20 }
21 version = 1
22 proposals = aes128-sha256-x25519
23 }
24 }
25
26 secrets {
27
28 ike-moon {
29 id = 192.168.0.1
30 # hex value equal to base64 0sFpZAZqEN6Ti9sqt4ZP5EWcqx
31 secret = 0x16964066a10de938bdb2ab7864fe4459cab1
32 }
33 }