strongswan/testing/tests/swanctl/rw-psk-ikev1/hosts/carol/etc/swanctl/swanctl.conf

34 lines
620 B
Plaintext
Executable File

connections {
home {
local_addrs = 192.168.0.100
remote_addrs = 192.168.0.1
local {
auth = psk
}
remote {
auth = psk
}
children {
home {
remote_ts = 10.1.0.0/28
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-modp2048
}
}
version = 1
proposals = aes128-sha256-modp2048
}
}
secrets {
ike-moon {
id = 192.168.0.1
# hex value equal to base64 0sFpZAZqEN6Ti9sqt4ZP5EWcqx
secret = 0x16964066a10de938bdb2ab7864fe4459cab1
}
}