Michael,
I don't know what version of dhcpd you have, but if it's 3.0.3 or newer,
you'll need to add a 'next-server' entry to your dhcpd.conf file.
Take a look at:
http://wiki.ltsp.org/twiki/bin/view/Ltsp/DhcpdSiaddr
I'm not sure that's your problem. But, you still need to be aware of it.
If that doesn't clear it up, then I've got more questions:
- How many network interfaces in the server?
- If more than one, are they both connected to the same switch?
Jim.
M Hoeller wrote:
> Hello Jim,
>
> thanks for your answer
>
>
> On Samstag, 31. März 2007, Jim McQuillan wrote:
>> M Hoeller wrote:
>>> I have set up a fresh ltsp 4.2 All looks good. But when start a
>>> workstation it stops waiting for a DHCP server. I see on the server:
>>>
>>> Mar 31 09:23:41 akazia dhcpd: DHCPDISCOVER from 00:60:08:7c:df:d8 via
>>> eth0 Mar 31 09:23:41 akazia dhcpd: DHCPOFFER on 192.168.55.221 to
>>> 00:60:08:7c:df:d8 via eth0
>>>
>>> When I am correct, than the WS connect to the server and get an IP Adress
>>> offered. But the WS does not do the next step or does not get the offered
>>> IP Address.
>
> I will add the details futher down, thank for any hint :-)
>
> Michael
>
>
>> Or, maybe you don't have the 'filename' entry in your dhcpd.conf file,
>> so the workstation isn't accepting the offer.
> filename "/lts/vmlinuz-2.6.17.8-ltsp-1";
>
> [EMAIL PROTECTED]:~> la -R /tftpboot/
> [...shorted... ]
>
> /tftpboot/lts:
> insgesamt 5524
> drwxr-xr-x 4 root root 4096 30. Mär 17:11 .
> drwxr-xr-x 3 root root 4096 30. Mär 17:11 ..
> drwxrwxr-x 3 root root 4096 17. Apr 2006 2.6.16.1-ltsp-2
> drwxrwxr-x 3 root root 4096 12. Aug 2006 2.6.17.8-ltsp-1
> -rw-rw-r-- 1 root root 2752000 17. Apr 2006 vmlinuz-2.6.16.1-ltsp-2
> -rw-rw-r-- 1 root root 2878976 12. Aug 2006 vmlinuz-2.6.17.8-ltsp-1
>
>
>> What distro are you using?
> openSUSE 10.2
>
>> Are there other devices on your network, like a router or access point
>> that might be serving dhcp ?
> I have both router and access point but there is no dhcp switched on, on none
> of both. I have double checked just now.
>
>> Can you show us your dhcpd.conf file?
> sure, I acctually used a clean one from a working installation on SuSE 9.2,
> but the config scripts from SuSE mess the dhcp.conf little bit up.....
>
> [EMAIL PROTECTED]:~> cat /etc/dhcpd.conf
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.55.255;
> option root-path "192.168.55.200:/opt/ltsp42/i386";
> option option-128 code 128 = string;
> option option-129 code 129 = text;
> option domain-name "akazia";
> option domain-name-servers 192.168.55.200;
> option routers 192.168.55.200;
> # 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.
> #
> ddns-update-style none;
> max-lease-time 21600;
> default-lease-time 21600;
> shared-network WORKSTATIONS {
> subnet 192.168.55.0 netmask 255.255.255.0 {
> default-lease-time 14400;
> max-lease-time 172800;
> }
> }
> if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
> filename "/lts/2.6.17.8-ltsp-1/pxelinux.0";
> }
> else {
> filename "/lts/vmlinuz-2.6.17.8-ltsp-1";
> }
> group {
> option log-servers 192.168.55.200;
> use-host-decl-names on;
> host ws001 {
> option option-128 e4:45:74:68:00:00;
> option option-129 "NIC=3c509";
> hardware ethernet 00:A0:24:47:6D:7F;
> fixed-address 192.168.55.220;
> }
> host ws002 {
> # hardware ethernet 00:01:02:FB:8C:89;
> hardware ethernet 00:60:08:7C:DF:D8;
> fixed-address 192.168.55.221;
> }
>
> [ ... ]
>
> }
> [EMAIL PROTECTED]:~>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _____________________________________________________________________
> 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
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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