Thanks for your reply~<br><br>I think my problem could be is  how to create the iptables that could let the NFS server access into the host system.<br><br>The guest system is CentOS 5.3 i386 . The ip address is  192.168.56.101  with the eth0 interface <br>
And the host system is CentOS 5.4 x86_64, its ip address is 192.168.7.67 and its route information is the following :<br><br>root@xxx: route -n<br>192.168.7.0  xx  xx  xx eth0<br>192.168.56.0  xx  xx xxx  vboxnet0<br><br>
I  run  this iptable rule in the guest system which configured the NFS server, <br><br>iptables -A INPUT  -i eth0  tcp -s 192.168.7.67  --dport 111 -j ACCEPT<br><br><br>Then :<br>when I run "showmount -e  192.168.56.101" and the directory appears,<br>
but run the "mount -t nfs  192.168.56.101:/xxx   /media"  in the terminal , <br>the output is still that message: <br>"mount : 192.168.56.101:/xx  failed , reason given by server:Permission 
denied"<br><br>So is it my iptables rule wrong? Or how to write the correct the rule ?<br><br>Thanks in advance~.<br><br><div class="gmail_quote">On Mon, Apr 26, 2010 at 12:16 PM, onay <span dir="ltr"><<a href="mailto:ronald.santosa@gmail.com">ronald.santosa@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Mon, Apr 26, 2010 at 10:15 AM, sync <<a href="mailto:jiannma@gmail.com">jiannma@gmail.com</a>> wrote:<br>

> Hi,guys:<br>
><br>
>    I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386  guest<br>
> system. The host system is CentOS 5.4 x86_64.<br>
>  I set up the NFS server correctly and rpcinfo is also ok  inside the guest<br>
> system show.<br>
><br>
> The problem is, I can't connect to, or see the open port from the outside. I<br>
> use the Host-Only  network setup with VirtualBox 3.1.0,<br>
> the ip address in the guest system is 192.168.56.101 . and the host system<br>
> ip address is 192.168.7.67<br>
><br>
> When I mount the directory from the guest system via NFS, the result is the<br>
> following :<br>
> "mount : 192.168.56.101:/xx  failed , reason given by server:Permission<br>
> denied"<br>
><br>
>  I hope one of you can give me a hint in which direction I should continue<br>
> my efforts.<br>
><br>
> Thanks in advance,,,<br>
><br>
</div></div>> _______________________________________________<br>
> CentOS mailing list<br>
> <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
> <a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
><br>
><br>
<br>
If you already can ping the nfs server, then you should check this:<br>
1. nfsd service<br>
2. open port on iptables<br>
3. /etc/host.allow or /etc/host.deny<br>
<br>
You can check share folder from nfs client with command:<br>
showmount -e ip.nfs.server<br>
If the folder appears, then you can start to mount that otherwise you<br>
should check your /etc/exports again.<br>
<br>
<br>
CMIIW.<br>
<br>
--<br>
If knowledge belong to the world,<br>
why don't you give me some?<br>
----------------------------------------------<br>
  <a href="http://dudulz.wordpress.com" target="_blank">http://dudulz.wordpress.com</a><br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</blockquote></div><br>