put_dhcp_config
Update DHCP server settings on your Freebox, including enabling/disabling, IP range, gateway, netmask, sticky assignment, broadcast, and DNS servers.
Instructions
Update the current DhcpConfig
Error codes: inval, inval_netmask, inval_ip_range, inval_ip_range_net, inval_gw_net, exist, nodev, noent, netdown, busy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Enable/Disable the DHCP server | |
| sticky_assign | No | Always assign the same IP to a given host | |
| gateway | No | Gateway IP address | |
| netmask | No | Gateway subnet netmask | |
| ip_range_start | No | DHCP range start IP | |
| ip_range_end | No | DHCP range end IP | |
| always_broadcast | No | Always broadcast DHCP responses | |
| dns | No | List of dns servers to include in DHCP reply |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||