iperf3: error - unable to send control message: Bad file descriptor

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iperf3: error - unable to send control message: Bad file descriptor

ソリューションへジャンプ
47,402件の閲覧回数
tanoue
Contributor III

Hi.

I would like to measure Wi-Fi throughput with i.MX8M Plus EVK.

I tried to measure it with iperf3 but the following message was shown.

iperf3: error - unable to send control message: Bad file descriptor

 

My measurement environment here.

[client]

i.MX8M Plus EVK

iperf 3.9 (cJSON 1.7.13)

IP:192.168.128.125

command:# iperf3 -c 192.168.128.143 -p 5201

 

[server]

PC:ubuntu 20.04

iperf 3.7 (cJSON 1.5.2)

IP 192.168.128.143

command:# iperf3 -s

 

On server, I done tcp and udp port openning.

What should I do on client?

Anything else?

 

Best Regards.

Tanoue.

0 件の賞賛
返信
1 解決策
47,380件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Please check your  firewall settings

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
47,381件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Please check your  firewall settings

0 件の賞賛
返信
47,352件の閲覧回数
tanoue
Contributor III

Hi, @Zhiming_Liu 

Sorry, I don't have any information about firewall setting.

Please let me know how to open firewall on i.MX8M Plus EVK?

If possible, also on Ubuntu.

 

Best Regards.

Tanoue.

0 件の賞賛
返信
47,231件の閲覧回数
tanoue
Contributor III

I could run iperf3 after setting firewall.

It's procedure is written the following.

$ iptables -A INPUT -p tcp -i eth0 --dport 5201 -j ACCEPT
$ iptables-save > /etc/iptables/iptables.rules

Thank you, @Zhiming_Liu 

 

Best Regards.

Tanoue

0 件の賞賛
返信