testing: Added ikev1 xfrm mark scenarios.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:25 +02:00
parent f8edbc22c7
commit fe962bc788
20 changed files with 1553 additions and 0 deletions
@@ -0,0 +1,35 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutodebug="control parsing" #parsing to get knl 2 messages
crlcheckinterval=180
strictcrlpolicy=no
nat_traversal=yes
charonstart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
conn alice
[email protected]
mark=10/0xffffffff
also=sun
auto=add
conn venus
[email protected]
mark=20 #0xffffffff is used by default
also=sun
auto=add
conn sun
left=PH_IP_SUN
leftcert=sunCert.pem
[email protected]
leftsubnet=10.2.0.0/16
leftupdown=/etc/mark_updown
right=%any
rightsubnet=10.1.0.0/25