Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 Function #42

Open
takomon opened this issue Nov 7, 2018 · 1 comment
Open

IPv6 Function #42

takomon opened this issue Nov 7, 2018 · 1 comment

Comments

@takomon
Copy link

takomon commented Nov 7, 2018

Hi , we are using 'iperf3-python' , but we don't know how to change IP address mode from 'IPv4' to 'IPv6' .
If we can change and use ''IPv6 function'' , please tell me how to use the function.

@sanderjo
Copy link

sanderjo commented Aug 6, 2023

Workaround: use the IPv6 address instead of the FQDN

client.server_hostname = 'ams.speedtest.clouvider.net'

#ams.speedtest.clouvider.net has address 194.127.172.176
#ams.speedtest.clouvider.net has IPv6 address 2a0f:93c0:0:8::2

client.server_hostname = '2a0f:93c0:0:8::2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants