How Linux opens ports

Source: Internet
Author: User

Example:

The steps to open port 10000 are as follows:

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

-A rh-firewall-1-input-m state--state new-m tcp-p TCP--dport 10000-j ACCEPT

Restart Iptables

Service Iptables Restart
 
2, restart the firewall, there are two ways to restart the firewall a) restart after the effective
Open: Chkconfig iptables on
OFF: chkconfig iptables off B) immediate effect, fail after reboot
Open: Service iptables start

Close: Service iptables stop

3, or with Menu-system-administration-firewall

To add the port that the user needs.

By the To:

A. NETSTAT-TANP to display the port status.

/usr/sbin/lsof-i

B. telnet ipaddr port

To check if the IP and port is available before making connection.

How Linux opens ports

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.