Firewall for Linux: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
<pre>
<pre>
system-config-securitylevel-tui
system-config-securitylevel-tui
</pre>
For CentOS 6 and above
<pre>
system-config-firewall-tui
</pre>
</pre>



Revision as of 23:15, 7 September 2011

To disable/enable the Linux firewall use the following command:

system-config-securitylevel-tui

For CentOS 6 and above

system-config-firewall-tui

If the package is not installed you can install it by using the following yum command.

yum install system-config-securitylevel-tui.i386

To disable selinux on CentOS 6 which is not displayed in the above mentioned TUI edit
/etc/selinux/config

SELINUX=disabled