解决方法:
先查看防火墙状态
root@localhost #service iptables status
若显示Firewall is stopped
.表明防火墙已经关掉
若没有 ,请敲入命令
#:service iptables stop
接着使用命令:
#sudo reboot
重启后即可生效。
推荐教程:Linux教程
解决方法:
先查看防火墙状态
root@localhost #service iptables status
若显示Firewall is stopped
.表明防火墙已经关掉
若没有 ,请敲入命令
#:service iptables stop
接着使用命令:
#sudo reboot
重启后即可生效。
推荐教程:Linux教程