Fixing feedback

Typo in client_ipsec.conf
Disabling by default
This commit is contained in:
Kirat Pandya 2017-05-03 21:30:15 -07:00
parent 4f6d84ff9e
commit b7a7fd6b4f
2 changed files with 3 additions and 3 deletions

View file

@ -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: |

View file

@ -28,7 +28,7 @@ conn ikev2-{{ IP_subject_alt_name }}
leftsubnet={{ edgemax_lan_subnet }}
auto=route
{% else %}
audto=add
auto=add
{% endif %}