<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DNS server doesn't work without listen-on-v6 { any; }; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362349#M82969</link>
    <description>hi Steven and Chris&lt;BR /&gt;&lt;BR /&gt;I didn't compile ipv6 into the kernel.&lt;BR /&gt;&lt;BR /&gt;how can I check if my operating system has integrated support for IPv6 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but if I try:&lt;BR /&gt;&lt;BR /&gt;listen-on port 53 { 127.0.0.1; };&lt;BR /&gt;listen-on port 53 { 192.168.1.10; };&lt;BR /&gt;&lt;BR /&gt;#listen-on-v6 { any; };&lt;BR /&gt;&lt;BR /&gt;then it works without any problems.&lt;BR /&gt;&lt;BR /&gt;greetings &lt;BR /&gt;chris</description>
    <pubDate>Wed, 25 Aug 2004 10:24:56 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-08-25T10:24:56Z</dc:date>
    <item>
      <title>DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362346#M82966</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have an internal DNS server BIND 9.2.2 running on linux SUSE 8.2&lt;BR /&gt;&lt;BR /&gt;If I disable (#) &lt;BR /&gt;# listen-on-v6 { any; };&lt;BR /&gt;then DNS after restart doesn't work.&lt;BR /&gt;&lt;BR /&gt;I don't need ipv6&lt;BR /&gt;&lt;BR /&gt;know someone what's wrong ?&lt;BR /&gt;&lt;BR /&gt;my config file:&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;&lt;BR /&gt; directory "/var/lib/named";&lt;BR /&gt;&lt;BR /&gt;        auth-nxdomain yes;&lt;BR /&gt;        multiple-cnames no;&lt;BR /&gt;        cleaning-interval 60;&lt;BR /&gt;        datasize default;&lt;BR /&gt;        stacksize default;&lt;BR /&gt;        coresize default;&lt;BR /&gt;        files unlimited;&lt;BR /&gt;        # recursion yes; &lt;BR /&gt;&lt;BR /&gt; forwarders { X.X.X.X; X.X.X.X; X.X.X.X; };&lt;BR /&gt;&lt;BR /&gt; forward first;&lt;BR /&gt;&lt;BR /&gt; # listen-on port 53 { 127.0.0.1; };&lt;BR /&gt; listen-on port 53 { 192.168.1.10; }; &lt;BR /&gt;&lt;BR /&gt; listen-on-v6 { any; };&lt;BR /&gt; &lt;BR /&gt; #query-source address * port 53;&lt;BR /&gt; #transfer-source * port 53;&lt;BR /&gt; #notify-source * port 53;&lt;BR /&gt;&lt;BR /&gt; #allow-query { 127.0.0.1; };&lt;BR /&gt;&lt;BR /&gt; notify no;&lt;BR /&gt;};&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Sat, 21 Aug 2004 04:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362346#M82966</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-21T04:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362347#M82967</link>
      <description>Just because you don't use ipV6 doesn't mean its not enabled in other parts of the operating system.&lt;BR /&gt;&lt;BR /&gt;You shouldn't be having this problem I agree, but sometimes turning stuff off just isn't the way to go.&lt;BR /&gt;&lt;BR /&gt;To save valuable time, I'd back out that change and notify Suse of the "bug". You may find there are reasons it was implemented that way.&lt;BR /&gt;&lt;BR /&gt;The good news is you've already posted the solution to this thread.&lt;BR /&gt;&lt;BR /&gt;There may be other ways to solve this problem but they don't show up on my searches.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 21 Aug 2004 21:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362347#M82967</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-21T21:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362348#M82968</link>
      <description>Have you got ipv6 compiled into the kernel? I found this note at the following site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lucas.eggs.pl/manual/bind0-9.2.2/" target="_blank"&gt;http://lucas.eggs.pl/manual/bind0-9.2.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If your operating system has integrated support for IPv6, it will be used automatically.  &lt;BR /&gt;&lt;BR /&gt;If you can determine whether IPv6 is enabled then you can recompile your kernel to remove support and you should be able to remove that directive from named.conf.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Aug 2004 09:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362348#M82968</guid>
      <dc:creator>Chris Saunderson</dc:creator>
      <dc:date>2004-08-24T09:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362349#M82969</link>
      <description>hi Steven and Chris&lt;BR /&gt;&lt;BR /&gt;I didn't compile ipv6 into the kernel.&lt;BR /&gt;&lt;BR /&gt;how can I check if my operating system has integrated support for IPv6 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but if I try:&lt;BR /&gt;&lt;BR /&gt;listen-on port 53 { 127.0.0.1; };&lt;BR /&gt;listen-on port 53 { 192.168.1.10; };&lt;BR /&gt;&lt;BR /&gt;#listen-on-v6 { any; };&lt;BR /&gt;&lt;BR /&gt;then it works without any problems.&lt;BR /&gt;&lt;BR /&gt;greetings &lt;BR /&gt;chris</description>
      <pubDate>Wed, 25 Aug 2004 10:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362349#M82969</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-25T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362350#M82970</link>
      <description>You could try running lsmod to see whether there is a module for IPV6 loaded.&lt;BR /&gt;&lt;BR /&gt;What does an ifconfig -a display?</description>
      <pubDate>Thu, 26 Aug 2004 07:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362350#M82970</guid>
      <dc:creator>Chris Saunderson</dc:creator>
      <dc:date>2004-08-26T07:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362351#M82971</link>
      <description># lsmod&lt;BR /&gt;&lt;BR /&gt;Module                  Size  Used by    Tainted: P&lt;BR /&gt;cisco_ipsec           378400   1&lt;BR /&gt;videodev                5600   0  (autoclean)&lt;BR /&gt;agpgart                35520   6  (autoclean)&lt;BR /&gt;isa-pnp                29704   0  (unused)&lt;BR /&gt;usbserial              18460   0  (autoclean) (unused)&lt;BR /&gt;parport_pc             25800   1  (autoclean)&lt;BR /&gt;lp                      6240   0  (autoclean)&lt;BR /&gt;parport                22440   1  (autoclean) [parport_pc lp]&lt;BR /&gt;ipv6                  134516  -1  (autoclean)&lt;BR /&gt;snd-intel8x0           19204   0&lt;BR /&gt;snd-pcm                62912   0  [snd-intel8x0]&lt;BR /&gt;snd-timer              11904   0  [snd-pcm]&lt;BR /&gt;snd-ac97-codec         31152   0  [snd-intel8x0]&lt;BR /&gt;snd-mpu401-uart         3360   0  [snd-intel8x0]&lt;BR /&gt;snd-rawmidi            13824   0  [snd-mpu401-uart]&lt;BR /&gt;snd-seq-device          4000   0  [snd-rawmidi]&lt;BR /&gt;snd                    35940   0  [snd-intel8x0 snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]&lt;BR /&gt;soundcore               3396   0  [snd]&lt;BR /&gt;mousedev                4148   0  (unused)&lt;BR /&gt;joydev                  5632   0  (unused)&lt;BR /&gt;evdev                   4032   0  (unused)&lt;BR /&gt;input                   3104   0  [mousedev joydev evdev]&lt;BR /&gt;usb-uhci               22096   0  (unused)&lt;BR /&gt;ehci-hcd               16012   0  (unused)&lt;BR /&gt;usbcore                57868   1  [usbserial usb-uhci ehci-hcd]&lt;BR /&gt;raw1394                14548   0  (unused)&lt;BR /&gt;ieee1394               32880   0  [raw1394]&lt;BR /&gt;e1000                  43812   1&lt;BR /&gt;lvm-mod                65412   0  (autoclean)&lt;BR /&gt;ext3                   77288   5&lt;BR /&gt;jbd                    45648   5  [ext3]&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ifconfig -a&lt;BR /&gt;&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:08:96:CD:AA:2F&lt;BR /&gt;          inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.252.0&lt;BR /&gt;          inet6 addr: fe90::309:85ee:fede:aa2c/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1356  Metric:1&lt;BR /&gt;          RX packets:932979 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:945034 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:100&lt;BR /&gt;          RX bytes:305619569 (291.4 Mb)  TX bytes:333701163 (318.2 Mb)&lt;BR /&gt;          Interrupt:10 Base address:0xecc0 Memory:ff8e0000-ff900000&lt;BR /&gt;&lt;BR /&gt;lo        Link encap:Local Loopback&lt;BR /&gt;          inet addr:127.0.0.1  Mask:255.0.0.0&lt;BR /&gt;          inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&lt;BR /&gt;          RX packets:336770 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:336770 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:19911486 (18.9 Mb)  TX bytes:19911486 (18.9 Mb)&lt;BR /&gt;&lt;BR /&gt;sit0      Link encap:IPv6-in-IPv4&lt;BR /&gt;          NOARP  MTU:1480  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Aug 2004 08:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362351#M82971</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-26T08:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362352#M82972</link>
      <description>You have sit0 which indicates you have ipv6.&lt;BR /&gt;You may want to set the listener for ipv6&lt;BR /&gt;to localhost (::1).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Aug 2004 09:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362352#M82972</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2004-08-26T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362353#M82973</link>
      <description>this code:&lt;BR /&gt;------------------------------------&lt;BR /&gt;#listen-on port 53 { 127.0.0.1; };&lt;BR /&gt;listen-on port 53 { 192.168.1.10; };&lt;BR /&gt;&lt;BR /&gt;#listen-on-v6 { any; };&lt;BR /&gt;------------------------------------&lt;BR /&gt;doesn't work !&lt;BR /&gt;&lt;BR /&gt;but this one:&lt;BR /&gt;------------------------------------&lt;BR /&gt;listen-on port 53 { 127.0.0.1; };&lt;BR /&gt;listen-on port 53 { 192.168.1.10; };&lt;BR /&gt;&lt;BR /&gt;#listen-on-v6 { any; };&lt;BR /&gt;------------------------------------&lt;BR /&gt;works well.&lt;BR /&gt;&lt;BR /&gt;knows someone why ?</description>
      <pubDate>Thu, 26 Aug 2004 11:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362353#M82973</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-26T11:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362354#M82974</link>
      <description>You have ipv6 as a module loaded, so you should be able to rmmod ipv6 and then retry your configuration and let us know whether it works or not.</description>
      <pubDate>Fri, 27 Aug 2004 09:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362354#M82974</guid>
      <dc:creator>Chris Saunderson</dc:creator>
      <dc:date>2004-08-27T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362355#M82975</link>
      <description>thanks, but&lt;BR /&gt;------------------------------------&lt;BR /&gt;listen-on port 53 { 127.0.0.1; };&lt;BR /&gt;listen-on port 53 { 192.168.1.10; };&lt;BR /&gt;&lt;BR /&gt;#listen-on-v6 { any; };&lt;BR /&gt;------------------------------------&lt;BR /&gt;&lt;BR /&gt;solved my problem.&lt;BR /&gt;&lt;BR /&gt;greeting&lt;BR /&gt;chris</description>
      <pubDate>Fri, 27 Aug 2004 14:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362355#M82975</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-27T14:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362356#M82976</link>
      <description>Glad to hear it. If you have time, I would like to know whether unloading ipv6.o and configuring named.conf as you originally wanted to would work.</description>
      <pubDate>Thu, 02 Sep 2004 11:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362356#M82976</guid>
      <dc:creator>Chris Saunderson</dc:creator>
      <dc:date>2004-09-02T11:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362357#M82977</link>
      <description>hi chris&lt;BR /&gt;&lt;BR /&gt;this is a produktive proxy/dns server for 300 clients &lt;BR /&gt;and I don't want to do any changes.&lt;BR /&gt;&lt;BR /&gt;I don't have time at the moment,&lt;BR /&gt;but if I have a time, I can setup a test server&lt;BR /&gt;and try.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Thu, 02 Sep 2004 14:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362357#M82977</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-09-02T14:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server doesn't work without listen-on-v6 { any; };</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362358#M82978</link>
      <description>&lt;BR /&gt;listen-on port 53 { 127.0.0.1; 192.168.1.10; };&lt;BR /&gt;# listen-on-v6 { any; };&lt;BR /&gt;&lt;BR /&gt;should be correct and it works well.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Fri, 15 Jun 2007 08:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-doesn-t-work-without-listen-on-v6-any/m-p/3362358#M82978</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-06-15T08:54:20Z</dc:date>
    </item>
  </channel>
</rss>

