redhat 7.2 mount nfs"RPC:time out"problem
I have a solaris 8.0 server as nfs server
a redhat 7.2 workstation as nfs client
when mount nfs on the redhat7.2 workstation
[root@bee33 /]# mount 192.168.123.250:/export /cad
mount: RPC: Timed out
this is the result of rpcinfo
[root@bee33 /]#rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
391002 2 tcp 32768 sgi_fam
what can I do now?
|