<div class="gmail_quote">2009/1/17 Jesse Keating <span dir="ltr">&lt;<a href="mailto:jkeating@j2solutions.net">jkeating@j2solutions.net</a>&gt;</span><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="Ih2E3d">On Sat, 2009-01-17 at 12:23 -0800, Jesse Keating wrote:<br>
&gt; I&#39;ve got an F10 box acting as the NFS server, and I&#39;m getting failures<br>
&gt; loading the install.img from NFS. &nbsp;The failures are of the type that it<br>
&gt; cannot mount the directory, even though I can from another host, so I<br>
&gt; have to think that something weird is going on server side. &nbsp;Does<br>
&gt; anybody know of a way to increase the verbosity of the nfs server<br>
&gt; daemons so that I can see what it is getting from the client?<br>
<br>
</div>Never mind. &nbsp;Turns out that the client couldn&#39;t be looked up via it&#39;s IP<br>
address, so mount said no (even though it was a warning in the log, not<br>
an error). &nbsp;Anybody know how to instruct nfs to not care about this? &nbsp;I<br>
didn&#39;t see anything in a quick scan of the exports man page.<br>
<font color="#888888"></font></blockquote><div><br><br></div></div>AFAICT, it is not possible if the error was something like &quot;<br><pre>Nov  7 19:14:40 fc10 rpc.mountd: Fake hostname <a href="http://bogus.com">bogus.com</a> for 192.168.1.1 - forward lookup doesn&#39;t exis</pre>
&quot;<br>This is a security precaution added into the nfs package that lessens
the likelihood of unauthorized servers from gaining access to files on
the NFS server. Look to <br>nfs-utils-1.1.4/support/export/hostname.c<br><br>Regards<br><br>