[Dnsmasq-discuss] Trying to get hnetd working, trying to get distributed dns better

Simon Kelley simon at thekelleys.org.uk
Mon Nov 24 21:25:46 GMT 2014


On 23/11/14 17:16, Dave Taht wrote:
> I setup a bunch of picostations running openwrt barrier breaker to try
> and get hnetd working, some details here:
> 
> https://plus.google.com/u/0/107942175615993706558/posts/jV9WJyEYGGP
> 
> Ran into problems also with getting reverse dns to work right.
> 


You're doing stuff like rev-server=172.23.2.0/23,172.23.2.1
but the reverse zone isn't trivially representable as an in-addr.arpa
zone unless the prefix length is divisible by 8

2.23.172.in-addr.arpa corresponds with 172.23.2.0/24, but what's the
equivalent for 172.23.2.0/23

You can do nasties with cnames, but rev-server doesn't. It also doesn't
seem to error if size%8 != 0, which is bad.

Cheers,

Simon.






More information about the Dnsmasq-discuss mailing list