Dragon
主机之家测评主机之家测评  2019-08-26 04:33 主机之家测评 隐藏边栏 |   抢沙发  3 
文章评分 0 次,平均分 0.0

CentOS 下 iptables 防火墙的基本操作命令:

查询防火墙状态:

  [root@localhost ~]# service iptables status

停止防火墙

  [root@localhost ~]# service iptables stop

启动防火墙

  [root@localhost ~]# service iptables start

重启防火墙

  [root@localhost ~]# service iptables restart

关闭防火墙

  [root@localhost ~]# chkconfig iptables off

启用防火墙

  [root@localhost ~]# chkconfig iptables on

示例:配置 iptables,打开 80 端口。

  [root@localhost ~]# iptables -I INPUT -p tcp --dport 80 -j ACCEPT  [root@localhost ~]# service iptables save

本文为原创文章,版权归所有,欢迎分享本文,转载请保留出处!

发表评论

扫一扫二维码分享