blob: 4771e26d670c5364afdf69dde5e4ff1ed7eea42a (
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
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no
plutodebug=control
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev1
leftcert=moonCert.pem
leftid=@moon.strongswan.org
leftfirewall=yes
right=%any
conn int
left=PH_IP_MOON1
rightsourceip=10.4.0.0/28
auto=add
conn ext
left=PH_IP_MOON
rightsourceip=10.3.0.0/28
auto=add
|