search for: allow_clients

Displaying 2 results from an estimated 2 matches for "allow_clients".

2019 Jul 05
0
DNC and DNS
...vers: 8.8.8.8 & 8.8.4.4 # Google Install Bind9 sudo apt-get update sudo apt-get install bind9 bind9utils Configure Bind9 as a Caching/forwarding DNS Server To only use IPv4, you need to modify /etc/default/bind9 OPTIONS="-u bind -4" Modify /etc/bind/named.conf.options acl allow_clients { 192.168.0.0/24; localhost; localnets; }; options { directory "/var/cache/bind"; recursion yes; allow-query { allow_clients; }; forwarders { 8.8.8.8; 8.8.4.4; }; for...
2019 Jul 05
2
DNC and DNS
On 07/05/2019 01:55 PM, Rowland penny via samba wrote: > I currently run tinydns and dnscache on my proxy machine.? I was > hoping to keep that going.? I have a Windows Server2004 doing DC work > right now.? Need to update that. >> >> -- >> Bob Wooldridge >> > You can run a caching nameserver that forwards your AD dns zones to > your AD DC, but you can