Open the specified port in Linux, and specify the port in linux

Source: Internet
Author: User

Open the specified port in Linux, and specify the port in linux

After tomcat is installed in Linux, the input address http: // ip address on the client cannot be accessed, and port 80 cannot be accessed.

The Linux Firewall disables port 80 by default. Therefore, to access port 80, either disable the firewall or open port 80.

The steps for enabling port 80 are as follows:

 

1. Modify the/etc/sysconfig/iptables file and add the following line:

-A input-m state -- state NEW-m tcp-p tcp -- dport 80-j ACCEPT

Restart iptables
Service iptables restart

2. Firewall settings

 

1) takes effect after restart

Enable Firewall: chkconfig iptables on
Disable firewall: chkconfig iptables off

2) takes effect immediately and becomes invalid after restart
Enable strong fire prevention: service iptables start
Disable firewall: service iptables stop

 

Service iptables status view Firewall 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.