|
|
|
Linux网络设置技巧:如何取消redhat7.1安装时的默认防火墙规
作者:佚名 来源:Linux 宝库 点击: 日期:2006-11-23 |
|
-->
?Redhat7.1系统在安装时会让用户选择防火墙安全级别,用户选定以后就会定义一些防火墙规则,而用户随后在使用时往往出现不能访问莫个服务的情况。取消redhat7.1的默认防火墙规则的方法如下: ??/etc/rc.d/init.d/ipchains stop ??/etc/rc.d/init.d/iptables stop ??chkconfig --level 35 ipchains off ??chkconfig --level 35 iptables off ??这样就会取消防火墙规则,用户重新启动以后也不会有防火墙规则定义。
|
|
|
|
【文章评论】
【收藏本文】
【推荐好友】
【打印本文】
【论坛讨论】 |
相关文章: |
|
|
文章评论:(条) |
|
|
|
|
责任编辑:一分 声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。 |
|