Sudev Barar ha scritto:

On Wed, 2004-01-28 at 23:35, Enrico Teotti wrote:


The ws009 with IP 192.168.1.10 is the one with the problem...
yes I've take the NIC boot image from rom-o-matic, I'm using the NE2000 ROM.


[SNIP]


option broadcast-address 192.168.0.255;


[SNIP
Should this not be 192.168.1.255 ???
Add two more lines at end of this section before your shared network
section / groups section:
option option-128 code 128 = string;
option option-129 code 129 = text;


This is not necessary for my dhcpd version, I had tried and it generate errors when I try to load the deamon.

[SNIP]


host ws009 {
# NIC 8019 montato sul compaq all-in
hardware ethernet 00:00:E8:7A:E7:AF;
fixed-address 192.168.1.10;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }


[SNIP]
This should be:
        host ws009 {
        hardware ethernet       00:00:E8:7A:E7:AF;
        fixed-address           192.168.1.10;
        filename                "/lts/vmlinuz-2.4.22-lysp-2";
        option option-128       e4:45:74:68:00:00;
        option option-129       "NIC=ne IO=0x300";
        }

This should work.

I probably miss to send the two option lines, but I've got them like you write.

IMHO why would you want to keep ip address and workstation name
different? ws009 is 192.168.1.10?? Makes life easier is bot end with
same numbers...ws009 and 192.168.1.9....


It's on my to-do list, I will change the server address to 0 and switch all the others but first of all I would like to make the ISA NICs works!




------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _____________________________________________________________________ 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.freenode.net

Reply via email to