Hi,<br><br>I'm having a *real* hard time trying to use F10 due to DNS problems [<a href="https://bugzilla.redhat.com/show_bug.cgi?id=459756">https://bugzilla.redhat.com/show_bug.cgi?id=459756</a>] (not to mention NetworkManager being unable to manage static IPs and s-c-n screwing network mask configuration[*]). As if that was enough, I can't seem to be able to configure a local DNS cache using dnsmasq, for some unknown reason (I've tried lots of workarounds trying to get me out of this DNS hell, so it's probably partially -- or totally -- my fault).<br>
<br>[*] there are so many network configuration problems with F10 that it almost seems it's been designed for offline use... ;-)<br><br>So, I'll sum it all up here, hoping someone can help me.<br><br>I disabled ipv6 by putting<br>
<br>alias ipv6  off<br>alias net-pf-10  off<br><br>on my modprobe.conf<br><br>I installed 'named' so that I could have a IPv4-only local DNS cache, but its configuration is not as easy as dnsmasq's, so I installed this one (I've been using dnsmasq since F8, no problems whatsoever). I then removed bind (only bind-libs and bind-utils remain).<br>
<br>Since dnmasq doesn't have an option like '-4' for named, I rebuilt it from SRPM passing COPTS=-DNO_IPV6 so that I could turn off IPv6 support. Apparently, it worked:<br><pre class="bz_comment_text" id="comment_text_70">
Dec  4 09:53:12 localhost dnsmasq[5677]: compile time options: no-IPv6 GNU-getopt no-ISC-leasefile DBus no-I18N TFTP<br></pre>I also enabled port 53 on s-c-f (is this really necessary considering requests will come from localhost only?)<br>
<br>What happens now is: if I change /etc/resolv.conf to only point to <a href="http://127.0.0.1">127.0.0.1</a> (dnsmasq), I get no name resolution at all. Monitoring with wireshark shows me queries get to dnsmasq and it correctly forwards them to external DNS servers. However, replies apparently never come back. *But*, if I remove <a href="http://127.0.0.1">127.0.0.1</a> from /etc/resolv.conf and put external DNS IPs, queries go out and replies come in as expected.<br>
<br>Anyone knows what could cause this specific behavior? Any help will be much appreciated. Let me know if you need additional info.<br><br>Regards,<br><br>Andre<br><br>