centos 关闭防火墙+开启ssh服务
Posted prophet-xc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 关闭防火墙+开启ssh服务相关的知识,希望对你有一定的参考价值。
- 临时关闭防火墙命令:
/etc/init.d/iptables stop
- 查看防火墙状态:
/etc/init.d/iptables status
- 关闭防火墙;
chkconfig --level 2345 iptables off
或者
chkconfig iptables off
- 开启ssh服务命令:
以上是关于centos 关闭防火墙+开启ssh服务的主要内容,如果未能解决你的问题,请参考以下文章
centos 7 为啥用systemctl start firewalld开启防火墙依然能SSH远程登录? 难道TCP22端口没有被封上