一、hfish安装
xshell上传hfish-3.3.1-linux-amd64.tgz
创建解压目录
[root@localhost ~]# mkdir hfish
解压
[root@localhost ~]# tar zxvfhfish-3.3.1-linux-amd64.tgz-C hfish
防火墙开启4433、4434和7879,确认返回success。
[root@localhost ~]# iptables -I INPUT -p tcp --dport 4433 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 4434 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 7879 -j ACCEPT
查看是否开启成功
[root@localhost ~]# iptables -L -n
版权归原作者 Cwillchris 所有, 如有侵权,请联系我们删除。