I gave my head a good shake and simply edited /etc/e-smith/templates/etc/dhcpd.conf/25DenyBootp.
Originally, 25DenyBootp read:
deny bootp;
Now it reads:
# deny bootp;
I suppose that I could have deleted the text, but I prefer to comment unwanted lines out in case I need to change them back.
Thanks for all your help.
Cheers,
BB
Summary:
To configure DHCPD to respond to BOOTP requests on any version of E-Smith or SME Server (or any Linux/UNIX for that matter), the hardware address of the BOOTP device in question must be listed in /etc/dhcpd.conf and BOOTP must be enabled. With E-Smith/SME Server, BOOTP is disabled by default. To enable it edit /etc/e-smith/templates/etc/dhcpd.conf/25DenyBootp to read:
# deny bootp;
To create a reservation for the device, navigate to Hostnames and Addresses in the Configuration section of the Web-based Server Manager. Click on the link at the top of the page that reads, "Click here to create a new hostname for a local host.", and on the page that follows, enter the hostname, local IP address and the hardware (MAC) address of the BOOTP device. When finished, click on the "Create" button to commit your changes.
I needed to restart my device (an HP J2382 EX print server) to retieve the IP address.