Skip to content
Snippets Groups Projects
Commit 3f512438 authored by Fulvio Galeazzi's avatar Fulvio Galeazzi
Browse files

2020-03-27: FG; Avoid redirecting all client traffic through VPN, leave...

2020-03-27:  FG;  Avoid redirecting all client traffic through VPN, leave client default gateway as is.
parent e8db47e7
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,12 @@ fwrules: ...@@ -13,10 +13,12 @@ fwrules:
# #
pushtoclient: pushtoclient:
- {param: "route", value: "{{ lannetwork }} {{ lannetmask }}"} - {param: "route", value: "{{ lannetwork }} {{ lannetmask }}"}
- {param: "redirect-gateway", value: "def1 bypass-dhcp"}
- {param: "dhcp-option", value: "DNS 208.67.222.222"} - {param: "dhcp-option", value: "DNS 208.67.222.222"}
- {param: "dhcp-option", value: "DNS 208.67.220.220"} - {param: "dhcp-option", value: "DNS 208.67.220.220"}
# Should you prefer to redirect ALL client traffic through VPN, add this
# - {param: "redirect-gateway", value: "def1 bypass-dhcp"}
clientconfig: clientconfig:
cfghome: /home/ubuntu/client-configs cfghome: /home/ubuntu/client-configs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment