From b7a7fd6b4f54f917ed3d49e39b3db65e98ca8eb4 Mon Sep 17 00:00:00 2001 From: Kirat Pandya Date: Wed, 3 May 2017 21:30:15 -0700 Subject: [PATCH] Fixing feedback Typo in client_ipsec.conf Disabling by default --- config.cfg | 4 ++-- roles/vpn/templates/client_ipsec.conf.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.cfg b/config.cfg index af0fb776..61a5a96a 100644 --- a/config.cfg +++ b/config.cfg @@ -41,8 +41,8 @@ BetweenClients_DROP: Y # ALPHA feature: Uncomment below to build EdgeMaxclient configuration. Note that this will break connectivity from other clients # We recommend that you deploy a sepearate Algo server for each Edgerouter with only one client user defined. # Set the lan subnet to the IP CIDR notation for the lan behind the router. This MUST not interest with the vpn_network set above -edgemax_support: True -edgemax_lan_subnet: 10.0.0.0/16 +#edgemax_support: True +#edgemax_lan_subnet: 10.0.0.0/16 congrats: common: | diff --git a/roles/vpn/templates/client_ipsec.conf.j2 b/roles/vpn/templates/client_ipsec.conf.j2 index 7ee33f0a..0d421c57 100644 --- a/roles/vpn/templates/client_ipsec.conf.j2 +++ b/roles/vpn/templates/client_ipsec.conf.j2 @@ -28,7 +28,7 @@ conn ikev2-{{ IP_subject_alt_name }} leftsubnet={{ edgemax_lan_subnet }} auto=route {% else %} - audto=add + auto=add {% endif %}