iperf3 -c 192.168.1.10 -p 5202

Category: Local Network & Public Hosting

iperf3 -c 192.168.1.10 -p 5202

Point the client at a non-default server port

This connects the iperf3 client to a server listening on port 5202 rather than the default 5201, matching the iperf3 -s -p 5202 server form. Custom ports dodge firewalls that only allow the standard one or let several tests run side by side. The port must match exactly on both ends.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.