Centos服务器端口无法访问

时间:2023-03-08 23:18:41
Centos服务器端口无法访问

使用GPRS A6 模块进行TCP连接的时候,一度认为A6模块坏掉了

最终只是服务器端口都被防火墙堵住了

使用之前一直用的  service iptables stop  找不到iptables

原来Centos 7已经更名为firewall了,对应的进程名字为firwalld

接下来就停止firewalld服务即可

systemctl  stop firewalld