Added libipsec/rw-suite-b scenario
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
|
||||
conn %default
|
||||
ikelifetime=60m
|
||||
keylife=20m
|
||||
rekey=no
|
||||
reauth=no
|
||||
keyexchange=ikev2
|
||||
ike=aes128gcm128-prfsha256-ecp256!
|
||||
esp=aes128gcm128-ecp256!
|
||||
|
||||
conn rw
|
||||
left=PH_IP_MOON
|
||||
leftcert=moonCert.pem
|
||||
[email protected]
|
||||
leftsubnet=10.1.0.0/16
|
||||
leftupdown=/etc/updown
|
||||
right=%any
|
||||
rightsourceip=10.3.0.0/24
|
||||
auto=add
|
||||
Reference in New Issue
Block a user