Hello,<br><br>I can ping my gateway (the box on the same network) but with a ping to the DNS server it told me Network is unreachable.<br>I&#39;m looking for what could make the network unreachable.<br>Thank you.<br><br>Regards,<br clear="all">

<div style="min-height: 60px; line-height: 17px; margin: 0pt; padding: 10px 0pt; font-family: &#39;Lucida Grande&#39;,Verdana,Arial,Sans-Serif; font-size: 10px; color: rgb(51, 51, 51); min-width: 530px;">
<hr style="color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); border-width: 1px; border-color: rgb(119, 119, 119); border-style: none none dotted;">
<b style="color: rgb(51, 51, 51); font-size: 11px;">Jeremie SYLVAND   | System &amp; Network Assistant</b><br>
<b style="color: rgb(119, 37, 109);">LEADFORMANCE</b> <b style="color: rgb(187, 187, 187);">|</b> 7 Avenue des Ducs de Savoie <b style="color: rgb(187, 187, 187);">|</b> 73000 CHAMBERY <br>
Tel. : +33 (0)4 79 25 22 22 <b style="color: rgb(187, 187, 187);"> |</b> <a href="http://www.leadformance.com/" style="color: rgb(119, 37, 109); text-decoration: none; border-bottom: 1px dotted rgb(119, 37, 109);" target="_blank">www.leadformance.com</a><br>


<div style="color: rgb(119, 119, 119);">Leadformance vainqueur aux E-Commerce Awards 2010 catégorie Innovation : <font color="#777777" face="Verdana" size="1"><span style="font-family: Verdana; color: rgb(119, 119, 119); font-size: 7.5pt;"><a title="blocked::http://www.youtube.com/watch?v=u8zJ1B2-Gg4" href="http://www.youtube.com/watch?v=u8zJ1B2-Gg4" target="_blank"><font title="blocked::http://www.youtube.com/watch?v=u8zJ1B2-Gg4" color="#f3ae00"><span style="color: rgb(243, 174, 0); text-decoration: none;" title="blocked::http://www.youtube.com/watch?v=u8zJ1B2-Gg4">voir la 
vidéo</span></font></a></span></font><br>
Découvrez toutes les fonctions de BRIDGE en 3 min : <font color="#777777" face="Verdana" size="1"><span style="font-family: Verdana; color: rgb(119, 119, 119); font-size: 7.5pt;"><a title="blocked::http://www.leadformance.com/fr/video/highdef.php" href="http://www.leadformance.com/fr/video/highdef.php" target="_blank"><font title="blocked::http://www.leadformance.com/fr/video/highdef.php" color="#f3ae00"><span style="color: rgb(243, 174, 0); text-decoration: none;" title="blocked::http://www.leadformance.com/fr/video/highdef.php">voir la 
vidéo</span></font></a></span></font><a href="http://www.leadformance.com/fr/video/highdef.php" style="color: rgb(243, 174, 0); text-decoration: none; border-bottom: 1px dotted rgb(243, 174, 0);" target="_blank"><br></a></div>


</div><font color="#777777" face="Verdana" size="1"><span style="font-family: Verdana; color: rgb(119, 119, 119); font-size: 7.5pt;"><a title="blocked::http://www.leadformance.com/fr/video/highdef.php" href="http://www.leadformance.com/fr/video/highdef.php" target="_blank"><font title="blocked::http://www.leadformance.com/fr/video/highdef.php" color="#f3ae00"><span style="color: rgb(243, 174, 0); text-decoration: none;" title="blocked::http://www.leadformance.com/fr/video/highdef.php"></span></font></a></span></font><br>


<br><br><div class="gmail_quote">2011/8/26 Frederick C. Damen <span dir="ltr">&lt;<a href="mailto:fred@damen.org">fred@damen.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

from the fedoraserver machine try<br>
ping 89.2.0.1<br>
traceroute 89.2.0.1<br>
telnet 89.2.0.1 53<br>
this should tell you if you at least have conectivity;<br>
repeat with each upstream dns server IP address.<br>
<br>
If your (r)syslog log level is set higher than the log-queries then they<br>
will not make it to the (r)syslog file.  Try using the<br>
--log-facility=/tmp/dnsmasq-queries<br>
Then try ping <a href="http://google.com" target="_blank">google.com</a><br>
<br>
Do not put the IP address of you ethx IP addresses in /etc/resolv.conf.<br>
  Every machine can refer to its self as 127.0.0.1.  dnsmasq is smart<br>
