Linux configuration Tomcat8080 Port remote Unreachable workaround

Source: Internet
Author: User

is because the Linux firewall is not open 8080 ports

Workaround:

/sbin/iptables-i input-p TCP--dport 8080-j accept #开启8080端口/sbin/iptables-i input-p TCP--dport 22-j accept #开启22端 Port/etc/rc.d/init.d/iptables Save #保存配置/etc/rc.d/init.d/iptables Restart #重启服务 View the Open ports/etc/init.d/iptables status results are as follows T Able:filter Chain INPUT (policy ACCEPT) num Target prot opt source destination 2 ACCEPT TCP--0.0.0.0/0 0.0.0.0/0 TCP DP T:22 3 ACCEPT TCP--0.0.0.0/0 0.0.0.0/0 TCP dpt:8080 then you can access the

Linux configuration Tomcat8080 Port remote Unreachable workaround

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.