aboutsummaryrefslogtreecommitdiffstats
path: root/extras/strongswan/configs/responder_nat/ipsec.conf
blob: 00ebd21e3b3d56d5ffc73715bb279ee7bef61b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config setup
  strictcrlpolicy=no

conn initiator
  mobike=no
  auto=add
  type=tunnel
  keyexchange=ikev2
  ike=aes256gcm16-prfsha256-modp2048!
  esp=aes256gcm16-esn!

# 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