Open port 80 of CentOS firewall

Source: Internet
Author: User
In the CENTOS virtual machine installed APACHE is not available, depressed, the solution is as follows/sbin/iptables-IINPUT-ptcp -- dport80-jACCEPT/sbin/iptables-IINPUT-ptcp -- dport22-jACCEPT and then save: /etc/rc. d/init. d/iptables & n

APACHE cannot be installed on CENTOS of a virtual machine. the solution is as follows:

/Sbin/iptables-I INPUT-p tcp -- dport 80-j ACCEPT
/Sbin/iptables-I INPUT-p tcp -- dport 22-j ACCEPT

Then save:

/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.