<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
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>
<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:<BR>
<BR>
<BR>
iptables -A INPUT  -i eth0  tcp -s 192.168.7.67  --dport 111 -j ACCEPT<BR>
<BR>
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 CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<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>
</TABLE>
</BODY>
</HTML>