Re: [Ltsp-discuss] Can't find ethercard realteak

2002-01-24 Thread Jim McQuillan
You MUST also have option-128 defined in the dhcpd.conf file, or option-129 will be ignored. This is what you need: option option-128 e4:45:74:68:00:00; option option-129 "NIC=3c509"; Notice the value for option-128. it is NOT a mac address. it MUST be that value 'e4:45:74:68:0

Re: [Ltsp-discuss] Can't find ethercard realteak

2002-01-23 Thread lambert Bernard
Hi for everybody thank for your help I take off the firs line in the dhcpd.conf file "option option .. " my dhcp is 2.05 version. I have done two tests for the line option-129 one with 3c509 and one other with 3c5x9 but i still get error message for the network card. please at this step is t

Re: [Ltsp-discuss] Can't find ethercard realteak

2002-01-23 Thread Ragnar Wisløff
I'm sorry, it's too late in the day. That line I gave should be in /etc/dhcpd.conf, *NOT* in lts.conf. -- Mvh Ragnar Wisløff _ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourcefor

RE: [Ltsp-discuss] Can't find ethercard realteak

2002-01-23 Thread Ragnar Wisløff
Perhaps there is a mistake, seeing your subject line. You want to state in lts.conf what the NIC in the *workstation* is. With a 3c509, try option option-129 "NIC=3c509"; -- Mvh Ragnar Wisløff _ Ltsp-discuss mailing list

Re: [Ltsp-discuss] Can't find ethercard realteak

2002-01-23 Thread Jim McQuillan
If he has a 3com 3c509 card, the option-129 line should look like this: option option-129 "NIC=3c5x9"; The 3c509 doesn't need (or want) the IO= parameter. Jim McQuillan [EMAIL PROTECTED] Egan, Matt B. (Artco) wrote: > You don't need to add the line > > "option option-129 code 129 = te

Re: [Ltsp-discuss] Can't find ethercard realteak

2002-01-23 Thread Jim McQuillan
Lambert, I'm guessing that SuSE 7.1 is fairly old, so it is probably using a version of dhcpd that is older than 3.0, which means it doesn't support the 'code 129 = text' syntax. So, just comment out that line, because it isn't required with the older dhcpd. Also, you MUST supply an option-128

RE: [Ltsp-discuss] Can't find ethercard realteak

2002-01-23 Thread Egan, Matt B. (Artco)
You don't need to add the line "option option-129 code 129 = text;" line unless you have dhcp V3 or higher if your running DHPC V2 or some other then all you need to have is this. host ws001 { hardware ethernet 00:E0:06:E8:00:84; fixed-address 192.168.0.1;