aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-13 23:33:35 +0000
committerMichael Scherer <misc@mageia.org>2011-02-13 23:33:35 +0000
commitd52a3f9add147886c017c93f9ca6ce8917206a12 (patch)
treead2063c2299f327fdbbfd9a0d0d4d114e33b6342
parentda4f3460abc502e453e9f4e70b16645e725c6723 (diff)
downloadpuppet-d52a3f9add147886c017c93f9ca6ce8917206a12.tar
puppet-d52a3f9add147886c017c93f9ca6ce8917206a12.tar.gz
puppet-d52a3f9add147886c017c93f9ca6ce8917206a12.tar.bz2
puppet-d52a3f9add147886c017c93f9ca6ce8917206a12.tar.xz
puppet-d52a3f9add147886c017c93f9ca6ce8917206a12.zip
- fix dns problem on friteuse ( as bind compete with dnsmasq for port 53 )
-rw-r--r--modules/bind/templates/named_base.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/bind/templates/named_base.conf b/modules/bind/templates/named_base.conf
index 3eb30478..c066f16a 100644
--- a/modules/bind/templates/named_base.conf
+++ b/modules/bind/templates/named_base.conf
@@ -18,6 +18,10 @@ logging {
acl "trusted_networks" {
127.0.0.1;
212.85.158.144/28;
+ # used for various virtual machines
+ 192.168.0.0/16;
+ 10.0.0.0/8;
+ 172.16.0.0/12;
};
// Enable statistics at http://127.0.0.1:5380/
statistics-channels {