On 15.05.23 20:58, Kereszt Vezeték wrote:
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 .
why? BIND server can resolve perfectly without fdorwarding anywhere.
I
On 5/15/23 1:58 PM, Kereszt Vezeték wrote:
Hi Everybody
Hi,
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
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;
3 matches
Mail list logo