[Dxspider-support] Spider and IPV6

Mike McCarthy, W1NR lists at w1nr.net
Wed Oct 5 15:35:33 BST 2022


Do "netstat --inet6 -l -n"
you should see something like

Proto Recv-Q Send-Q Local Address           Foreign Address  State
tcp6       0      0 :::8000                 :::*             LISTEN

If you don't, you're not listening...
Mike, W1NR

On 10/5/2022 10:12 AM, jarmo via Dxspider-support wrote:
> Wed, 05 Oct 2022 13:22:19 +0100
> Dirk Koopman via Dxspider-support <dxspider-support at tobit.co.uk>
> kirjoitti:
> 
>> It's not a DXSpider problem as such, but it may be a configuration
>> issue.
>>
>> Firstly does your machine actually have a working IPV6 address. Can
>> you 'ping6 www.google.com'? If you get replies then look at
>> /spider/local/Listeners.pm.
>>
>> It should have something like this in it:
>>
>> @listen = (
>>                      ["::", 7300],
>>                     );
>>
>> Specifically, the "::" must replace "0.0.0.0", because the latter
>> will force it to be IPV4 only. "::" means IPV4 and IPV6.
>>
>> 73 Dirk G1TLH
> 
> Yes, we have tried tis "::", but no succes, yet. What about ping6,
> 
> ping6 -c2 www.google.com
> PING www.google.com(fra24s07-in-x04.1e100.net (2a00:1450:4001:82a::2004)) 56 data bytes
> 64 bytes from fra24s07-in-x04.1e100.net (2a00:1450:4001:82a::2004): icmp_seq=1 ttl=114 time=35.9 ms
> 64 bytes from fra24s07-in-x04.1e100.net (2a00:1450:4001:82a::2004): icmp_seq=2 ttl=114 time=35.4 ms
> 
> --- www.google.com ping statistics ---
> 2 packets transmitted, 2 received, 0% packet loss, time 1001ms
> rtt min/avg/max/mdev = 35.383/35.641/35.899/0.258 ms
> 
> And I pinging from my side to oh1af.fi results
> ping6 -c2 oh1af.fi
> PING oh1af.fi(oh1af.fi (2a01:4f9:c012:5dc4::1)) 56 data-tavut
> 64 tavua oh1af.fi (2a01:4f9:c012:5dc4::1):sta: icmp_seq=1 aika elää=55 aika=13.6 ms
> 64 tavua oh1af.fi (2a01:4f9:c012:5dc4::1):sta: icmp_seq=2 aika elää=55 aika=13.5 ms
> 
> -- oh1af.fi ping-tilastot --
> 2 paketteja lähetetty, 2 otettu vastaan, 0% packet loss, time 1002ms
> rtt min/avg/max/mdev = 13.521/13.565/13.610/0.044 ms
> 
> Now we start looking why port 8000 is not IPV6, seems that there is
> some trouble.
> Now just looking, what's causing this... Thanks for replies...
> 
> jarmo, oh1mrr
> 
> _______________________________________________
> Dxspider-support mailing list
> Dxspider-support at tobit.co.uk
> https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support



More information about the Dxspider-support mailing list