Hi Gary,

I had the same problem when i upgraded my dhcp from ver 2 to 3 to accomodate some of 
my workstations 
that needed to be chainloaded from built-in pxe loader to etherboot to <boot image 
selection menu>.

After some trial and error i found out dhcp-3.0b2pl9-4.1mdk (beta 2 patch level 9) to 
work well with 
tftp-server-0.17-6mdk.  The dhcp package that came with my distro, unfortunately, did 
not work for me. As you 
see, all are packaged for a Mandrake 8.1 distribution.  Pls find out its equivalent 
RPM for Redhat (just in case 
it will matter later, which imho wouldn't)

I hope this quick fix works for you too. :-)

Phil

Gary Jaffe <[EMAIL PROTECTED]> quoted last 8/21/02 8:38:15 AM as follows:
>
>Thanks to Jim for pointing me to Jason Pattie's contribution (how to use 
>ltsp-3 with very old boot proms) and Philip Roa for cleaning up other errors 
>in my dhcpd.conf file.
>
>Sorry about being so dense with dhcp, but I'm still having trouble.  I had to 
>upgrade my dhcp to 3.0pl1 to be compatible with Jason's stuff.  I compiled 
>from source, but now dhcpd chokes on option-128 and option-129.  The error 
>message is as follows.
>----------------------------------------------------
>Internet Software Consortium DHCP Server V3.0pl1
>Copyright 1995-2001 Internet Software Consortium.
>All rights reserved.
>For info, please visit http://www.isc.org/products/DHCP
>/etc/dhcpd.conf line 35: no option named option-128
>                option option-128     e4:
>                       ^
>/etc/dhcpd.conf line 38: expecting a parameter or declaration
>              } else 
>              ^
>Configuration file errors encountered -- exiting
>----------------------------------------------------
>
>My dhcpd.conf file looks like this.
>----------------------------------------------------
>ddns-update-style ad-hoc;
>
>default-lease-time            21600;
>max-lease-time                21600;
>
>option subnet-mask            255.255.255.0;
>option broadcast-address      192.168.1.255;
>option routers                192.168.1.1;
>option domain-name-servers    192.168.1.1;
>option domain-name            "xxxx.xxx";
>option root-path              "192.168.1.1:/opt/ltsp/i386";
>
>shared-network WORKSTATIONS {
>    subnet 192.168.1.0 netmask 255.255.255.0 {
>    }
>}
>
>group   {
>    use-host-decl-names       on;
>    option log-servers        192.168.1.1;
>
>    host ws102 {
>        hardware ethernet     aa:bb:cc:dd:ee:ff;
>        fixed-address         192.168.1.2;
>        if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
>                option option-128     e4:45:74:68:00:00;
>                option option-129     "NIC=ne IO=0x0300";
>                  filename "/lts/vmlinuz-2.4.18-ltsp-1";
>              } else {
>                  filename "/lts/ne2000.rom.nbi";
>              }
>    }
>}
>-----------------------------------------------------
>
>I'm running Redhat 7.1 and compiled dhcpd with no special configuration 
>options (./configure; make; su -c 'make install').  Do I need to compile 
>something special into dhcpd to get it to recognize these options?
>
>Thanks for any help you can give me.
>
>Gary



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_____________________________________________________________________
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