Linux designated Ports Open

Source: Internet
Author: User

After installing Tomcat on Linux, the client input address HTTP://IP address is inaccessible and port 80 cannot be accessed.

Because Linux firewall is turned off by default, Port 80. Therefore, to be able to access port 80, you can use two ways, one is to turn off the firewall, and the other is to let the firewall open 80 ports.

The steps to open port 80 are as follows:

1, modify the/etc/sysconfig/iptables file, add the following line:

-A input-m state--state new-m tcp-p TCP--dport 80-j ACCEPT

Restart Iptables
Service Iptables Restart

2. Two ways of firewall settings

1) effective after reboot

Turn on firewall: Chkconfig iptables on
Turn off firewall: Chkconfig iptables off

2) immediate effect, failure after reboot
Fire Resistance: Service iptables start
Shut down firewall: Service iptables stop

Service iptables Status View firewall state

Linux designated Ports Open

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.