Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to modify TCP port range in Linux

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Linux how to modify the TCP port range, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.

The code is as follows

Echo '32768 61000 "/ proc/sys/net/ipv4/ip_local_port_range

Supplement: temporary port range adjustment

You can use the netstat command to show how many connections are in this state: [in a production environment, it is best to test first and then consider the appropriate range of a port]

The code is as follows

Shell "netstat-n | grep TIME_WAIT

Shell "cat / proc/sys/net/ipv4/ip_local_port_range

32768 61000

If you need to modify echo "start-number end-number", start-number and end-number are numbers in the range of 0-65536 port numbers, 0-1024 is best not to use, usually familiar with the port, if it is a special proxy server, many well-known ports are not used, of course you can consider!

Don't forget to add the echo command to the system startup script so that the machine takes effect every time it restarts

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report