search for: named_stats

Displaying 20 results from an estimated 107 matches for "named_stats".

2006 Feb 11
3
Caching DNS question
...ave caching-nameserver-7.3-3 installed on a Centos 4.2 system. The named.conf file which comes with the install has the following options: options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; <comments snipped> }; However, when I look in /var/named/data there is nothing there and for that matter I can't find the dump-file or statistics-file anywhere on the hard drive. I didn't think there was any post install config for caching-nameserver-7.3-3. Is there s...
2018 Jul 30
8
Internal DNS migrate to Bind9_DLZ
Hello Rowland, See below as requested. /etc/named.conf # Global Configuration Options include "/var/lib/samba/bind-dns/named.conf"; options { dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; auth-nxdomain yes; directory "/var/named"; notify no; empty-zones-enable no; tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab"; # IP addresses and network ranges all...
2014 Sep 08
1
Starting second DC makes named to freeze on primary DC
...date -g -t 5 == named.conf == options { listen-on port 53 { 127.0.0.1; 10.1.11.2; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; allow-query { any; }; recursion yes; # just example forwarders { 8.8.8.8; }; dnssec-enable no; dnssec-validation no; dnssec-lookaside auto;...
2018 Jun 01
2
DNS not resolving particular host from queries from particular subnet
...t;; > options { > listen-on port 53 { 127.0.0.1; 192.168.26.2; }; > // listen-on-v6 port 53 { ::1; }; > directory "/var/named"; > dump-file "/var/named/data/cache_dump.db"; > statistics-file "/var/named/data/named_stats.txt"; > memstatistics-file "/var/named/data/named_mem_stats.txt"; > allow-query { any; }; > /* > - If you are building an AUTHORITATIVE DNS server, do NOT enable > recursion. > - If you are building a RECURSIVE (caching)...
2008 Aug 28
4
How to enable bind to listen querys from all my network
...g options in /etc/named.conf: options { listen-on port 53 { 127.0.0.1; 10.10.80.0; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; // Those options should be used carefully because they disable port // randomization // query-source port 53; // query-source-v6 port 53; allow-query { local...
2018 Jan 22
2
DNS issues after upgrade
...low smb.conf and named.conf for > your reference. > I would change the 'options' part of named.conf to this: options {         directory       "/var/named";         dump-file       "/var/named/data/cache_dump.db";         statistics-file "/var/named/data/named_stats.txt";         memstatistics-file "/var/named/data/named_mem_stats.txt";         allow-query     { any; };         forwarders {                 172.##.###.10; //***** internal DNS 1                 172.##.###.90; //****** internal DNS 2         }; allow-transfer { none...
2009 Nov 03
3
Proper configuration for DNS slaves and masters
...HLLnetworks { 209.47.176/24; 216.185.71/24; }; options { allow-query { any; }; allow-recursion { HLLnetworks; }; allow-transfer { HLLnetworks; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; query-source address 216.185.71.33; listen-on { 216.185.71.33; }; notify yes; }; The slaves are configured this way (appropriately modified for each ip address: acl HLLnetworks { 209.47.176/24; 216.185.71/24; }; options { allow-query { any; }; allow-recursion { HLLn...
2019 Jun 19
1
Can't access DNS from RSAT
Hello Rowland, Thanks for your reply. This is my named.conf options { listen-on port 53 { 127.0.0.1; 192.168.1.10; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; allow-query { any; }; dnssec-enable no; recursion yes; allow-recursion { any; }; allow-transfer { none; }; dnssec-validation no; bindkeys-file "/etc/na...
2009 Mar 23
2
help needed with DNS server
...firewalls to block all ports except 53: */ query-source port 53; // Put files that named is allowed to write in the data/ directory: directory "/var/named"; // the default dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; /* memstatistics-file "data/named_mem_stats.txt"; */ }; Yet, it only listes on 127.0.0.1 netstat -tulpn | grep :53 Stopping named: [ OK ] Starting named: [ OK ] tcp 0...
2018 Jul 02
2
client @0x7f6ed800bc20 172.16.5.86#62582: update 'campus.company.intra/IN' denied
...ey-gssapi-keytab "/var/lib/samba/private/dns.keytab"; auth-nxdomain no; # conform to RFC1035 listen-on port 53 { 127.0.0.1; xxx.xxx.xxx.xxx; }; #public IP #listen-on-v6 { none; }; zone-statistics yes; statistics-file "/var/log/named/stats/named_stats.log"; }; include "/etc/bind/rndc.key"; controls { inet 127.0.0.1 allow { localhost; } keys { rndc-key;}; }; acl "internal" { 172.16.0.0/16; 10.10.4.0/24; 10.10.5.0/26; xxx.xxx.xxx.xxx/26; 10.59.0.0/16; 10.41.0.0/22;...
2018 Jun 01
0
DNS not resolving particular host from queries from particular subnet
...gt; listen-on port 53 { 127.0.0.1; 192.168.26.2; }; > > // listen-on-v6 port 53 { ::1; }; > > directory "/var/named"; > > dump-file "/var/named/data/cache_dump.db"; > > statistics-file "/var/named/data/named_stats.txt"; > > memstatistics-file "/var/named/data/named_mem_stats.txt"; > > allow-query { any; }; > > /* > > - If you are building an AUTHORITATIVE DNS server, do NOT > > enable recursion. > > - If you are...
2020 Feb 28
4
Samba Bind DLZ Slow queries
...ptions statistics-channels { inet 127.0.0.1 port 8653 allow { 127.0.0.1; }; }; include "/var/lib/samba/bind-dns/named.conf"; options { version ""; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; auth-nxdomain yes; directory "/var/named"; notify no; empty-zones-enable no; tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab"; minimal-responses yes; dnssec-val...
2014 Aug 15
2
Bind config question, centos 5.10
...m not sure. My named.conf looks like this: options { listen-on port 53 { 127.0.0.1; any; }; # listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; // Those options should be used carefully because they disable port // randomization // query-source port 53; // query-source-v6 port 53; allow-query { localhost;...
2017 Dec 04
4
Samba 4.7.2 + bind on Fedora 27: samba_dlz: spnego update failed
...# Bind options { listen-on port 53 { 127.0.0.1; 192.168.41.1; }; //listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; allow-query { localhost; 192.168.41.0/24; }; /* - If you are building an AUTHORITATIVE DNS server, do NOT enable recursion. - If you are building a RECUR...
2014 Sep 21
1
rndc permission denied
...configuration files. // options { // listen-on port 53 { 127.0.0.1; }; listen-on port 53 { 192.168.0.107; }; // listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; allow-query { localhost; 192.168.0.0/24; }; /* - If you are building an AUTHORITATIVE DNS server, do NOT enable recursion. - If you are building a RECURSIVE (caching) DNS server, you need to en...
2020 Feb 19
5
Why are ForeignSecurityPrincipals and Managed Service Accounts empty with no entries?
...ost DNS resolver only). // // See /usr/share/doc/bind*/sample/ for example named configuration files. // options { listen-on port 53 { any; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; secroots-file "/var/named/data/named.secroots"; recursing-file "/var/named/data/named.recursing"; allow-query { localhost; }; /* - If you are building an AUTHORITATIVE DNS server, do NOT enable r...
2020 May 15
2
Samba and DNS backend question
I had configured Samba AD's with Bind9_DLZ in all DC. But for some reason (i couldn't determine) three (sambadc02,03,04) AD's responded very slowly . So change to Samba_Internal backend into the servers with problem and works fine. sambadc01 -> with FSMO roles - Bind9_DLZ sambadc02 -> Samba_Internal sambadc03 -> Samba_Internal sambadc04 -> Samba_Internal My question is:
2020 May 15
3
Samba and DNS backend question
...amed.conf [..........] acl "trusted" { 192.168.0.0/16; 10.0.0.0/8; localhost; }; options { listen-on port 53 { any; }; //listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; recursing-file "/var/named/data/named.recursing"; secroots-file "/var/named/data/named.secroots"; dnssec-enable no; dnssec-validation no; /* Path to ISC DLV key */ bindkeys-file "/etc/named....
2020 Apr 12
2
BIND9/DNS lookups stopped working after upgrading our Comcast modem/gateway
...8.251.0/24; ??? ??? 192.168.250.0/24; ???? }; ??? options { ??? ??? listen-on port 53 { localnets; }; ??? ??? listen-on-v6 { none; }; ??? ??? directory ??? "/var/named"; ??? ??? dump-file ??? "/var/named/data/cache_dump.db"; ??? ??? statistics-file "/var/named/data/named_stats.txt"; ??? ??? memstatistics-file "/var/named/data/named_mem_stats.txt"; ??? ??? allow-query???? { localhost; mynetworks; }; ??? ??? recursion yes; ??? ??? dnssec-enable yes; ??? ??? dnssec-validation auto; ??? ??? dnssec-lookaside auto; ??? ??? /* Path to ISC DLV key */ ???...
2013 Mar 10
8
BIND Setup Issue
...tions { listen-on port 53 { 127.0.0.1; 10.0.0.1; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; query-source address * port 53; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; allow-query { localhost; 10.0.0.1/24; 10.0.0.254/24; }; recursion yes; dnssec-enable yes; dnssec-validation yes; dnssec-lookaside auto; /* Path to ISC DLV key...