URN Logo
UNIX Resources » Linux » China Linux Forum » 文件及打印服务器 » 6 » [求助]REDHAT8.0 NFS问题!
announcement 声明: 本页内容为中国Linux论坛的内容镜像,文章的版权以及其他所有的相关权利属于中国Linux论坛和相应文章的作者,如果转载,请注明文章来源及相关版权信息。
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.net
  业界新闻与评论
  自由软件杂谈
  IT 人生
  Linux软件快递
  翻译作坊
  Linux图书与评论
  GNU Emacs/XEmacs
  Linux 中文环境和中文化
  Linux桌面与办公软件
  Linux 多媒体与娱乐版
  自由之窗Mozilla
  笔记本电脑上的Linux
  Gentoo
  Debian 一族
  网络管理技术
  Linux 安装与入门
  WEB服务器和FTP服务器
  域名服务器和邮件服务器
  Linux防火墙和代理服务器应用
  文件及打印服务器
  技术培训与认证
  Linux内核技术
  Linux 嵌入技术
  Linux设备驱动程序
  Linux 集群技术
  LINUX平台数据库
  系统和网络安全
  CPU 与 编译器
  系统计算研究所专栏
  Linux下的GUI软件开发
  C/C++编程版
  PHP 技 术
  Java&jsp技术
  Shell编程技术
  Perl 编 程
  Python 编 程
  XML/Web Service 技术
  永远的Unix
  FreeBSD世界
   
[求助]REDHAT8.0 NFS问题!
[求助]REDHAT8.0 NFS问题! - zhanrk [2003-04-16 02:52 | 1,529 byte(s)]
 
Re: [求助]REDHAT8.0 NFS问题! - zhanrk [2003-04-16 10:04 | 111 byte(s)]
 
Re: [求助]REDHAT8.0 NFS问题! - zhanrk [2003-04-16 10:12 | 271 byte(s)]
 
Re: [求助]REDHAT8.0 NFS问题! - zhanrk [2003-04-16 10:25 | 261 byte(s)]
 
Re: [求助]REDHAT8.0 NFS问题! - yincheng [2003-04-16 16:03 | 169 byte(s)]
 
Re: [求助]REDHAT8.0 NFS问题! - zhanrk [2003-04-16 16:06 | 109 byte(s)]
 
Subject: [求助]REDHAT8.0 NFS问题!
Author: zhanrk    Posted: 2003-04-16 02:52    Length: 1,529 byte(s)
[Original] [Print] [Top]
server和client均是redhat8的系统。
server端的exports文件如下:
/mnt/hda5 192.168.0.*(ro,sync,all_squash)
/tmp/ 192.168.0.*(ro,sync)


运行rpcinfo -p可以看到如下信息:

 program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 939 rquotad
100011 2 udp 939 rquotad
100011 1 tcp 942 rquotad
100011 2 tcp 942 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32770 nlockmgr
100021 3 udp 32770 nlockmgr
100021 4 udp 32770 nlockmgr
100005 1 udp 32771 mountd
100005 1 tcp 32770 mountd
100005 2 udp 32771 mountd
100005 2 tcp 32770 mountd
100005 3 udp 32771 mountd
100005 3 tcp 32770 mountd

看起来似乎没甚么问题,另外,我从客户端也运行了命令rpcinfo -p zhanrk,得到的信息好像也没问题。

但是从客户端运行:mount -t nfs zhanrk:/tmp /mnt/tmp报错:
mount:RPC:time out.

不知是什么原因。请各位帮帮我,谢过先。
----
简单是一种美!
[Original] [Print] [Top]
Subject: Re: [求助]REDHAT8.0 NFS问题!
Author: zhanrk    Posted: 2003-04-16 10:04    Length: 111 byte(s)
[Original] [Print] [Top]
And on my client, I use command " showmount -e zhanrk", It also occurs error----There is no response!
----
简单是一种美!
[Original] [Print] [Top]
Subject: Re: [求助]REDHAT8.0 NFS问题!
Author: zhanrk    Posted: 2003-04-16 10:12    Length: 271 byte(s)
[Original] [Print] [Top]
After I run command "mount -t nfs zhanrk:/tmp /mnt/tmp" on the client,
I look up my server log, and i found rpc.mountd daemon process has received my client's mount request.

But why are things still wrong?
somebody help me!
----
简单是一种美!
[Original] [Print] [Top]
Subject: Re: [求助]REDHAT8.0 NFS问题!
Author: zhanrk    Posted: 2003-04-16 10:25    Length: 261 byte(s)
[Original] [Print] [Top]
And I run command "rpcinfo -p nana" on my server, it occurs error :
"rpcinfo: can't contact portmapper: RPC: Remote system error - Connection refused"

But my client has started "rpc.portmap" daemon. why?
----
简单是一种美!
[Original] [Print] [Top]
Subject: Re: [求助]REDHAT8.0 NFS问题!
Author: yincheng    Posted: 2003-04-16 16:03    Length: 169 byte(s)
[Original] [Print] [Top]
The possible reason:
1.the service portmapper don't start (server and client)
2.use IP address instead machine name
3.the firewall rule forbid
----
我现在奋斗在Linux桌面的第一线!
[Original] [Print] [Top]
Subject: Re: [求助]REDHAT8.0 NFS问题!
Author: zhanrk    Posted: 2003-04-16 16:06    Length: 109 byte(s)
[Original] [Print] [Top]
yes, it is the [censored] iptables!!!

after stopping iptables on client, everything is OK.
----
简单是一种美!
[Original] [Print] [Top]
« Previous thread
Interview: Taking Samba beyond POSIX
文件及打印服务器
6
Next thread »
请高手指点。
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
备案序号: 京ICP备05006143    webmaster: webmaster@unixresources.net
This page created on 2008-07-17 03:03:10, cost 0.075579881668091 ms.