added
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
crlcheckinterval=180
|
||||
strictcrlpolicy=no
|
||||
plutostart=no
|
||||
|
||||
conn %default
|
||||
ikelifetime=60m
|
||||
keylife=20m
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
keyexchange=ikev2
|
||||
right=PH_IP_MOON
|
||||
rightsubnet=10.1.0.0/16
|
||||
rightsourceip=PH_IP_MOON1
|
||||
rightnexthop=%direct
|
||||
rightcert=moonCert.pem
|
||||
[email protected]
|
||||
rightfirewall=yes
|
||||
|
||||
conn rw-carol
|
||||
left=%any
|
||||
[email protected]
|
||||
leftsourceip=PH_IP_CAROL1
|
||||
auto=add
|
||||
|
||||
conn rw-dave
|
||||
left=%any
|
||||
[email protected]
|
||||
leftsourceip=PH_IP_DAVE1
|
||||
auto=add
|
||||
Reference in New Issue
Block a user