linux关闭防火墙
linux启动服务,外网访问不到对应端口时,十有八九是因为防火墙没有关,关闭方法:
1.暂时关闭防火墙
service iptables stop
2.永久关闭
chkconfig iptables off
查看自启动状态列表
on chkconfig iptables --list
linux启动服务,外网访问不到对应端口时,十有八九是因为防火墙没有关,关闭方法:
1.暂时关闭防火墙
service iptables stop
2.永久关闭
chkconfig iptables off
查看自启动状态列表
on chkconfig iptables --list
