0003防火墙管理

Posted linux777

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了0003防火墙管理相关的知识,希望对你有一定的参考价值。

1、防火墙服务管理
 关闭防火墙
 systemctl stop firewalld.service;
 查看防火墙状态
 service firewalld status;
 禁止启动
 chkconfig firewalld off;
2、开发端口(方式一,centos7)
 firewall-cmd --zone=public --add-port=3690/tcp --permanent
 firewall-cmd --reload

3、开发端口cnetos6
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
/etc/rc.d/init.d/iptables save
service iptables restart




以上是关于0003防火墙管理的主要内容,如果未能解决你的问题,请参考以下文章

请问NVIDIA报错0x0003是怎么回事呀?查了很多方法也没用。。

Firewall Analyzer防火墙管理

华为防火墙的管理方式介绍及配置

华为防火墙实现远程管理的方式及配置详解

linux的防火墙管理

华为防火墙管理方式