[Dxspider-support] IPv6 support?

Dirk Koopman G1TLH gb7tlh at dxcluster.org
Wed Apr 27 22:35:41 BST 2011


On 27/04/11 22:17, Howard Leadmon wrote:
>    I saw some chatter on here recently about a some people that had put up a
> dxspider and had it running under IPv6.
>
>   I ask as I have a server up and running that is dual-stack connected, in
> fact with some GigE's that are both US and EU connected, so some great
> network connectivity on both IPv4 and IPv6.   I have dxspider loaded and
> running on a server, and if I use IPv4 all is fine, but if I try and do
> anything with IPv6, it just doesn't work.
>
>
> DXSpider V1.55, build 0.89 (git: a8cf544) started
> Copyright (c) 1998-2011 Dirk Koopman G1TLH
> loading prefixes ...
> US Database loaded
> loading band data ...
> loading user file system ...
> starting listeners ...
> Internal port: localhost 27754 using IntMsg
> IO::Socket::INET6: bind: Can't assign requested address
> Could not create socket: Can't assign requested address
>   at /spider/perl/Msg.pm line 468
>          Msg::new_server('ExtMsg', '2001:550:102:1::11', 7300,
> 'CODE(0x8010938b8)') called at perl/cluster.pl line 426
> Could not create socket: Can't assign requested address
>

@listen = (
            ["::", 7300],
);

works for me and listens on both IPV4 & 6.

You appear to be trying to listen to a specific IPV6 address and (just 
guessing here) there might be a speeelng error.

Dirk



More information about the Dxspider-support mailing list