Re: host restriction

2023-05-16 Thread Matus UHLAR - fantomas
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.

Re: host restriction

2023-05-16 Thread Grant Taylor via bind-users
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,

RE: host restriction

2023-05-15 Thread John W. Blue via bind-users
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;