renamed ikev1 scenario and added ikev2 scenario

This commit is contained in:
Andreas Steffen
2006-10-23 14:50:32 +00:00
parent 403dc74b9d
commit 825a5631dd
14 changed files with 186 additions and 0 deletions
@@ -0,0 +1,29 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
strictcrlpolicy=no
plutostart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
conn net-net
also=host-host
leftsubnet=fec1::0/16
rightsubnet=fec2::0/16
conn host-host
left=PH_IP6_MOON
leftnexthop=0::0
leftcert=moonCert.pem
[email protected]
leftfirewall=yes
right=PH_IP6_SUN
rightnexthop=0::0
[email protected]
auto=add
@@ -0,0 +1,28 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
strictcrlpolicy=no
plutostart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
conn net-net
also=host-host
leftsubnet=fec2::0/16
rightsubnet=fec1::0/16
conn host-host
left=PH_IP6_SUN
leftnexthop=0::0
leftcert=sunCert.pem
[email protected]
leftfirewall=yes
right=PH_IP6_MOON
rightnexthop=0::0
[email protected]
auto=add