Support dhcp client on gateway on extern interfaces.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user