Re: Zone removal messages

2016-10-31 Thread Tony Finch
Dns Administrator wrote: > > Thought the querying appears to be correct, when I reload the dns server I > get the following message: > > 27-Oct-2016 09:31:29.208 general: info: zone ./IN: (static-stub) removed Yes, this log message is spurious. The reason seems to be that named always reconfigur

Zone removal messages

2016-10-27 Thread Dns Administrator
Hi, I wonder if anyone could help me with the following: I’ve created local root servers on sec. loopback addresses on my internal servers and created a stub zone as follows: zone "." { type static-stub; server-addresses { 127.0.0.2; }; }; Thought the querying ap