James Shields wrote:
>
> I have a couple of HP JetDirects that only work with BOOTP,
> and cannot have a static IP assigned via Telnet, nor does
> adding a hostname in SME work.
>
> Can SME 5.5 act as a BOOTP Server ? If so, what changes do I
> make to allow for local BOOTP requests ?
>
> If not, can anybody advise of 3rd party software that can be
> installed on the SME to allow these JetDirects to get the
> same IP address each time.
Read the manual page for dhcpd.conf, man dhcpd.conf
You will want to create a static address for the printer on the sme server, ie a host entry with the printers assigned ip and mac address.
You will need to set the allow bootp flag aswell in dhcpd.conf.
eg:
mkdir -p /etc/e-smith/templates-custom/etc/dhcpd.conf/
echo " allow bootp;" > /etc/e-smith/templates-custom/etc/dhcpd.conf/25DenyBootp
/sbin/e-smith/expand-tempalte /etc/dhcpd.conf
/etc/init.d/dhcpd restart
YMMV
--
Damien