Linux firewall to open the relevant port and view the open port

Source: Internet
Author: User

The recent use of Apache to implement an HTTP service, published to Linux under the discovery of inaccessible, through Telnet to detect the connection, found that the port is not open.

This is because Linux does not open on the 80 port access caused by. The following command enables you to open a network port that allows for external access:

/sbin/iptables-i input-p TCP--dport 80-j ACCEPT #开启80端口/etc/rc.d/init.d/iptables Save #保存配置/etc/rc.d/init.d/iptables Restart #重启服务 to see if the port is open/etc/init.d/iptables status

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.