HI,

Sorry for my bad english, i am french.

I have some problem with my ISA NIC (it is a NE2000 clone).
I start on floppy, but i have a parnic kernel because i must indicate to the 
kernel that i have a ISA NIC in dhcpd.conf.

Or i have make some change in my dhcpd, restart but i have always the same 
message.

My dhcpd.conf is :
...
option routers 192.168.51.30;
option root-path        "192.168.51.30:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = string;
                                                                               
subnet 192.168.51.0 netmask 255.255.255.0 {
   option subnet-mask 255.255.255.0;
   option broadcast-address 192.168.51.255;

    option netbios-dd-server    192.168.51.27;
    option netbios-node-type    8;
    range    192.168.51.200 192.168.51.254;

...
        host tx_01 {
                hardware ethernet 00:40:05:E5:0D:3E;
                fixed-address 192.168.51.100;
                filename "/lts/vmlinuz-2.4.26-ltsp-2";
                option option-128 00:40:05:E5:0D:3E;
                option option-129 "NIC=ne IO=0x300";
        }
}

Of course, i have restarted my dhcpd but always the same message.
When i want to see the message on console, i didn't see NIC=ne IO=0x300 in the 
line parameter for the kernel :(

If someone can help me ???

Thanks.

E. PUERTO.





-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_____________________________________________________________________
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