<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>OK, I have found something strange.</p>
<p>In my named.conf.local file I have:</p>
<p>acl bogusnets {<br>
0.0.0.0/8; 192.0.2.0/24; 224.0.0.0/3;<br>
10.0.0.0/8; 172.16.0.0/12; 192.168.0.0/16;<br>
};</p>
<p><br>
</p>
<p>and in my named.conf.options file I have:</p>
<p> blackhole { bogusnets; };</p>
<p><br>
</p>
<p>and in this case I cannot query from my local net.</p>
<p>If I comment the 'blackhole' line in named.conf.options
everything works.</p>
<p><br>
</p>
<p>I don't understand why I cannot query from my local net event if
it is not in the 'bogusnets' ACL.</p>
<p>Even if I add '!192.168.10.0/24;' in the 'blackhole' or in the
'bogusnets' ACL I cannot query from my local net.</p>
<p><br>
</p>
<p>If anyone has a clue, let me know</p>
<br>
</body>
</html>