<html><body><div style="color:#000; background-color:#fff; font-family:lucida console, sans-serif;font-size:12pt">&gt;&gt; Greetings.&nbsp; I just installed Fedora 16 (x86_64) on my home computer today.<br>&gt;&gt; Not an altogether pleasant experience so far, I must say.<br>&gt;&gt;<br>&gt;&gt; I've got one issue in particular that's really puzzling me.<br><br>[...]<br><br>&gt;&gt; I.e., the "host" utility CAN resolve the name, as can the "dig"<br>&gt;&gt; utility (not shown in the examples), but other utilities, such as<br>&gt;&gt; "ping" and "ssh" cannot resolve the name.<br><br>[...]<br><br>&gt; Check the contents of /etc/resolv.conf on the main system.&nbsp; It probably<br>&gt; isn't referencing itself but whatever nameserver your ISP provides.&nbsp; As<br>&gt; an example, it should probably look like:<br>&gt; <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; search my.lan<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nameserver 192.168.1.72<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
 nameserver &lt;isp.dns.server&gt;<br><br>Very good suggestion.&nbsp; In fact, my resolv.conf DID have an entry for my<br>system, but it was in reverse order.&nbsp; I.e., to use your example, it was:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; search my.lan<br>&nbsp;&nbsp;&nbsp;&nbsp; nameserver &lt;isp.dns.server&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; nameserver 192.168.1.72<br><br>I don't understand why the resolver didn't fall through to the second<br>nameserver, but it evidently did not.&nbsp; After I put the nameservers in the<br>order you suggest, everything seems to be working fine!<br><br>&gt; Resolv.conf gets rewritten every time the net initializes, so you may<br>&gt; want to:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; chattr +i /etc/resolv.conf<br>&gt; <br>&gt; to make it immutable. (Remember to chattr -i&nbsp; if you nned to edit it<br>&gt; later.)<br><br>Another good suggestion.&nbsp; I had forgotten about the immutable attribute.&nbsp; I've<br>set it now.&nbsp; (It's a
 safe bet that in six months or so I'll be sending a note<br>to the list, whining about how I can't edit resolv.conf ;-)<br><br>Thanks for your help.<br><br>-- Mike<br><br><span></span><div></div></div></body></html>