[Dxspider-support] IPv6

Dirk Koopman G1TLH gb7tlh at dxcluster.org
Fri Mar 13 17:37:15 GMT 2009


Michael Chen wrote:
> Hi, all,
> 
> How is IPv6 support going on in DXspider? In a post in 2007, Dirk said
> that IPv6 is on the to-do list. Is this feature released now?
> 

It's available. You need to make sure that you load IO::Socket::INET6 
from CPAN or the appropriate package (eg: apt-get install 
libio-socket-inet6-perl for debian/ubuntu).

You need to change the line in Listeners.pm that says:-

     ['0.0.0.0', 7300]

to

     ['::', 7300],

It will then just work for both IPV6 as well as IPV4 addresses.

Dirk



More information about the Dxspider-support mailing list