nfs配置问题

现在在调试nfs,有些问题,请教一下.我将两台安装了LINUX的PC机一台作为SERVER,一台作为CLIENT.我所作的修改工作是这样的:在SERVER端,在service configuration中选择了nfs,使nfs可以在boot时就启动.在/etc/hosts加入如下一行:
>192.168.0.77  xxb.org   xxb  file://client 的ip
>将/etc/hosts.deny修改为:
>portmap:ALL
>lockd:ALL
>mountd:ALL
>rquotad:ALL
>statd:ALL
>修改/etc/hosts.allow为:
>portmap:192.168.0.77
>lockd:192.168.0.77
>mountd:192.168.0.77
>rquotad:192.168.0.77
>statd:192.168.0.77
>在client端,我在service configuration将portmap,lockd,statd加入.
>这些工作作完后,我在作为client的pc上输入如下命令:mount ybx:/arm /mnt
>系统提示我rpc:timed out
>我检查了server,portmapper,nfs,mountd都已启动.并且无论从server到client还是从client到server采用ping,都是通的.
>so I need your help.
>
>