Hello Gregor,

Thursday, December 12, 2002, 2:28:54 PM, you wrote:

[...]
GW> When I try to boot from the disk, everything is OK, but when he sends a
GW> DHCP-signal to the network, a point "." is shown... after afew seconds 
GW> another one... but nothing else happens.
GW> Here's the /var/log/messages from my server:

GW> Dec 12 14:13:08 linux dhcpd: DHCPDISCOVER from 00:c1:26:0b:1f:e8 via eth0: 
GW> network WORKSTATIONS: no free 
GW> leases
GW> Dec 12 14:13:39 linux last message repeated 2 times
GW> Dec 12 14:14:19 linux dhcpd: DHCPDISCOVER from 00:c1:26:0b:1f:e8 via eth0: 
GW> network WORKSTATIONS: no free
GW> leases

That's what it says. You configure a range of leases, and every time a
new hardware address requests a lease, it is given one (if one in the
range is still free).

GW> I looked at the DHCP configuration but everything looks fine:

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

GW> ddns-update-style             ad-hoc;
GW> default-lease-time            21600; #600
GW> max-lease-time                21600; #7200


GW> option subnet-mask            255.255.255.0;
GW> option broadcast-address      192.168.0.255;
GW> option routers                192.168.0.254;
GW> option domain-name-servers    192.168.0.254;
GW> option domain-name            "ltsp-server";
GW> option root-path              "192.168.0.254:/opt/ltsp/i386";

GW> option option-128 code 128 = string;
GW> option option-129 code 129 = text;

GW> ###
GW> log-facility local7;
GW> ###

GW> shared-network WORKSTATIONS {
GW>     subnet 192.168.0.0 netmask 255.255.255.0 {

And which range of addresses should be given to the client machines
not defined in "host" statements below?
Enter something like
                range 192.168.0.101 192.168.0.199;
here, that should resolve your trouble.

GW>     }
GW> }

GW> group   {
GW>     use-host-decl-names       on;
GW>     option log-servers        192.168.0.254;

GW>     host ws001 {
GW>         hardware ethernet     00:E0:06:E8:00:84;
GW>         fixed-address         192.168.0.3;
GW>         filename              "/lts/vmlinuz-2.4.9-ltsp-6";
GW>         option option-128     e4:45:74:68:00:00;
GW>         option option-129     "NIC=eepro100";
GW>     }
GW>     host ws002 {
GW>         hardware ethernet     00:D0:09:30:6A:1C;
GW>         fixed-address         192.168.0.4;
GW>         filename              "/lts/vmlinuz-2.4.9-ltsp-6";
GW>         option option-128     e4:45:74:68:00:00;
GW>         option option-129     "NIC=tulip";
GW>     }
GW> }


GW> I used the fixed addresses 192.168.0.3 and .4, because in my local network 
GW> 192.168.0.1 is my main machine and 192.168.0.2 is my notebook.
GW> The ddns-update-style should be adhoc, as a SuSE-error-message told me before.

GW> No other hints in the manual of LTSPand in Googlegroups could solve the 
GW> problem.

GW> Thanks a lot for any help!




-- 
Best regards,
 Anselm                            mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_____________________________________________________________________
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