LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 09-28-2014, 09:39 AM   #1
psycroptic
Member
 
Registered: Aug 2011
Location: USA
Distribution: ArchLinux - 3.0 kernel
Posts: 349

Rep: Reputation: Disabled
BIND randomly stopped responding to IPv6 link-local requests


I have a BIND local DNS server that was configured to listen on all v6 interfaces. Clients on the (small) LAN would look up names via the server's link-local address. After a recent upgrade to 9.10.1, the server randomly stopped responding to queries on that interface. My LAN has a PD split from Comcast, and the server responds fine to requests on its global address; but this isn't what i want, since the global address can change from time to time.

No v6 firewall is on the local machine (the router for the LAN is obviously firewalling traffic from the WAN approriately). A packet trace on the server shows no packets when a client tries to do an "nslookup - fe80:xxxx:xxxx" to the server's link-local, even though the server's link-local is pingable on the LAN, and the NTP server listening there is working fine....

relevant /etc/named.conf:

Code:
options {
        directory "/var/named";
        pid-file "/var/run/named/named.pid";
        auth-nxdomain yes;
        datasize default;
        allow-recursion { any; };
        allow-transfer { localhost; };
        allow-update { localhost; };
        allow-query { any; };
        forwarders { 2001:558:FEED::1; 2001:558:FEED::2; };
        listen-on { 127.0.0.1; 172.16.16.2; };
        listen-on-v6 { any; };
        max-cache-ttl 1209600;
        edns-udp-size 4096 ;
        version none;
        hostname none;
        server-id none;
};
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Android randomly stopped connecting to IPv6 proftpd server ONLY over 4G???? psycroptic Linux - Server 5 09-15-2014 02:41 PM
[SOLVED] link local ipv6 question jzoudavy Linux - Newbie 2 07-25-2013 11:42 AM
Double Local Link (Scope:Link) IPv6 address on one interface BernardLinux Linux - Networking 0 09-08-2011 02:43 AM
IPv6 Link Local Multicast wirelessman Linux - Networking 0 11-19-2002 03:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 07:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration