[CentOS] disable SELinux

Tue Mar 11 18:30:30 UTC 2008
Ray Van Dolson <rvandolson at esri.com>

On Tue, Mar 11, 2008 at 11:25:33AM -0700, Hiep Nguyen wrote:
> hi all, i asked this topic couple days ago, but i have problem again.
>
> for some reasons, iptables was turned on again.  is there any way to 
> disable iptables completely?
>
> this is what i did last time:
> #service iptables stop

As root:

  # chkconfig iptables off
  # service iptables stop

Ray