NFS troubleForum: 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
/etc/hosts.allow
/etc/hosts.deny
out of rpcinfo -p
CLIENT out of rpcinfo -p
out of mount -t nfs 10.20.30.5:/home/masson/DSL_store /mnt/hd
___ 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!
yes, i try it. i am sorry, I have typing error in my first message.
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? |