Skip to content

Customizing DHCPD configuration

If you need to add specific options to the top of the dhcp.conf on a slave node you have several options:

A custom header file can be created on the slave. The file must be/usr/local/solusvm/data/dhcpd-header.conf with any options you require. The file will be parsed using line breaks and placed at the very top of the dhcpd.conf.

Another option exists for header manipulation. This allows you to replace the standard subnet declaration. The file must be/usr/local/solusvm/data/dhcpd-subnet-declare.conf with any options you require. The file will be parsed using line breaks and replace the standard declaration in the dhcpd.conf.

A custom footer file can be created on the slave. The file must be/usr/local/solusvm/data/dhcpd-footer.conf with any options you require. The file will be parsed using line breaks and placed at the very bottom of the dhcpd.conf.

Back to top