iptablesの有効・無効切り替え

停止させる

#/etc/rc.d/init.d/iptables stop
#chkconfig iptables off
#chkconfig –list iptables
iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off

起動させる

#/etc/rc.d/init.d/iptables start
#chkconfig iptables on
#chkconfig –list iptables
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off

GUI的に変更

コマンドと比べるとテキストモードでのインストールUIも若干GUI的。
# lokkit
で、
・セキュリティレベル
・SELinux
の有効・無効を設定が可能。

コメントを残してみる

コメント