您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
centos7的系统 防火墙是 firewall 捣鼓了两天 在这里总结一下。
如果小伙伴也准备在vultr上买vps 在注册是 可以使用这个优惠连接http://www.vultr.com/?ref=6972993-3B 会的到 20$ 的优惠 也就可以免费使用4个月
如果你的系统上没有安装使用命令安装
?
1 | #yum install firewalld //安装firewalld 防火墙 |
开启服务
?
1 | # systemctl start firewalld.service |
关闭防火墙
?
1 | # systemctl stop firewalld.service |
开机自动启动
?
1 | # systemctl enable firewalld.service |
关闭开机制动启动
?
1 | # systemctl disable firewalld.service |
查看状态
?
1 | #systemctl status firewalld |
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。