blob: 557fb62ebf914f64fa8dc8992539460fdda1b30c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutodebug=control
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
left=PH_IP_MOON
leftsubnet=10.1.0.0/16
right=PH_IP_SUN
conn net-net
rightsubnet=0.0.0.0/0
rightid=@sun.strongswan.org
leftid=@moon.strongswan.org
leftcert=moonCert.pem
leftsourceip=10.1.0.1
leftfirewall=yes
lefthostaccess=yes
auto=add
conn pass
rightsubnet=10.1.0.0/16
type=passthrough
authby=never
auto=route
|