Re: iperf: read failed: Connection refused


One of the causes could be the ip address on client's command line. You have to give the server's ip address otherwise you get "read failed: Connection refused"
 
$ iperf -u -c <server-ip> -i 1
 
Ashenafi
 
On 6/8/07, Victor lyamtsev <vlyamtsev --at-- gmail.com> wrote:
Hello,
I am trying to measure packet loss for UDP stream on Wi Fi (802.11b )network:
for server : iperf -s - u - i 1
for client: iperf -u -c <ip-address> -i 1
 
In each case, regardless of packet size, I see "read failed: Connection refused" message on server.
What causes it? Can I still trust the results of measurement?
Thanks,
-V.



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index