search for: named_mem_stat

Displaying 20 results from an estimated 90 matches for "named_mem_stat".

Did you mean: named_mem_stats
2018 Jul 30
8
Internal DNS migrate to Bind9_DLZ
...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 allowed to query the DNS server: allow-query { any; }; #...
2014 Sep 08
1
Starting second DC makes named to freeze on primary DC
...7.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; bindkeys-file "/etc/named.iscdlv.key"; managed-ke...
2018 Jun 01
2
DNS not resolving particular host from queries from particular subnet
...}; > // 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) DNS server, you need > to enable > recursion. > -...
2008 Aug 28
4
How to enable bind to listen querys from all my network
....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 { localhost; }; }; logging { channel default_debug { file...
2018 Jan 22
2
DNS issues after upgrade
...e 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; };         dnssec-enable no;         dnssec-validation no;         list...
2019 Jun 19
1
Can't access DNS from RSAT
...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/named.iscdlv.key"; managed-keys-directory "/var/named/dynam...
2009 Mar 23
2
help needed with DNS server
...-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 0 127.0.0.1:53 0.0.0.0:* LISTEN 28979/...
2018 Jun 01
0
DNS not resolving particular host from queries from particular subnet
...en-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) DNS server, > > you need to enable > >...
2020 Feb 28
4
Samba Bind DLZ Slow queries
...llow { 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-validation no; dnssec-enable no; dnssec-lookaside no; listen-...
2014 Aug 15
2
Bind config question, centos 5.10
...ort 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; any; }; allow-query-cache { localhost; any; }; # allow-query...
2017 Dec 04
4
Samba 4.7.2 + bind on Fedora 27: samba_dlz: spnego update failed
...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 RECURSIVE (caching) DNS server, you need to enable recursion....
2014 Sep 21
1
rndc permission denied
...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 enable recursion. - If your recursive DNS server has a public...
2020 Feb 19
5
Why are ForeignSecurityPrincipals and Managed Service Accounts empty with no entries?
...or 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 recursion. - If you are building a RECURSIVE (caching) DNS server, y...
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
.../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.root.key"; managed-keys-directory "/var/named/dynamic&qu...
2020 Apr 12
2
BIND9/DNS lookups stopped working after upgrading our Comcast modem/gateway
...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 */ ??? ??? bindkeys-file "/etc/named.iscdlv.key"; ??? ??? managed-keys...
2018 Jun 01
2
DNS not resolving particular host from queries from particular subnet
...: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) DNS server, > > > yo...
2017 Oct 09
1
Samba AD DC dns issue
...is problem? My bind config is as follows: options { listen-on port 53 { any; }; 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; internal; }; recursion yes; /* dnssec-enable yes; dnssec-validation yes; dnssec-lookaside auto; */ /* Path to ISC DLV key */ bindkeys-file "/etc/named.iscdlv.key"; managed-keys-directory "/...
2019 Nov 28
2
security = ads parameter not working in samba 4.9.5
...reaking Samba by having them. Make /etc/named.conf look like 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"; ??? notify no; ??? empty-zones-enable no; ??? allow-query { any; }; ??? allow-query-cache { any; }; ??? forwarders { 8.8.8.8; 8.8.4.4; }; ??? allow-transfer { none; }; ??? dnssec-validation no; ??? dnssec-enable no; ??? dnssec-lookaside no; ??? listen-on port 53 { 172.27.28.1;...
2020 Feb 19
1
Why are ForeignSecurityPrincipals and Managed Service Accounts empty with no entries?
...or 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 recursion. - If you are building a RECURSIVE (caching) DNS server, y...