-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
iperf3: error - unable to receive parameters from client: Address family not supported by protocol #1037
Comments
Two comments: iperf-3.0.6 is extremely old. You should really consider using a newer version of iperf3 (3.8 is current as of this writing). There have been a number of bug fixes in the interim, some of which are probably relevant to your use case. Second, see if giving the Can you try again with a current build of iperf3 and see if that fixes your problem? |
Thanks bmah888 , i have already tried the -4 option as seen below:
Please for redhat 6.10 OS which other version of iperf3 is supported ? |
You should be able to build iperf3 from source on RHEL 6. I'm not sure if any third-party package repositories would have a package for RedHat 6. How is the iperf3 client being invoked and what kind of errors are you seeing there? |
This is the error am getting : iperf3: error - unable to receive parameters from client: |
Sorry...what I meant is that you have given me fairly complete information about how the iperf3 server side is run, but I was asking to see the same kind of information for the client side. Or are you saying that the server prints that error output even before a client tries to connect to it? I apologize for not understanding your situation. |
Ohh no need to be sorry for i see you making an effort to help. Thanks again for your help. Now the situation is like this: We got no client side for this at the moment. |
About as close as I can get to your environment/configuration is CentOS 6, and I haven't been able to reproduce the problem yet. Part of the difficulty is it looks like you have an IPv4-only environment and I'm trying to set that up...it seems relevant given some of the errors you've seen. Anybody else seeing this? |
My environment is redhat 6.10 and not centos 6. No its not IPV4 only because i have also tried the -4 option but got an error still! There one thing i have witness is that i cannot install any higher version of iperf3 on redhat 6.10 other than the 3.0.6 we currently have. |
Hello bmah888 just to update you on this issue, i just discovered iperf3 runs fine on port 9001 but will only fail with the 24002 port as in the issue above, could you get any better reason why this happens? |
Wow that's really strange. Off-hand I can't think of a reason for the iperf3 server to work on 9001 but not 24002. We run it on non-default ports all the time in our network (although not necessarily 24002 specifically). Perhaps if you want to dig in to a it a bit more, you could use In any case I'm glad you got it to work! |
I'm going to close this on the basis that it's working, and I can't find any obvious flaw here. Granted I'm working with much newer code...if you want to try a more recent iperf3 on CentOS 6 you might need to compile it from source. Please feel free to reopen this if necessary. |
This issue is occurring in a redhat 6.10 OS with hardware from HPE servers.
iperf3 version: 3.0.6-1
We are unable to use iperf3 on this server with the error below:
EDIT: Reformatted program output text for legibility. --bmah
The text was updated successfully, but these errors were encountered: