Hi

> I have a working network bootable setup using bootp and tftpd on a Debian box
> and everything is working just fine (3com 3c509 with LanWorks).  Unfortunately
> my customer wants the server to run Redhat 7.1 and no bootp RPM is available.
> So I installed 7.1 on a box and downloaded the tftpd and dhcp RPMs and installed
> them and they're both working but dhcp isn't supporting bootp.  The client
> machines just sit there and send traffic to the server (seen with tcpdump), but
> they aren't booting (non-bootp machines get addresses).  Here's my
> /etc/dhcpd.conf:

DHCPD supports bootp without any problems.
>From my dhcpd.conf
(piglet uses bootp ROMS, others use DHCP)

shared-network WORKSTATIONS {
    subnet 192.168.1.0 netmask 255.255.255.0 {
#       range 192.168.1.106 192.168.1.120;
    }
}

group   {
... bla bla

    host piglet {
        hardware ethernet     00:48:54:87:ca:5b;
        fixed-address         192.168.1.246;
        filename              "/lts/vmlinuz.rtl8139";
    }
}

James

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to