Firewall for Linux: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
yum install system-config-securitylevel-tui.i386 | yum install system-config-securitylevel-tui.i386 | ||
</pre> | </pre> | ||
To disable selinux on CentOS 6 which is not displayed in the above mentioned TUI edit<br> | |||
'''/etc/selinux/config''' | |||
<pre> | |||
SELINUX=disabled | |||
</pre> | |||
[[Category : Linux]] | [[Category : Linux]] |
Revision as of 01:58, 6 September 2011
To disable/enable the Linux firewall use the following command:
system-config-securitylevel-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