Hi, Sorry if this is sent to the wrong place :) first time ive ever sent a message to a mailing list!<br><br>Ive set up dnsmasq on a server, the DHCP side is working correctly, but the dns side isnt. None of the clients register the dns details with dns. Has anyone else seen this behaviour? Ive had a google around and found nothing of use. So thought id try here<br>
<br>Below is my dnsmasq.conf<br><br>log-queries<br>strict-order<br>no-negcache<br>dhcp-range=10.3.0.0,10.3.254.254,255.255.0.0,12h<br>#no-resolv<br>dhcp-option=6,10.3.245.240<br>dhcp-option=3,10.3.245.240<br>dhcp-option=119,newcatle,bristol<br>
dhcp-option=15,"newcastle bristol"<br>local=/newcastle/<br>filterwin2k<br>domain-needed<br>bogus-priv<br>no-negcache<br>dhcp-leasefile=/var/lib/misc/dhcp.leases<br>expand-hosts<br>domain=newcatle<br>addn-hosts=/etc/hosts.openvpn-clients<br>
<br><br>I can see clients hostnames, mac addresses being registered in the /var/lib/misc/dhcp.leases files.<br><br>Ive tried with 3 differnt types of clients, (windows and two varients of linux) all with the same issue. VPN clients hostnames are correctly registered and read in the addn-hosts file.<br>
<br>Any ideas? Ive ruled out firewall issues (ive turned my firewall off :) )<br><br>Thanks<br><br>Christian<br><br>