Skip to content

Instantly share code, notes, and snippets.

@bliz937
Created January 28, 2015 06:19
Show Gist options
  • Save bliz937/8b335b1455459166dd3c to your computer and use it in GitHub Desktop.
Save bliz937/8b335b1455459166dd3c to your computer and use it in GitHub Desktop.
Getting denied dns requests.
Solution:
vim /usr/share/zentyal/stubs/dns/named.conf.local.mas
Add your network under localnets, ie line 14
acl "trusted" {
% foreach my $intnet (@intnets) {
<% $intnet %>;
% }
localhost;
localnets;
192.168.10.0/24;
};
Source: https://webcache.googleusercontent.com/search?q=cache:G-h5T857ZIUJ:https://forum.zentyal.org/index.php%3Ftopic%3D14465.0+&cd=1&hl=en&ct=clnk&gl=za
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment