Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] Trying to get hnetd working, trying to get distributed dns better
@ 2014-11-23 17:16 Dave Taht
  2014-11-23 19:48 ` Aaron Wood
  2014-11-24 21:25 ` [Cerowrt-devel] [Dnsmasq-discuss] " Simon Kelley
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Taht @ 2014-11-23 17:16 UTC (permalink / raw)
  To: cerowrt-devel, dnsmasq-discuss

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.

I think I should switch to blogging this stuff rather than g+. It
would let me draw pretty pictures of all this complexity.

-- 
Dave Täht

http://www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Cerowrt-devel] Trying to get hnetd working, trying to get distributed dns better
  2014-11-23 17:16 [Cerowrt-devel] Trying to get hnetd working, trying to get distributed dns better Dave Taht
@ 2014-11-23 19:48 ` Aaron Wood
  2014-11-24 21:25 ` [Cerowrt-devel] [Dnsmasq-discuss] " Simon Kelley
  1 sibling, 0 replies; 4+ messages in thread
From: Aaron Wood @ 2014-11-23 19:48 UTC (permalink / raw)
  To: Dave Taht; +Cc: dnsmasq-discuss, cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

It's why I use Blogger for writeups of the netperf testing, and then post
to G+.  The lack of inline images in G+ is just too limiting for that sort
of write-up.

-Aaron

On Sun, Nov 23, 2014 at 9:16 AM, Dave Taht <dave.taht@gmail.com> 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.
>
> I think I should switch to blogging this stuff rather than g+. It
> would let me draw pretty pictures of all this complexity.
>
> --
> Dave Täht
>
> http://www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>

[-- Attachment #2: Type: text/html, Size: 1657 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Cerowrt-devel] [Dnsmasq-discuss] Trying to get hnetd working, trying to get distributed dns better
  2014-11-23 17:16 [Cerowrt-devel] Trying to get hnetd working, trying to get distributed dns better Dave Taht
  2014-11-23 19:48 ` Aaron Wood
@ 2014-11-24 21:25 ` Simon Kelley
  2014-11-24 21:36   ` Dave Taht
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Kelley @ 2014-11-24 21:25 UTC (permalink / raw)
  To: Dave Taht, cerowrt-devel, dnsmasq-discuss

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Cerowrt-devel] [Dnsmasq-discuss] Trying to get hnetd working, trying to get distributed dns better
  2014-11-24 21:25 ` [Cerowrt-devel] [Dnsmasq-discuss] " Simon Kelley
@ 2014-11-24 21:36   ` Dave Taht
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Taht @ 2014-11-24 21:36 UTC (permalink / raw)
  To: Simon Kelley; +Cc: dnsmasq-discuss, cerowrt-devel

On Mon, Nov 24, 2014 at 1:25 PM, Simon Kelley <simon@thekelleys.org.uk> wrote:
> 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

172.23.2.0/24
172.23.3.0/24

But yes, I had forgotten how reverse dns lookups worked in the general
case, and will try distributing a file with the /24s broken out.

Thanks!

> 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.

However, I would argue that the correct dnsmasq behavior should be to
break it up into /24s internally, whenever possible, and to retain the
expressive simplicity of being able to specify other prefix lengths.


>
> Cheers,
>
> Simon.
>
>
>



-- 
Dave Täht

thttp://www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-24 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-23 17:16 [Cerowrt-devel] Trying to get hnetd working, trying to get distributed dns better Dave Taht
2014-11-23 19:48 ` Aaron Wood
2014-11-24 21:25 ` [Cerowrt-devel] [Dnsmasq-discuss] " Simon Kelley
2014-11-24 21:36   ` Dave Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox