upgraded pfkey scenarios to 5.0.0

This commit is contained in:
Andreas Steffen
2012-05-05 11:55:48 +02:00
parent 5f540fd39c
commit 8f834c16ae
43 changed files with 90 additions and 111 deletions
+33
View File
@@ -0,0 +1,33 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutostart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
left=PH_IP_SUN
leftcert=sunCert.pem
[email protected]
leftfirewall=yes
conn net-net
leftsubnet=10.2.0.0/16
right=PH_IP_MOON
rightsubnet=10.1.0.0/16
[email protected]
auto=add
conn host-host
right=PH_IP_MOON
[email protected]
auto=add
conn nat-t
leftsubnet=10.2.0.0/16
right=%any
rightsubnet=10.1.0.0/16
auto=add