Support dhcp client on gateway on extern interfaces.

This commit is contained in:
2017-05-20 02:55:06 +02:00
parent ccf7d7a81d
commit 8ed62f8377
5 changed files with 60 additions and 5 deletions

View File

@ -352,6 +352,15 @@ vpn_local_net_ports="1194"
# - DHCP Service
# ======
# - Ist this Gateway DHCP Client?
# -
# - local_dhcp_client_interfaces="<interface1> [<interface> [.."
# -
# - Example:
# - dhcp_client_interfaces="$ext_if_static_1"
# -
dhcp_client_interfaces="$ext_if_static_1"
# - DHCP Server Gateway
# -
local_dhcp_service=true