Displaying 20 results from an estimated 105 matches for "cache_dump".
2006 Feb 11
3
Caching DNS question
I have 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 w...
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-...
2014 Sep 08
1
Starting second DC makes named to freeze on primary DC
...update command = nsupdate
#nsupdate command = /usr/bin/nsupdate -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...
2018 Jun 01
2
DNS not resolving particular host from queries from particular subnet
...= 3
named.conf
include "/usr/local/samba/private/named.conf";
> 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...
2008 Aug 28
4
How to enable bind to listen querys from all my network
...o,
127.0.0.1#53"
I have bind-chroot installed with the following 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;...
2018 Jan 22
2
DNS issues after upgrade
...Hi Rowland / Denis,
>
> Thanks for your quick reply. Find below 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.##.###.9...
2009 Nov 03
3
Proper configuration for DNS slaves and masters
...ave
DNS03 - Local network slave
The master is configured so:
acl 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;...
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;...
2009 Mar 23
2
help needed with DNS server
...t 53 for the source of all queries, to allow
* 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:...
2018 Jun 01
0
DNS not resolving particular host from queries from particular subnet
...e "/usr/local/samba/private/named.conf";
> > 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 D...
2020 Feb 28
4
Samba Bind DLZ Slow queries
...low bind config,
# cat /etc/named.conf
# Global Configuration Options
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-...
2014 Aug 15
2
Bind config question, centos 5.10
...ay be the "any" in the named.conf lines below,
but I'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;...
2017 Dec 04
4
Samba 4.7.2 + bind on Fedora 27: samba_dlz: spnego update failed
...dns_lookup_realm = false
dns_lookup_kdc = true
### 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 ser...
2014 Sep 21
1
rndc permission denied
...only).
//
// See /usr/share/doc/bind*/sample/ for example named 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 y...
2020 Feb 19
5
Why are ForeignSecurityPrincipals and Managed Service Accounts empty with no entries?
...(8) DNS
// server as a caching only nameserver (as a localhost 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 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
...ot;no"
OPTIONS="-4"
[..........]
The /etc/named.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...
2020 Apr 12
2
BIND9/DNS lookups stopped working after upgrading our Comcast modem/gateway
...??? ??? 192.168.254.0/24;
??? ??? 192.168.252.0/24;
??? ??? 192.168.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;
??...
2013 Mar 10
8
BIND Setup Issue
...st DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
options {
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;
dnsse...
2018 Jun 01
2
DNS not resolving particular host from queries from particular subnet
...private/named.conf";
> > > 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 bu...