<div dir="ltr">It&#39;s all working now.<br>The problem was firewall only.<br><br>-- <br>Ori Idan<br><br><br><div class="gmail_quote">On Thu, Jun 25, 2009 at 8:55 PM, Oron Peled <span dir="ltr">&lt;<a href="mailto:oron@actcom.co.il">oron@actcom.co.il</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On 25.06.2009 Ori Idan wrote:<br>
&gt; I am trying to set an NFS server (for a local network) on fedora 9<br>
&gt; I have exported the directory in /etc/exports<br>
&gt; I have started rpcbind and nfs<br>
&gt; From another computer (in this case running Ubuntu) I tried mounting the<br>
&gt; directory. After few seconds I got an error mount.nfs mount system call<br>
&gt; failed<br>
<br>
</div>First let&#39;s test the network end-to-end. From the client:<br>
  $ rpcinfo -t server 100005<br>
  program 100005 version 1 ready and waiting<br>
  program 100005 version 2 ready and waiting<br>
  program 100005 version 3 ready and waiting<br>
  $ rpcinfo -u server 100005<br>
  program 100005 version 1 ready and waiting<br>
  program 100005 version 2 ready and waiting<br>
  program 100005 version 3 ready and waiting<br>
<br>
Than repeat the test for the nfs protocol itself (use 100003 instead<br>
of 100005).<br>
<br>
These tests send a null request and test the result. If they pass:<br>
 * No need to test connectivity or firewall.<br>
 * No need to test rpcbind work OK.<br>
 * No need to test that the service itself is OK.<br>
 * Just config/permission problems.<br>
If they fail, you now have a list of what to test...<br>
<br>
One last note -- Fedora-9 is EOL in ~two weeks. Better plan your<br>
upgrade/replacement path (I already upgraded all my hosts to F11)<br>
<br>
Cheers,<br>
<font color="#888888"><br>
--<br>
Oron Peled                                 Voice: +972-4-8228492<br>
<a href="mailto:oron@actcom.co.il">oron@actcom.co.il</a>                  <a href="http://www.actcom.co.il/%7Eoron" target="_blank">http://www.actcom.co.il/~oron</a><br>
&quot;The speed of light really is too slow nowdays.&quot; -- Alan Cox<br>
<br>
</font></blockquote></div><br></div>