- applied patch from andreas
- pem loading - secrets file parsing - ikev2 testcase - some other additions here and there
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
version 2.0 # conforms to second version of ipsec.conf specification
|
||||
|
||||
conn net-net
|
||||
left=192.168.0.2
|
||||
leftcert=sunCert.pem
|
||||
leftsubnet=10.2.0.0/16
|
||||
right=192.168.0.1
|
||||
rightcert=moonCert.pem
|
||||
rightsubnet=10.1.0.0/16
|
||||
keyexchange=ikev2
|
||||
auto=add
|
||||
Reference in New Issue
Block a user