|
|
|
|
 [求助]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)]
|
|
|
|
[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]
|
|
[Original]
[Print]
[Top]
|
|
And on my client, I use command " showmount -e zhanrk", It also occurs error----There is no response!
|
|
|
----
简单是一种美!
|
|
[Original]
[Print]
[Top]
|
|
[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]
|
|
[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]
|
|
[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]
|
|
[Original]
[Print]
[Top]
|
yes, it is the [censored] iptables!!!
after stopping iptables on client, everything is OK.
|
|
----
简单是一种美!
|
|
[Original]
[Print]
[Top]
|
|
|