Created
January 28, 2015 06:19
-
-
Save bliz937/8b335b1455459166dd3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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