Authentication not working on iperf3 3.9 (cJSON 1.7.13) #1407
-
I have installed the iperf3 package on Debian 11 from Debian's repository and configured it to run as a server with the following command
I get
I have double-checked the RSA keys and re-created credentials.csv. In an attempt to debug this issue, I also ran the iperf3 server with the
I have also tried installing different versions of the iperf3 package from https://iperf.fr/iperf-download.php#ubuntu, but I keep running into this error. I also tried running the client command from different devices but got no luck. Note: If I execute the client command from the same machine (i.e. the machine on which iperf3 is running in the server mode) using the public IP address, then I don't run into this authentication issue and iperf3 test runs as expected.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Not sure what you mean by If the point is that the tests works o.k. when both run on the same machine, then it may be that difference between the timers on the server and client machines is greater then 10 seconds (I am not sure if Timezone is taken into account). If this is the problem, then setting |
Beta Was this translation helpful? Give feedback.
Not sure what you mean by
using the public IP address
, as usually when running the client and server of the same machine,-c localhost
can be used.If the point is that the tests works o.k. when both run on the same machine, then it may be that difference between the timers on the server and client machines is greater then 10 seconds (I am not sure if Timezone is taken into account). If this is the problem, then setting
--time-skew-threshold
to a value gr…