ffnord / ffnord-puppet-gateway

Deploy and manage your Freifunk community gateway, mostly compatible with Gluon.
15 stars 13 forks source link

named does not allow queries from prefixes that do not fit into the original freifunk allocations #65

Closed ohrensessel closed 9 years ago

ohrensessel commented 9 years ago

the allow-query parameter in the named config is statically set by puppet to some IPv{4,6} ranges that originally were allocated for freifunk. if a community uses a network that does not fit into this scheme, named will not answer queries from there.

sargon commented 9 years ago

Lets extend this task: You can extend the listen-on and listen-on-v6 entries with the resource type ffnord::named::mesh, maybe we should rename to something like ffnord::named::listen and let the renamed type call some new types ffnord::named::listen_v4 and ffnord::named::listen_v6, which then contain the corresponding part of the current type. This would at first increase the meaning and secondly give us possibility to access the parts separated. The mechanic used for the above can then applied to the allow-query configuration option.

ohrensessel commented 9 years ago

should be fixed by merged pr #78 which (among other things) adds the community prefix to the named config (allow-query).