added behind-same-nat p2p scenario
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# /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
|
||||
mobike=no
|
||||
dpdaction=restart
|
||||
dpddelay=60s
|
||||
left=%defaultroute
|
||||
leftfirewall=yes
|
||||
|
||||
conn medsrv
|
||||
[email protected]
|
||||
right=PH_IP_CAROL
|
||||
[email protected]
|
||||
p2p_mediation=yes
|
||||
authby=psk
|
||||
auto=add
|
||||
|
||||
conn p2p
|
||||
leftcert=aliceCert.pem
|
||||
[email protected]
|
||||
right=%any
|
||||
[email protected]
|
||||
rightsubnet=PH_IP_VENUS/32
|
||||
p2p_mediated_by=medsrv
|
||||
[email protected]
|
||||
auto=start
|
||||
Reference in New Issue
Block a user