On Mon, Apr 08, 2002 at 08:46:05PM +0700, Ananda Sulung wrote: > Hi, I am a newbie on Linux and LTSP. > I 've tried to install LTSP according tutorial on LTSP.org: > > 1. Installing Red Hat Linux 7.2: > - IP Address = 192.168.0.1
Your server uses 192.168.0.1, in LTSP, the server is supposed to run
as 192.168.0.254, hence all references to 192.168.0.254 below.
> 4. File /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.254;
> option domain-name-servers 192.168.0.254;
> option domain-name "ltsp.org";
> option root-path "192.168.0.254:/opt/ltsp/i386";
>
> shared-network WORKSTATION {
> subnet 192.168.0.0 netmask 255.255.255.0 {
> }
> }
>
> group {
> use-host-decl-names on;
> option log-servers 192.168.0.254;
>
> host ws001 {
> hardware ethernet 00:E0:1B:E0:04:82;
> fixed-address 192.168.0.1;
> filename "/lts/vmlinuz.ltsp";
That gives the client the same IP as your server.
> Then I tried to run the workstation.
> DHCP runs OK, Loading Kernel OK, but the system hangs up on:
>
> Mounting root filesystem: /opt/ltsp/i386 from:
> 192.168.0.254.
Your NFS server is 192.168.0.1 (which also happens to be the IP of
your client).
Change the private IP of your server to 192.168.0.254
--
Hans Ekbrand
msg04350/pgp00000.pgp
Description: PGP signature
