首页 > 其他 > 详细

CentOS 7.0 防火墙

时间:2015-04-23 12:26:30      阅读:213      评论:0      收藏:0      [点我收藏+]
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。
firewall:
systemctl start firewalld.service#启动firewall
systemctl stop firewalld.service#停止firewall
systemctl disable firewalld.service#禁止firewall开机启动
改成iptables
firewall:
systemctl start iptables.service

CentOS 7.0 防火墙

原文:http://www.cnblogs.com/weixiaole/p/4449733.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!