----- Original Message -----
From: sascha mantscheff <[EMAIL PROTECTED]>

>
> [...]
>     host nt {
>         hardware ethernet       00:E0:29:38:36:7C;
>         fixed-address           192.168.1.50;
>         filename                "/tftpboot/lts/vmlinuz.ltsp";
>         option option-129       "NIC=epic100 irq=5 io=0xe800";
>     }
> [...]
>
> At first I tried it without the irq and io parameters.
> Still, the error message of the client remains the same. What am I
missing?

You HAVE to specify the option 128 TOO, or nothing happens!
like here:

        host as486 {
            option option-128     e4:45:74:68:00:00;
            option option-129     "NIC=ne IO=0x320";
            hardware ethernet     00:00:E8:0A:F9:BB;
            option host-name      "as486";
            fixed-address         192.168.0.2;
        }


_____________________________________________________________________
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