Files
strongswan-ext/testing/tests/p2pnat/behind-same-nat/hosts/alice/etc/ipsec.conf
T

35 lines
594 B
Plaintext

# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
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]
leftauth=psk
right=PH_IP_CAROL
[email protected]
rightauth=pubkey
mediation=yes
auto=add
conn peer
leftcert=aliceCert.pem
[email protected]
right=%any
[email protected]
rightsubnet=PH_IP_VENUS/32
mediated_by=medsrv
[email protected]
auto=start