需要检查生死不是发防火墙开启了,如果开启了需要关闭 关闭就可以上网了
一、.对于centos7自带的防火墙的相关指令
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
systemctl status firewalld.service #查看firewall的状态
- ss- libev
linux每次重启以后防火墙开启导致ssclient不能上网
博客指出若防火墙开启需关闭才能上网,并给出CentOS 7自带防火墙的相关指令,如使用systemctl stop firewalld.service停止防火墙,systemctl disable firewalld.service禁止其开机启动,systemctl status firewalld.service查看状态。

被折叠的 条评论
为什么被折叠?