enough to ignore this address and not use it as an upstream dns server.<br>
  I have not seen anything stating that dnsmasq will ignore the ethx IP<br>
address as a upstream dns server.  Besides 127.0.0.1 address should<br>
always work on the local machine even if your networking is all screwed up.<br>
<br>
Fred<br>
<div><div></div><div class="h5"><br>
On 08/26/2011 10:29 AM, Matthias Andree wrote:<br>
&gt; Am 26.08.2011 17:15, schrieb Jérémie SYLVAND:<br>
&gt;&gt; Hello<br>
&gt;&gt;<br>
&gt;&gt; Thank you for your answers.<br>
&gt;&gt;<br>
&gt;&gt; I have tried what you told me, in different thing :<br>
&gt;&gt; using resolv.conf with only 127.0.0.1<br>
&gt;&gt; with 127.0.0.1 and one of my ISP nameserver<br>
&gt;&gt;<br>
&gt;&gt; Not using resolv.conf by the line no-resolve in the dnsmasq.conf :<br>
&gt;&gt; with and without this line : server=127.0.0.1<br>
&gt;&gt; and with all my ISP nameserver addresses<br>
&gt;&gt; server=89.2.0.1<br>
&gt;&gt; server=89.2.0.2<br>
&gt;&gt; server=212.30.96.123<br>
&gt;&gt; server=213.203.124.147<br>
&gt;&gt; in the dnsmasq.conf<br>
&gt;&gt;<br>
&gt;&gt; And it still doesn&#39;t works<br>
&gt;&gt;<br>
&gt;&gt; My logs :<br>
&gt;&gt;<br>
&gt;&gt; # tail -f /var/log/messages<br>
&gt;&gt; Aug 26 16:55:23 fedoraserver abrtd: Corrupted or bad crash<br>
&gt;&gt; /var/spool/abrt/ccpp-1314370523-6770 (res:2), deleting<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7256]: exiting on receipt of SIGTERM<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7293]: started, version 2.52<br>
&gt;&gt; cachesize 6000<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7293]: compile time options: IPv6<br>
&gt;&gt; GNU-getopt DBus no-I18N DHCP TFTP<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq-dhcp[7293]: DHCP, IP range<br>
&gt;&gt; 192.168.0.180 -- 192.168.0.200, lease time 12h<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7293]: using nameserver<br>
&gt;&gt; 213.203.124.147#53<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7293]: using nameserver<br>
&gt;&gt; 212.30.96.123#53<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7293]: using nameserver 89.2.0.2#53<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7293]: using nameserver 89.2.0.1#53<br>
&gt;&gt; Aug 26 16:58:02 fedoraserver dnsmasq[7293]: read /etc/hosts - 3 addresses<br>
&gt;<br>
&gt; OK, so the nameserver configuration works, but it has not logged any<br>
&gt; queries that it would have forwarded so far - check if there are any<br>
&gt; further down.<br>
&gt;<br>
&gt; Please check:<br>
&gt;<br>
&gt; - if bind-interfaces makes any difference<br>
&gt;<br>
&gt; - possibly remove the interface configuration tying dnsmasq to eth0 just<br>
&gt; to see if it helps<br>
&gt;<br>
&gt; - your resolv.conf on the fedoraserver should point to the primary eth0<br>
&gt; address<br>
&gt;<br>
&gt; - Firewall configuration<br>
&gt;<br>
&gt; - /etc/resolv.conf and /etc/host.conf on the clients<br>
&gt;<br>
&gt; - possibly use wireshark or tcpdump to check port 53 traffic (possibly<br>
&gt; check various interfaces)<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; Dnsmasq-discuss mailing list<br>
&gt; <a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</a><br>
&gt; <a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" target="_blank">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</a><br>
<br>
_______________________________________________<br>
Dnsmasq-discuss mailing list<br>
<a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</a><br>
<a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" target="_blank">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</a><br>
</div></div></blockquote></div><br>