[stork-users] Bind9 and Stork

Tomek Mrugalski tomek at isc.org
Tue Sep 22 16:55:10 UTC 2020


Also worth noting that the fix was reviewed and merged today and is
going to be shipped in upcoming 0.12, expected early Oct.

Tomek

On 22.09.2020 17:26, Matthijs Mekking wrote:
> Hi Jesse,
> 
> Thanks for trying out Stork. You hit a silly bug where Stork expects
> only one address in the list of allow clause.
> 
> I have created an issue for this, and a fix:
> 
> https://gitlab.isc.org/isc-projects/stork/-/issues/411
> https://gitlab.isc.org/isc-projects/stork/-/merge_requests/228
> 
> Best regards,
> 
> Matthijs
> 
> On 9/21/20 9:50 PM, Jesse McDermid wrote:
>> Hello,
>>
>> I am testing out using Stork for BIND9 in a lab environment. I can
>> connect to the Stork Agent running on the BIND server without any
>> problems, but Stork never shows the DNS service as running. I have
>> verified that BIND is running.
>>
>> When I check messages on the BIND server, I see the following:
>> Sep 21 14:46:22 bind_server stork-agent: #033[33mWARN#033[0m[2020-09-21
>> 14:46:22]            bind9.go:284   cannot parse BIND 9
>> statistics-channels clause
>> Sep 21 14:46:32 bind_server stork-agent: #033[33mWARN#033[0m[2020-09-21
>> 14:46:32]            bind9.go:91    cannot parse BIND 9 inet
>> configuration: no match (controls {
>>
>> The config syntax is valid from BIND's perspective. Does Stork have
>> requirements above and beyond that?
>>
>> Thanks!
>>
>> Details:
>> BIND: 9.11.4
>> Stork: 0.11.0
>>
>>
>> Controls Clause of bind config:
>> controls {
>>         inet 127.0.0.1 allow { localhost; };
>>         inet * allow {localhost; 10.50.0.100; 10.50.0.105; };
>> };
>>
>> Statistics Channel clause of bind config:
>> statistics-channels {
>>         inet 10.50.0.105 port 80 allow { localhost; 10.50.0.100;
>> 10.50.0.105; };
>> };
>>
>>
>>
> 
> 


More information about the Stork-users mailing list