Linux下关闭和开启防火墙
摘要:
Linux下关闭和开启防火墙 Linux下关闭和开启防火墙 作者: Tansf 1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linux下的其它服务都可以用以上命令... 阅读全文
posted @ 2007-01-15 15:32 非洲黑驴 阅读(957) 评论(0) 推荐(0) 编辑