fixing up the config to load into /etc/ipsec.*
This commit is contained in:
14
ipsec.conf
14
ipsec.conf
@ -1,3 +1,14 @@
|
|||||||
|
# ipsec.conf - strongSwan IPsec configuration file
|
||||||
|
|
||||||
|
# basic configuration
|
||||||
|
|
||||||
|
config setup
|
||||||
|
# strictcrlpolicy=yes
|
||||||
|
# uniqueids = no
|
||||||
|
|
||||||
|
# Add connections here.
|
||||||
|
|
||||||
|
|
||||||
conn NordVPN_US5783
|
conn NordVPN_US5783
|
||||||
keyexchange=ikev2
|
keyexchange=ikev2
|
||||||
dpdaction=clear
|
dpdaction=clear
|
||||||
@ -35,3 +46,6 @@ conn NordVPN_599_JP
|
|||||||
fragmentation=yes
|
fragmentation=yes
|
||||||
type=tunnel
|
type=tunnel
|
||||||
auto=start
|
auto=start
|
||||||
|
|
||||||
|
|
||||||
|
include /var/ipsec/ipsec.conf
|
||||||
|
@ -1 +1,5 @@
|
|||||||
|
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||||
|
|
||||||
FEaYDjUGWcnUuFW4gDfVR1kk : EAP "p3cRYvuzixrMCZyheBiCEA1Z"
|
FEaYDjUGWcnUuFW4gDfVR1kk : EAP "p3cRYvuzixrMCZyheBiCEA1Z"
|
||||||
|
|
||||||
|
include /var/ipsec/ipsec.secrets
|
||||||
|
Reference in New Issue
Block a user