NFS trouble


Forum: Networking
Topic: NFS trouble
started by: masson

Posted by masson on July 17 2006,05:27
hello.
A have two computers. Server - SuSe 10 (without firewall) and client DSL.

configure -
SERVER
/etc/exports
Code Sample
/export    *(rw,root_squash,sync)

/etc/hosts.allow
Code Sample
ALL: ALL

/etc/hosts.deny
Code Sample
http-rman : ALL EXCEPT LOCAL

out of  rpcinfo -p
Code Sample

program vers proto   port
   100000    2   tcp    111  portmapper
   100000    2   udp    111  portmapper
   100005    1   udp    870  mountd
   100005    1   tcp    871  mountd
   100005    2   udp    870  mountd
   100005    2   tcp    871  mountd
   100005    3   udp    870  mountd
   100005    3   tcp    871  mountd
   100003    2   udp   2049  nfs
   100003    3   udp   2049  nfs
   100003    4   udp   2049  nfs
   100003    2   tcp   2049  nfs
   100003    3   tcp   2049  nfs
   100003    4   tcp   2049  nfs
   100024    1   udp   1028  status
   100021    1   udp   1028  nlockmgr
   100021    3   udp   1028  nlockmgr
   100021    4   udp   1028  nlockmgr
   100024    1   tcp   1030  status
   100021    1   tcp   1030  nlockmgr
   100021    3   tcp   1030  nlockmgr
   100021    4   tcp   1030  nlockmgr


CLIENT
out of  rpcinfo -p
Code Sample

program vers proto   port
   100000    2   tcp    111  portmapper
   100000    2   udp    111  portmapper
   100024    1   udp   811  status
   100024    1   tcp    814  status

out of mount -t nfs 10.20.30.5:/home/masson/DSL_store /mnt/hd
Code Sample
RPC: Remout system error - Connection timed out


___
where is my mistake?

Posted by skaos on July 17 2006,09:33
Could you try:
mount -t nfs 10.20.30.5:/export /mnt/hd

If that doesn't work, is there a firewall on your DSL box?

A couple of links if you want to use a firewall:
< http://www.troubleshooters.com/lpm/200305/200305.htm >
< http://www.troubleshooters.com/lpm/200305/200305.htm#_NFS_Gotchas >

Posted by roberts on July 17 2006,19:31
Try starting all three of these on the client (DSL) side.

sudo portmap
sudo rpc.statd
sudo rpc.lockd

Posted by masson on July 19 2006,02:57
Hello, all!
Quote
Could you try:
mount -t nfs 10.20.30.5:/export /mnt/hd

yes, i try it. i am sorry, I have typing error in my first message.

Quote
sudo portmap
sudo rpc.statd
sudo rpc.lockd

no effect

Have anyone other ideas?

Posted by roberts on July 19 2006,06:48
Are you sure of your Suse server setup?
Can you use nfs from another client machine to connect with Suse?

I don't think there is any issue with DSL client NFS.
I was able to use DSL NFS client to mount NFS exported dirs on my RedHat server. No issue at all. And, btw, only portmap is needed on the client, DSL, side.

I am not familiar with your server side setup. But maybe that is Suse which I am not at all familiar.

Usually my allow and deny files are by service type, i.e, portmap lockd mountd statd rquotad

Your shows only http-rman: ?
Your export file shows an /export directory. Do you have such a directory off of your / on Suse machine?

What does...

cat /proc/fs/nfs/exports

show?

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.