Re: rndc stops listening

2021-04-07 Thread Ondřej Surý
John, please report the issue to the ISC GitLab. Thanks, -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. > On 7. 4. 2021, at 19:32, John Thurston wrote: > > I now see this same b

Re: rndc stops listening

2021-04-07 Thread John Thurston
I now see this same behavior running BIND 9.16.12 on Ubuntu I have never seen it on my instances running 9.11.x on Centos I'd sure like to figure out why (or even when) it stops listening on port 953. Does anyone have any suggestions? -- Do things because you should, not just because you can.

rndc stops listening

2020-12-11 Thread John Thurston
Running BIND 9.16.9 on CentOS 8 I have the following in my .conf controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "mykey"; }; inet 10.2.0.1 port 953 allow { 10.2.3.3; 10.2.4.3; } keys { "threekey"; "fourkey"; }; }; And I normally can see the named process is liste