2 Star 1 Fork 0

zhrun8899 / learning-notes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
firewalld-centos7.txt 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhrun8899 提交于 2019-08-15 14:35 . 20190815 commit
# firewalld
cdntos7
service firewalld restart 重新启动
service firewalld start 启动
service firewalld stop 关闭
systemctl status firewall 状态
firewall-cmd --zone=public --permanent --add-port=8500/tcp
firewall-cmd --list-all
firewall-cmd --permanent --add-port=8070/tcp
firewall-cmd --permanent --add-port=8080/tcp
firewall-cmd --permanent --add-port=8090/tcp
systemctl-cmd start firewalld
/etc/firewalld/
# iptables:
vi /etc/sysconfig/iptables
service iptables restart
1
https://gitee.com/zhrun8899/learning-notes.git
git@gitee.com:zhrun8899/learning-notes.git
zhrun8899
learning-notes
learning-notes
master

搜索帮助