ipv6-host2host scenario added

This commit is contained in:
Andreas Steffen
2006-06-06 05:43:32 +00:00
parent fc0afb6810
commit 71c80765a5
7 changed files with 99 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
version 2.0 # conforms to second version of ipsec.conf specification
config setup
plutodebug=control
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
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]
#keyexchange=ikev2
auto=add
+31
View File
@@ -0,0 +1,31 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
version 2.0 # conforms to second version of ipsec.conf specification
config setup
plutodebug=control
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
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