blob: 0291b8e2832b08aadaad9e9733af501dabfb3f9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
config setup
strictcrlpolicy=no
conn initiator
mobike=no
auto=add
type=tunnel
keyexchange=ikev2
ike=aes256gcm16-prfsha256-modp2048!
esp=aes256gcm16-esn!
lifetime=1m
# local:
leftauth=psk
leftid=@roadwarrior1.vpn.example.com
leftsubnet=192.168.5.0/24
# remote: (gateway)
rightid=@vpp.home
right=192.168.10.2
rightauth=psk
rightsubnet=192.168.3.0/24
|