| Anonymous | Login | Signup for a new account | 2013-06-19 09:32 UTC | ![]() |
| Main | My View | View Issues | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0002534 | CentOS-4 | bind | public | 2007-12-12 03:02 | 2007-12-12 03:02 | ||||||
| Reporter | mack | ||||||||||
| Priority | normal | Severity | crash | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 4.5 - i386 | ||||||||||
| Target Version | Fixed in Version | ||||||||||
| Summary | 0002534: Bind with IPv6 not working | ||||||||||
| Description | Configuration resulting in the error is included below. A similar error was reported with Fedora and BIND 9.2.5. This may require an upgrade to 9.3 or 9.4 to fix. http://fixunix.com/dns/53120-re-bind-9-2-5-ipv6-fails-client-c-1325-unexpected-error-failed-get-request-s-destination-failure.html [^] | ||||||||||
| Additional Information | Dec 11 20:01:01 ntp3 named[2776]: starting BIND 9.2.4 -c /etc/named3.conf Dec 11 20:01:01 ntp3 named[2776]: using 1 CPU Dec 11 20:01:01 ntp3 named[2776]: loading configuration from '/etc/named3.conf' Dec 11 20:01:01 ntp3 named[2776]: listening on IPv6 interfaces, port 53 Dec 11 20:01:01 ntp3 named[2776]: binding TCP socket: address in use Dec 11 20:01:01 ntp3 named[2776]: command channel listening on 127.0.0.1#958 Dec 11 20:01:01 ntp3 named[2776]: running Dec 11 20:01:03 ntp3 named[2776]: client.c:1342: unexpected error: Dec 11 20:01:03 ntp3 named[2776]: failed to get request's destination: failure ----- configuration file -------- acl "internal" { 2610:138::/32; }; options { directory "/var/named3"; dump-file "/var/named3/data/cache_dump.db"; statistics-file "/var/named3/data/named_stats.txt"; pid-file "/var/run/named3/pid"; auth-nxdomain no; # conform to RFC1035 allow-query { internal; }; # allow internal to issue queries allow-recursion { internal; }; recursion yes; version "0"; # disable versioning listen-on { none; }; listen-on-v6 { any; }; }; logging { category lame-servers { null; }; }; controls { inet 127.0.0.1 port 958 allow { 127.0.0.1; }; }; include "/etc/rndc.key"; zone "." in{ type hint; file "named.ca"; }; | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-12-12 03:02 | mack | New Issue | |
| Copyright © 2000 - 2011 MantisBT Group |