Linux open port, linux Port

Source: Internet
Author: User

Linux open port, linux Port

First find the iptables File

Generally under/etc/sysconfig

Then vi iptables


Just like adding A line-a input... to open the port

Save and enter

Service iptables restart

Restart the service


How does one enable or disable ports in LINUX?

Nc-lp 22 &
(Root permission is required. If you do not log on as root, you can use su root or sudo to escalate the permission)

You can run the modify command to check whether the command is enabled.
Netstat-an | grep 22

How does one enable port 22 in LINUX?

Port 22 is an ssh service. You only need to start the ssh service. You can run the command "/etc/init. d/sshd start ". Then use netstat-antulp | grep ssh to check whether relevant information can be seen.

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.