aboutsummaryrefslogtreecommitdiffstats
path: root/extras/strongswan/configs/responder_keepalive/ipsec.conf
blob: 7ca0d413495bb0ae47671a58fa6cfa899493eb35 (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=1h

# local:
  leftauth=psk
  leftid=@roadwarrior.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