概述
官网
1.安装CentOS 7 64bit mini版
2. 更新系统&安装wget
yum -y update
yum -y install wget
3. 安装Iperf
yum -y install gcc make
cd /tmp
wget https://iperf.fr/download/source/iperf-3.1.3-source.tar.gz
tar zxvf iperf-3.1.3-source.tar.gz
cd iperf-3.1.3
./configure
make
make install
4. 设置自动启动
chmod +x /etc/rc.d/rc.local
vi /etc/rc.d/rc.local
添加
/usr/local/bin/iperf3 -s -D
5. 打开端口:5201
firewall-cmd --zone=public --add-port=5201/tcp --permanent
firewall-cmd --reload
6. 重启系统
reboot
最后
以上就是奋斗西牛为你收集整理的Centos 7 安装 iperf官网的全部内容,希望文章能够帮你解决Centos 7 安装 iperf官网所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复