This commit is contained in:
Andreas Steffen
2007-03-14 09:05:27 +00:00
parent 19808f71ec
commit 108d07181d
10 changed files with 157 additions and 0 deletions
@@ -0,0 +1,28 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
crlcheckinterval=180
strictcrlpolicy=yes
plutostart=no
ca strongswan
cacert=strongswanCert.pem
ocspuri=http://ocsp.strongswan.org:8880
auto=add
conn %default
keyexchange=ikev2
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
left=PH_IP_CAROL
leftnexthop=%direct
leftcert=carolCert-revoked.pem
[email protected]
conn home
right=PH_IP_MOON
rightsubnet=10.1.0.0/16
[email protected]
auto=add