You need to edit the ports in /etc/sysconfig/nfs to make them static before enabling IPTABLES.  Once that is done you need to open not only those ports but also tcp:udp 111 and tcp:udp 2049.<br><br><div class="gmail_quote">
On Mon, Apr 26, 2010 at 7:59 AM, kalinix <span dir="ltr"><<a href="mailto:calin.kalinix.cosma@gmail.com">calin.kalinix.cosma@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 class="im">
On Mon, 2010-04-26 at 18:37 +0800, sync wrote:<br>
<blockquote type="CITE">
    The contents of  /etc/exports on the server is the following :<br>
    <br>
    /home/test   192.168.7.67(rw)<br>
    <br>
    Is there anything error ?<br>
    <br>
    <br>
</blockquote>
<br>
</div><pre>Not very familiar with virtual box (I prefer vmware or kvm) but shouldn't you export to your vboxnet0 ip, which I presume is either 192.168.56.1 or 192.168.56.2?
</pre>
<br>
<br>
Also, your iptables rule on the virtual machine is right now:<div class="im"><br>
<br>
<br>
iptables -A INPUT  -i eth0  tcp -s 192.168.7.67  --dport 111 -j ACCEPT<br>
<br></div>
and I think it should be<br>
<br>
iptables -A INPUT  -i eth0  tcp -s 192.168.56.X  --dport 111 -j ACCEPT<br>
<br>
<br>
where 192.168.56.X is your vboxnet0 ip.<br>
<br>
<br>
But again, I am not familiar with VirtualBox and it might have settings different than vmware or kvm.<br>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<br>
<br>
Calin<br>
<br>
Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857<br>
<br>
=================================================<br>
As he had feared, his orders had been forgotten and everyone had brought the potato salad.
</td>
</tr>
</tbody></table>
</div>

<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>
<br></blockquote></div><br>