How to disable seLinux and iptables firewalls in CentOS6.5

Source: Internet
Author: User
CentOS5 close SELinux and use vim to open/etc/selinux/config. add a # sign in front of SELINUXenforcing and comment out it # SELINUXenforcing. then add a new line of SELINUXdisabled to save, exit, and restart the system. Run the "setup" command to start the text mode configuration utility. on the "Select

CentOS 5 completely disable SELinux

Use vim to open/etc/selinux/config

Add a # sign before SELINUX = enforcing to comment it out.
# SELINUX = enforcing

Add a new row.
SELINUX = disabled

Save, exit, and restart the system.

Disable Centos firewall

Run the "setup" command to start the text mode configuration utility, select "firewall configuration" in "select a tool", and then select the "running tool" button. the firewall configuration interface appears, set "security level" to "disable", and then select "OK.

Or run the following command:
 

#/Sbin/Iptables-I INPUT-p tcp? Dport 80-j ACCEPT
#/Sbin/iptables-I INPUT-p tcp? Dport 22-j ACCEPT
#/Etc/rc. d/init. d/iptables save

After the computer is restarted, ports 80 and 22 are enabled by default.

You may not restart the computer either here:
#/Etc/init. d/iptables restart

Close the firewall and close its services:

View firewall information:
#/Etc/init. d/iptables status

Disable the firewall service:
#/Etc/init. d/iptables stop

Permanently Close? I don't know how to use the permanent method:
# Chkconfig? Level 35 iptables off

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.