On Wed, Oct 14, 2020 at 05:37:18PM +0800, Zhang Yale wrote:
On Wed, Oct 14, 2020 at 12:28:20PM +0800, Wu Fengguang wrote:
+[ -n "$sshr_port_base" ] || sshr_port_base=11333
11333 is not a good base for a large range of ports. Please don't use 113xx -- they are reserved for other services.
Thanks, Fengguang
Ok, I got it. I will modify it with 30000.
Let's use 50000 -- I just add this sysctl:
net.ipv4.ip_local_port_range = 1024 50000
according to
https://www.thegeekdiary.com/how-to-reserve-a-port-range-for-a-third-party-a...
Thanks, Fengguang