Dear All,
I am running the version of BIND provided by RPM packages with RHEL 6.2.
This is a new server build replacing a previous server. That host was running
an earlier version of BIND and and earlier version of RHEL. The config files
have remained relatively the same, but the CPU utiliz
Dear Mike,
I am not being hit with a Denial of Service attack and the query logging
doesn't appear to be any different from other hosts in the DNS complex. There
are no errors in logs or messages files either. I have not installed a previous
version from source.
Yours,
Shon
From: Mike [mai
On 10/07/12 12:56, Shon Stephens wrote:
Dear Mike,
I am not being hit with a Denial of Service attack and the query
logging doesn't appear to be any different from other hosts in the DNS
complex. There are no errors in logs or messages files either. I have
not installed a previous version f
On Jul 10, 2012, at 2:37 AM, rams wrote:
> Hi ,
>
> Can I disable cache without disabling recursion?
For many of your questions is would be really helpful if you explained *why*
you wanting to do X / what you are trying to accomplish…
For example, forwarding may be what you want here, but wi
2012/7/10 Shon Stephens :
> Dear All,
>
> I am running the version of BIND provided by RPM packages with RHEL
> 6.2. This is a new server build replacing a previous server. That host was
> running an earlier version of BIND and and earlier version of RHEL. The
> config files have remained rela
On Tue, Jul 10, 2012 at 10:15:01PM +0800, Drunkard Zhang wrote:
> 2012/7/10 Shon Stephens :
> > Dear All,
> >
> > I am running the version of BIND provided by RPM packages with RHEL
> > 6.2. This is a new server build replacing a previous server. That host was
> > running an earlier version of
Is there a way to "check names" via the command line (like with a
named-checkzone type tool.)
I need to validate zone info BEFORE trying to load, log frag:
10-Jul-2012 11:36:02.199 general: zone growXeg.com/IN/external: loading
master file master/external/g/growXeg.com: bad name (check-names)
On Jul 10 2012, Gary Wallis wrote:
Is there a way to "check names" via the command line (like with a
named-checkzone type tool.)
I need to validate zone info BEFORE trying to load, log frag:
10-Jul-2012 11:36:02.199 general: zone growXeg.com/IN/external: loading
master file master/external/g
If I have domain-name-servers configured globally and a different set
configured on a subnet DHCP pool, which takes precedence for the client? My
understanding is the more specific, or the subnet DHCP pool, but could someone
please confirm? Thanks.
gary
__
Gary wrote on 07/10/2012 11:27:24 AM:
> If I have domain-name-servers configured globally and a different
> set configured on a subnet DHCP pool, which takes precedence for the
> client? My understanding is the more specific, or the subnet DHCP
> pool, but could someone please confirm? Thanks
On Jul 10 2012, I wrote:
On Jul 10 2012, Gary Wallis wrote:
Is there a way to "check names" via the command line (like with a
named-checkzone type tool.)
[...]
Check out the -k option of named-checkzone. It defaults to "warn" anyway,
but you may want to use "fail".
Well, I have to take tha
try ntp restart!!
July 1, because of leap time, named cpu high!!
2012. 7. 10. 23:32 Adam Tkac 작성:
> On Tue, Jul 10, 2012 at 10:15:01PM +0800, Drunkard Zhang wrote:
>> 2012/7/10 Shon Stephens :
>>> Dear All,
>>>
>>> I am running the version of BIND provided by RPM packages with RHEL
>>> 6.2
Dear All,
Yes, this was the solutions. Another engineer here fixed it this morning.
Read about the issue while on vacation, came back this morning and saw my
emails...
Thanks again,
Shon
-Original Message-
From: bind-users-bounces+sstephens=mentora@lists.isc.org
[mailto:bind-u
No, have that part. Was just wondering which domain-name-servers parm, global
or in DHCP address pool, has precedence. Thanks.
-Original Message-
From: wbr...@e1b.org [mailto:wbr...@e1b.org]
Sent: Tuesday, July 10, 2012 11:46 AM
To: Bennett, Gary L.
Cc: bind-users@lists.isc.org
Subject
On 7/10/2012 13:08, Chris Thompson wrote:
On Jul 10 2012, I wrote:
On Jul 10 2012, Gary Wallis wrote:
Is there a way to "check names" via the command line (like with a
named-checkzone type tool.)
[...]
Check out the -k option of named-checkzone. It defaults to "warn" anyway,
but you may wan
On 10/07/12 18:07, Bennett, Gary L. wrote:
> No, have that part. Was just wondering which domain-name-servers parm,
> global or in DHCP address pool, has precedence. Thanks.
The more specific specific over-rides the global one.
Niall O'Reilly
___
Does anyone know of a simple way to discover how many zone files bind
has successfully loaded after the daemon starts?
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind-users mailing list
bind-us
rndc status
Is this a trick question?
>
> From: Kirk Hoganson
>To: bind-users@lists.isc.org
>Sent: Tuesday, July 10, 2012 3:22 PM
>Subject: Loaded zone files query
>
>
>Does anyone know of a simple way to discover how many zone files bind has
>successfully l
Actually, that gives the number of zones its supposed to be serving. if
say a zone hasn't been transfered yet, it'll still show in status, (and
will authoritivly answer nosuch* for it).
As best as I can tell
number of zones: X
x=number of zones listed in named.conf + any automatically added zon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 2012-07-10 at 13:22 -0600, Kirk Hoganson wrote:
> Does anyone know of a simple way to discover how many zone files bind
> has successfully loaded after the daemon starts?
cd /var/log
rm -f named.temp*
grep 'named' messages | \
csplit --pref
That assumes its Linux and is being logged to local /var/log/messages. For
other *nix the log location and name is apt to be different.
-Original Message-
From: bind-users-bounces+jlightner=water@lists.isc.org
[mailto:bind-users-bounces+jlightner=water@lists.isc.org] On Be
> >Well, I have to take that back. As far as I can see the -k option of
> >named-checkzone has no effect at all, despite the man page, at least
> >with BIND 9.8.3-P1.
> >
> Thank you. Maybe this will be fixed?
>
> It would be great to have named-checkzone be an authoritative tool as
> far as zone
Thanks.
There's the named.conf option of "zone-statistics yes;"
With that enabled, "rndc stats" will dump all kinds of neat per zone query
statistics
Not sure what that looks like with incomplete transferred zones mentioned below.
Perhaps OP can explore and tweak to taste.
>
On 7/10/2012 17:04, Evan Hunt wrote:
Well, I have to take that back. As far as I can see the -k option of
named-checkzone has no effect at all, despite the man page, at least
with BIND 9.8.3-P1.
Thank you. Maybe this will be fixed?
It would be great to have named-checkzone be an authoritative
For future reference this sort of question is more approptiate to
dhcp-us...@isc.org.
Mark
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
___
Please visit https://li
On Jul 10, 2012, at 2:25 AM, Ben wrote:
> Hi,
>
> We deploy BIND 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6 and trying to do load test
> while doing it we got so many erros logs in named.run.
I must admit to being a little confused…
It *looks* to me like you are forwarding all queries to 8.8.8.8? (If
Mea culpa. I belong to both lists and had meant to post to dhcp-users. Thanks.
From: Mark Andrews [ma...@isc.org]
Sent: Tuesday, July 10, 2012 8:43 PM
To: Bennett, Gary L.
Cc: bind-users@lists.isc.org
Subject: Re: Basic scope question
For future reference
Hi All,
I manage an ISP that runs BIND 9.6-ESV-R7-P1 (to be fair it was
running 9.6-ESV-R6 until an hour ago but I'm not that dumb to
post the location of an unpatched nameserver to the mailing list)
One of our customers reported that she was having problems with her
mailserver not sendi
-Original Message-
From: Ted Mittelstaedt
Date: Tuesday, July 10, 2012 6:24 PM
To: "bind-users@lists.isc.org"
Subject: What is the deal on missing "Authority Section" and
"additional section" from google's DNS servers?
> I can't seem to find an option to turn off additional data.
29 matches
Mail list logo