Re: [Dnsmasq-discuss] Questio on DHCP option 125

2009-12-23 Thread Simon Kelley
Bo Zhou wrote:
> Hi,
> 
> I'm a new comer to this mail list. I noticed that 2 years ago, there were
> some people talking about DHCP option 125 support in the dnsmasq. (
> http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2007q3/001590.html)
> I am just wondering what is the status for that. I checked dnsmasq v2.51,
> seems it still doesn't support option 125. Anyone has news on that?
> 
> I do apologize that if there's maill thread already discussed similiar
> question but could anybody give me the link as reference if there is. Thanks
> a lot.
> 
> /Bram
> 
> 

http://www.thekelleys.org.uk/dnsmasq/test-releases/dnsmasq-2.52test15.tar.gz

now includes experimental support for options 124 and 125. Feedback is
solicited.


Cheers,

Simon.



[Dnsmasq-discuss] Not Resolving DHCP addresses

2009-12-23 Thread Andy Leak
I've got a new DNSMASQ installation.
- DHCP assigns addresses fine
- DNS resolution for external and fixed addresses is fine
- BUT - DNS resolution for DHCP addresses is not working

Here's my dnsmasq.conf file...
domain-needed
domain=x
expand-hosts
resolv-file=/etc/resolv.conf.dnsmasq
dhcp-range=192.168.4.100,192.168.4.200,24h
local=/x/
log-queries
no-negcache
dhcp-authoritative

when I do "nslookup xxx" (where xxx is the name of a dhcp machine) i get

** server can't find xxx.x: NXDOMAIN

when i look at the dnsmasq log, and the dnsmasq.leases file, everything
seems to be ok...

Hmm - how can i get DNSMASQ to resolve my DHCP machines ??