0003防火墙管理
Posted linux777
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了0003防火墙管理相关的知识,希望对你有一定的参考价值。
1、防火墙服务管理
关闭防火墙systemctl stop firewalld.service;查看防火墙状态service firewalld status;禁止启动chkconfig firewalld off;
2、开发端口(方式一,centos7)
3、开发端口cnetos6firewall-cmd --zone=public --add-port=3690/tcp --permanentfirewall-cmd --reload
iptables -I INPUT -p tcp --dport 80 -j ACCEPT/etc/rc.d/init.d/iptables saveservice iptables restart
以上是关于0003防火墙管理的主要内容,如果未能解决你的问题,请参考以下文章