- 论坛徽章:
- 0
|
http://www.freebsdforums.org/forums/showthread.php?threadid=7365
titile:NFS problem
I am trying to set up an NFS server on an OpenBSD box on my private network here at home. I configured my /etc/exports file as follows:
quote:
--------------------------------------------------------------------------------
/home/snozzy 192.168.0.3
--------------------------------------------------------------------------------
192.168.0.3 is the IP address of my Mandrake Linux client, which I want to use to mount the /home/snozzy directory on the OpenBSD server.
For some reason Mandrake won't mount. When I type:
quote:
--------------------------------------------------------------------------------
mount 192.168.0.2:/home/snozzy /mnt/shares/
--------------------------------------------------------------------------------
nothing happens and eventually it times out and I get the error:
quote:
--------------------------------------------------------------------------------
mount: RPC: Port mapper failure - RPC: Unable to send
--------------------------------------------------------------------------------
I ran rpcinfo -p and made sure that mountd, nfs, and portmap were all running on the OpenBSD box. But still nothing.
I tried reversing everything (making the Mandrake box the NFS server and the OpenBSD box the client) and I get this error:
quote:
--------------------------------------------------------------------------------
NFS Portmap: RPC: Port mapper failure - RPC: Timed out
--------------------------------------------------------------------------------
Are the versions of NFS on Mandrake and OpenBSD compatible? Is there some setting that I need to adjust?
Any help is appreciated.
########
如果每个人的问题都能如此清楚的描述,不但可以更快的得到回答,更有利于日后搜索. |
|