[Swan-dev] [Swan-commit] Changes to ref refs/heads/master

Lennart Sorensen lsorense at csclub.uwaterloo.ca
Fri Jun 5 21:05:59 UTC 2020


On Fri, Jun 05, 2020 at 04:11:07PM -0400, Andrew Cagney wrote:
> That's getting pretty messed up, the recommended range is 49152 to 65535
> echo 49152 65535 | sudo dd of=/proc/sys/net/ipv4/ip_local_port_range

Why would someone use dd for that rather than sysctl -w?

ie:

sudo sysctl -w net.ipv4.ip_local_port_range="49152 65535"

-- 
Len Sorensen


More information about the Swan-dev mailing list