Bug 494948
| Summary: | Bind Produces bulk of errors in logs -too many timeouts resolving 'xx.xx.xx.xx.sbl.spamhaus.org/TXT' (in 'sbl.spamhaus.org'?): reducing the advertised EDNS UDP packet size to 512 octets- | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | ali <aliahsan81> |
| Component: | bind | Assignee: | Adam Tkac <atkac> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | atkac, ovasik, pwouters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-04-10 10:08:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
ali
2009-04-08 19:29:58 UTC
Here is my named.conf
options {
listen-on { 127.0.0.1; xx.xx.xx.xx; };
allow-query { servers; };
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";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
include "server";
view "internal" {
match-clients { servers; };
match-destinations { servers; };
recursion yes;
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc1912.zones";
};
include "/etc/rndc.key";
This is standard behavior. The best solution how to solve this issue is written on https://bugzilla.redhat.com/show_bug.cgi?id=275091#c44. *** This bug has been marked as a duplicate of bug 275091 *** |