CentOS View port usage and open port commands

Source: Internet
Author: User

1. CentOS View Port occupancy

For example, check the 80 port occupancy using the following command:

Lsof-i tcp:

2. List all ports

Netstat-ntlp

3. Open port (take port 80 as an example)

3.1 Method One:

Write modifications

 -j ACCEPT

Save changes

/etc/init.d/iptables Save

Restart firewall, modify to take effect

Service Iptables Restart

3.2 Method Two:

Open the configuration file by adding the following statement:

VI /etc/sysconfig/iptables

Add to

 -j ACCEPT

Restart firewall, modify to take effect

Service Iptables Restart

4. Close the port

4.1 Method One:

Write modifications

 -j DROP

Save changes

/etc/init.d/iptables Save

Restart firewall, modify to take effect

Service Iptables Restart

4.2 Method Two:

Open configuration file

VI /etc/sysconfig/iptables

Add to

 -j DROP

Reboot firewall, modify complete

Service Iptables Restart

5. View port Status

/etc/init.d/iptables status

CentOS View port usage and open port commands

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.