Hi Everybody
Can someone help me with the following problem ?
I have a dns server in my private network with a local domain. The dns
server forward the public request to the google dns server . I wold like
separate hosts in the inside network.
One group allow only the local host resolve, not forwa
Zoltan,
There may be another way to make this work but this is what comes to my mine:
acl’s in a view.
https://kb.isc.org/docs/aa-00851
# named.conf
acl google-is-good { 192.168.7.0/24; localhost; };
acl google-is-evil { 192.168.8.0/24; };
view google-good {
match-clients { google-is-good;
Hi Darren,
Sorry for late response, see below scrubbed config;
We updated the bind to 9.18.14 but still experienced the same issue.
controls {
inet 127.0.0.1 port 953 allow {
127.0.0.1/32;
} keys {
"rndc-key";
};
};
logging {
channel "default_syslog" {
file "/var/local/syslog" versions
3 matches
Mail list logo