blob: 9537c187ba0ecb8128d68e6da0dcd81027b8868a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
keyexchange=ikev2
conn host-host
left=PH_IP_SUN
leftcert=sunCert.pem
leftid=@sun.strongswan.org
leftfirewall=yes
right=PH_IP_MOON
rightid=@moon.strongswan.org
type=transport
ah=aesxcbc
auto=add
|