You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module can be used to configure the settings available in the ui under Services -> DHCPv4 -> [$interfacename]
Minimum Viable Product (MVP)
module: services_dhcpv4short_description: Configure DHCP server for specific Interface.description:
- Module to configure general system settingsoptions:
interface:
description: "The Interface the DHCP server should be configured on"type: strrequired: trueenable:
description: Wheter the Server is enabled or nottype: booldefault: truerequired: falserange_from:
description: Start of the IP Pooltype: strrequired: falserange_to:
description: End of the IP Pooltype: strrequired: false
Examples
---
- name: Enable DHCP Server on LAN interfacepuzzle.opnsense.services_dhcpv4:
interface: LAN
- name: Enable DHCP Server on guestwifi interfacepuzzle.opnsense.services_dhcpv4:
interface: guestwifienable: truerange_from: 192.168.10.100range_to: 192.168.10.254
Additional Notes (Optional)
Starting with Opnsense 24.1 there are 2 DHCP Servers ISC (old) and Kea (new), what's described above references the old ISC Server
The text was updated successfully, but these errors were encountered:
Module Description
This module can be used to configure the settings available in the ui under
Services
->DHCPv4
->[$interfacename]
Minimum Viable Product (MVP)
Examples
Additional Notes (Optional)
The text was updated successfully, but these errors were encountered: