{"id":2684,"date":"2019-10-04T05:19:11","date_gmt":"2019-10-04T05:19:11","guid":{"rendered":"http:\/\/www.incredigeek.com\/home\/?p=2684"},"modified":"2019-10-04T05:19:11","modified_gmt":"2019-10-04T05:19:11","slug":"run-iperf-speed-test-on-linux","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/run-iperf-speed-test-on-linux\/","title":{"rendered":"Run iperf speed test on Linux"},"content":{"rendered":"\n<p>Install iperf<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo yum install iperf3<\/pre>\n\n\n\n<p>Launch server with<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">iperf3 -s <\/pre>\n\n\n\n<p>If you want you can have it bind on a certain interface which can be useful in some causes if you have multiple IP addresses on the system.  The IP address is the local address of the machine.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">iperf3 -s -B 192.168.1.1<\/pre>\n\n\n\n<p>Note you may need to disable the firewall to allow access from the client<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl stop firewalls<\/pre>\n\n\n\n<p>From the client computer install iperf and run it.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">iperf3 -c 192.168.1.1<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Install iperf sudo yum install iperf3 Launch server with iperf3 -s If you want you can have it bind on a certain interface which can be useful in some causes if you have multiple IP addresses on the system. The &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/run-iperf-speed-test-on-linux\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[741,742,743],"class_list":["post-2684","post","type-post","status-publish","format-standard","hentry","category-linux","tag-iperf","tag-iperf3","tag-speed-test"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=2684"}],"version-history":[{"count":1,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2684\/revisions"}],"predecessor-version":[{"id":2685,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2684\/revisions\/2685"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=2684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=2684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=2684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}