Linux网络设置技巧:如何取消redhat7.1安装时的默认防火墙规则
点击次数:23 次 发布日期:2008-11-29 16:12:58 作者:源代码网
|
源代码网推荐 源代码网推荐 ?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 源代码网推荐 ??这样就会取消防火墙规则,用户重新启动以后也不会有防火墙规则定义。 源代码网推荐 源代码网推荐 源代码网推荐 源代码网推荐 源代码网供稿. |
