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