标签:iptables
今天发现有一台服务器没有配置防火墙,使用service iptables start/stop没啥反应.然后,/etc/sysconfig/iptables这个文件缺失.
防火墙配置例子:
解决:
随便配置一条规则:iptables -P OUTPUT ACCEPT
service iptables save
本文出自 “小V运维之路” 博客,请务必保留此出处http://victor2016.blog.51cto.com/6768693/1912450
标签:iptables
原文地址:http://victor2016.blog.51cto.com/6768693/1912450