Closed rhclopes closed 1 year ago
I pulled that run remotely (pscheduler result --diags https://ps2.netherlight.net/pscheduler/tasks/81070191-c702-4cff-b55a-5354943baba5/runs/7bcadbb4-5f9f-4117-82b2-c01374080998
) and found this in the diagnostics:
Diagnostics from ps2.netherlight.net:
numactl -N 0 /usr/bin/iperf3 -p 5201 -6 -B ps2.netherlight.net -c dice-io-37-00.acrc.bris.ac.uk -t 10 ...etc...
...
"connected": [{
"socket": 5,
"local_host": "2001:610:f03:4080::82",
"local_port": 39922,
"remote_host": "2001:630:e4:2810:137:222:79:1",
"remote_port": 5201
}],
"version": "iperf 3.12",
There is IPv6 on that system and there's some way for ps2.netherlight.net
to be resolved into 2001:610:f03:4080::82
. I asked that system to run the dns
test against A
and AAAA
records for that host, and DNS agrees that there is no IPv6 address for ps2.netherlight.net
. You might want to check that the hosts
file on that system isn't providing that mapping.
Also:
# host 2001:610:f03:4080::82
2.8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.0.4.3.0.f.0.0.1.6.0.1.0.0.2.ip6.arpa domain name pointer perfsonar2.amsterdam1.netherlight.net.
The plugin uses code that normalizes a pair of addresses to IPv4 or IPv6 if one is explicitly specified or whichever pair works. If there wasn't a resolvable IPv6 address for the source end, this test would never have run.
Please close this ticket if that solves your problem.
Thanks for looking into this. Sorry for the noise, but it was quite helpful for me.
Hi,
I am running a test from ps2.netherlight.net (ipv4 only host) to dice-io-37-00.acrc.bris.ac.uk (dual stack host).
I am using the flag
--ip-version=6
. I would expect the test to fail. It succeeds and produces a result.That IPv6 only test is extremely important in the campaign for the adoption of IPv6 in the WLCG.
Regards, Raul