Yassen,

>From the messages that you sent, it looks like your
server is configured for 192.168.100.254, but your
workstation is trying to point to 192.168.0.254 as the
nfs server.

Check the root-path entry in the dhcpd.conf file. Make sure
you've got the correct address there.

Also, take a look at your /etc/exports file and make sure that
you are allowing the correct range of IP addresses to access
the NFS shares.

Also, the 'showmount -e' command can be helpful.

One last thing to check is the netmask and broadcast on
your server.

Hope that helps,

Jim McQuillan
[EMAIL PROTECTED]




On Wed, 17 Dec 2003, Yassen Damyanov wrote:

> Hi there,
> 
> I am trying to run LTSP for a 10-workstations network, but
> have fallen into trouble and _need help_. I read all documentation
> available and checked every bit of it, but I cannot troubleshoot
> this -- please help!
> 
> Details:
> 
> I have one machine that plays "all servers" role
> (IP 192.168.100.254) and one for a workstation (ws01).
> 
> The workstation boots from a floppy, then downloads the
> kernel and reaches the point where it tries to do
> "pivot_root", where I get:
> 
>    Mounting root filesystem: /opt/ltsp/i386"
>    Doing the pivot_root...
>    nfs: server 192.168.0.254 not responding, still trying...
> 
> and here it hangs forever.
> 
> The nfs seems to work fine, also no iptable problems,
> the ws01 is listed in /etc/hosts, the /etc/hosts.allow seems
> fine (see dumps below).
> 
> The ws01 is Dell Optiplex GX, NIC 3Com 3c905 TX,
> 
> The distro is SuSE 9.0, and here any related dumps:
> 
> suse-server:~ # iptables -L -v
> Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
>  pkts bytes target     prot opt in     out     source               
> destination
> 
> Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
>  pkts bytes target     prot opt in     out     source               
> destination
> 
> Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
>  pkts bytes target     prot opt in     out     source               
> destination
> 
> suse-server:~ # rpcinfo -p
>    program vers proto   port
>     100000    2   tcp    111  portmapper
>     100000    2   udp    111  portmapper
>     100024    1   udp    643  status
>     100024    1   tcp    646  status
>     100003    2   udp   2049  nfs
>     100003    3   udp   2049  nfs
>     100003    2   tcp   2049  nfs
>     100003    3   tcp   2049  nfs
>     100021    1   udp  32772  nlockmgr
>     100021    3   udp  32772  nlockmgr
>     100021    4   udp  32772  nlockmgr
>     100021    1   tcp  32768  nlockmgr
>     100021    3   tcp  32768  nlockmgr
>     100021    4   tcp  32768  nlockmgr
>     100005    1   udp    631  mountd
>     100005    1   tcp    634  mountd
>     100005    2   udp    631  mountd
>     100005    2   tcp    634  mountd
>     100005    3   udp    631  mountd
>     100005    3   tcp    634  mountd
> 
> 
> suse-server:~ # cat /etc/hosts.allow
> ## LTS-begin ##
> #
> # The lines between the 'LTS-begin' and the 'LTS-end' were added
> # on: Wed Dec 17 10:46:06 PST 2003 by the ltsp installation script.
> # For more information, visit the ltsp homepage
> # at http://www.ltsp.org
> #
> 
> bootpd:      0.0.0.0
> in.tftpd:    192.168.100.
> portmap:     192.168.100.
> 
> ## LTS-end ##
> 
> 
> suse-server:~ # cat /etc/hosts
> #
> # IP-Address  Full-Qualified-Hostname  Short-Hostname
> #
> 
> 127.0.0.1       localhost
> 
> # special IPv6 addresses
> ::1             localhost ipv6-localhost ipv6-loopback
> 
> fe00::0         ipv6-localnet
> 
> ff00::0         ipv6-mcastprefix
> ff02::1         ipv6-allnodes
> ff02::2         ipv6-allrouters
> ff02::3         ipv6-allhosts
> 
> 192.168.100.254 suse-server.midora.local        suse-server
> 192.168.100.1   ws01.midora.local               ws01
> 
> suse-server:~ # cat /opt/ltsp/i386/etc/lts.conf
> #
> # Config file for the Linux Terminal Server Project (www.ltsp.org)
> #
> 
> [Default]
>         SERVER             = 192.168.100.254
>         XSERVER            = auto
>         X_MOUSE_PROTOCOL   = "PS/2"
>         X_MOUSE_DEVICE     = "/dev/psaux"
>         X_MOUSE_RESOLUTION = 400
>         X_MOUSE_BUTTONS    = 3
>         USE_XFS            = N
>         LOCAL_APPS         = N
>         RUNLEVEL           = 5
> 
> #------------------------------------------------------------------------------
> #
> [ws01]
>         XSERVER            = auto
>         LOCAL_APPS         = N
>         USE_NFS_SWAP       = N
>         SWAPFILE_SIZE      = 64m
>         RUNLEVEL           = 4
> 
> 
> 
> --
> 
> I can see the log of the terminal station getting twice an IP from
> the DHCP server and then accessing the /opt/ltsp/i386 via nfs:
> 
> Dec 17 19:30:05 suse-server dhcpd: DHCPDISCOVER from 00:c0:4f:b5:5d:b0 
> via eth0
> Dec 17 19:30:05 suse-server dhcpd: DHCPOFFER on 192.168.100.1 to 
> 00:c0:4f:b5:5d:b0 via eth0
> Dec 17 19:30:05 suse-server dhcpd: DHCPREQUEST for 192.168.100.1 
> (192.168.100.254) from 00:c0:4f:b5:5d:b0 via eth0
> Dec 17 19:30:05 suse-server dhcpd: DHCPACK on 192.168.100.1 to 
> 00:c0:4f:b5:5d:b0 via eth0
> Dec 17 19:30:15 suse-server dhcpd: DHCPDISCOVER from 00:c0:4f:b5:5d:b0 
> via eth0
> Dec 17 19:30:15 suse-server dhcpd: DHCPOFFER on 192.168.100.1 to 
> 00:c0:4f:b5:5d:b0 via eth0
> Dec 17 19:30:17 suse-server dhcpd: DHCPREQUEST for 192.168.100.1 
> (192.168.100.254) from 00:c0:4f:b5:5d:b0 via eth0
> Dec 17 19:30:17 suse-server dhcpd: DHCPACK on 192.168.100.1 to 
> 00:c0:4f:b5:5d:b0 via eth0
> Dec 17 19:30:17 suse-server rpc.mountd: authenticated mount request from 
> ws01.midora.local:691 for /opt/ltsp/i386 (/opt/ltsp/i386)
> 
> and the /var/lib/nfs/xtab seems okay:
> 
> [EMAIL PROTECTED]:~> cat /var/lib/nfs/xtab
> /opt/ltsp/i386  
> ws01.midora.local(ro,sync,wdelay,hide,nocrossmnt,secure,no_root_squash,no_all_squash,subtree_check,secure_locks,acl,mapping=identity,anonuid=-2,anongid=-2)
> 
> and the portmap seems okay:
> 
> [EMAIL PROTECTED]:~> ps -e | grep portmap
>  1198 ?        00:00:00 portmap
> 
> 
> CAN ANYONE HELP SOON?
> Any help would be greatly appreciated!!
> 
> Yassen
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _____________________________________________________________________
> 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
> 



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_____________________________________________________________________
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

Reply via email to