added test cases from NAT team
updated all IKEv2 tests to work with new status output
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
version 2.0 # conforms to second version of ipsec.conf specification
|
||||
|
||||
config setup
|
||||
plutostart=no
|
||||
|
||||
conn %default
|
||||
left=PH_IP_BOB
|
||||
leftcert=bobCert.pem
|
||||
[email protected]
|
||||
leftsubnet=10.2.0.10/32
|
||||
keyexchange=ikev2
|
||||
|
||||
conn rw-alice
|
||||
right=%any
|
||||
rightcert=aliceCert.pem
|
||||
[email protected]
|
||||
rightsubnet=10.1.0.0/16
|
||||
auto=add
|
||||
Reference in New Issue
Block a user