<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>hello simon and dnsmasq list subscribers,<br><br>I use dnsmasq in my dd-wrt router firmware, and after setting it up to my best knowledge I observed the following:<br><br>*) ping requests to my WAN IP are unanswered when they originate from a WAN IP (expected behaviour)<br>*) ping requests to my WAN IP are resolved, when the originate from a LAN IP (that is rather odd)<br>*) browsing a connected dyn-DNS URL does connect me directly to the webinterface, even with remote access disabled. (rather confusing, as you are in fact resolved to the *internal* web interface, but it doesn't tell you that form reading the browser URL)<br><br>Can I tweak dnsmasq with additional config paramters in order to disable those features?<br><br>Attached are the dnsmasq configurations resulting out of dd-wrt gui setup:<br><br>cat /tmp/dnsmasq.conf<br>interface=br0<br>resolv-file=/tmp/resolv.dnsmasq<br>all-servers<br>domain=MYLANDOMAIN<br>dhcp-leasefile=/tmp/dnsmasq.leases<br>dhcp-lease-max=50<br>dhcp-option=lan,3,192.168.1.1<br>dhcp-range=lan,192.168.1.10,192.168.1.50,255.255.255.0,1440m<br>stop-dns-rebind<br><br>cat /tmp/dnsmasq.leases <br>86400 <MAC1> 192.168.1.22 <HOSTNAME1> *<br>86400 <MAC2> 192.168.1.44 <HOSTNAME2> *<br><br>cat /tmp/resolv.dnsmasq <br>nameserver <PROVIDER DNS IP 1><br>nameserver <PROVIDER DNS IP 2><br><br>Regards,<br><br>Mayk                                           </div></body>
</html>