📚 Legacy Documentation
Notice: This is the legacy documentation. For the latest features and updates, refer to our current SolusVM documentation.
Customizing DHCPD configuration
On this page
If you need to add specific options to the top of the dhcp.conf on a slave node you have several options:
Header
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.
Footer
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.