<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">The way that I recommend is to load
      IO::Socket::INET6. If you then use <br>
      <pre wrap=""> ["::", 7300],</pre>
      It should work on IPV4 and IPV6.<br>
      <br>
      To quote from the manual:<br>
      <br>
      <b><tt>DESCRIPTION</tt></b><tt><br>
      </tt><tt>       "IO::Socket::INET6" provides an object interface
        to creating and using sockets in either AF_INET or AF_INET6
        domains. It is built upon the IO::Socket interface and inherits
        all the</tt><tt><br>
      </tt><tt>       methods defined by IO::Socket.</tt><br>
      <br>
      This should work on "all" operating systems. YMMV and if so,
      please post your results with more information about your
      operating system and version of perl.<br>
      <br>
      Dirk G1TLH<br>
      <br>
      On 16/12/15 04:15, Howard Leadmon wrote:<br>
    </div>
    <blockquote cite="mid:010201d137b8$64335190$2c99f4b0$@leadmon.net"
      type="cite">
      <pre wrap="">  Hello Brent, 

 I have been using dxspider on a dual stack machine for a few years now, it works well.   Here is a copy of my listeners.pm, hopefully it will help you:

package main;

use vars qw(@listen);

@listen = (
# remove the '#' character from the next line to enable the listener!
           ["::", 7300],
           ["0.0.0.0", 7300],
);
 
1;



 Good luck, and if you get it going well, let me know as I would love to have more IPv6 node partners, so would be happy to link with your node..


73's de WB3FFV

---
Howard Leadmon 

</pre>
      <blockquote type="cite">
        <pre wrap="">-----Original Message-----
From: Dxspider-support [<a class="moz-txt-link-freetext" href="mailto:dxspider-support-bounces@dxcluster.org">mailto:dxspider-support-bounces@dxcluster.org</a>]
On Behalf Of Brent Crier
Sent: Tuesday, December 15, 2015 11:05 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:dxspider-support@dxcluster.org">dxspider-support@dxcluster.org</a>
Subject: [Dxspider-support] Dual Stack Help

I’m in the process of bringing up my node N9BC-2. I’m running Centos 7 and
dxspider 1.55 I’m able to either listen on v4 or v6 but not both at the same
time. I’ve tried a few different variations but no go. Any help is much
appreciated.

Here is my current Listeners.pm which is only listening on v6.

package main;
use vars qw(@listen);
@listen = (
                   ["::", 7300],
);
1;


Thanks,
-Brent N9BC
</pre>
      </blockquote>
      <pre wrap="">

_______________________________________________
Dxspider-support mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dxspider-support@dxcluster.org">Dxspider-support@dxcluster.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>