HI

I want to start ltsp.

serveur is suse 7.1 kernel 2.2.18 XF 4.10-85, Kde 2.2.1
pci card clone realtek 8029 irq=11 

Station is compaq with 3c509 card

use for test etherboot 5.05 for card 3c509 from floppy

ltsp is 3.0

when i boot the workstation i got an scren error message after running
/linuxrc 

"could not automatically detect network card ... the nic driver to be
specified in a NIC = parameter"

I look at the ltsp documentation but in did'nt find how can i put in my
file dhcp.conf option-129 command line

I found in a recent message an exemple but dhcpd stop with an error when
It read the first line
"option option-129 code 129 = text;"

could you tell me the syntax ?

regards
# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to /etc/dhcpd.conf.
#

default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.99;
option domain-name-servers    192.168.0.99;
option domain-name            "arrow-breizh.com";
option root-path              "/opt/ltsp/i386";
option option-129       code 129 = text;

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.99;
   
    host ws001 {
        hardware ethernet     00:A0:24:50:2C:DE;
        fixed-address         192.168.0.100;
        filename              "/lts/vmlinuz.ltsp";
      option option-129  "NIC=ns8390 IO=0xd000";
    }

    host ws002 {
        hardware ethernet     00:E0:06:E8:00:84;
        fixed-address         192.168.0.1;
        filename              "/tftpboot/lts/vmlinuz.eepro100";
    }
}












begin:vcard 
n:LAMBERT;Bernard
tel;cell:0680177210
tel;home:0169833795
x-mozilla-html:TRUE
adr:;;4 rue des primeveres;YERRES;;91330;FRANCE
version:2.1
email;internet:[EMAIL PROTECTED]
note;quoted-printable:Close the windows and the gate,=0D=0AOpen you mind ,=0D=0Athink innovation=0D=0Athink linux or Unix
x-mozilla-cpt:fourmilab.ch;-13952
fn:LAMBERT bernard
end:vcard

Reply via email to