Should Kicksecure stick with the default that Linux defaults to?
cat /proc/sys/net/ipv4/ip_local_port_range
The default range is 32768 - 60999
I’m not sure why this reasoning and is the RFC-compliant recommended range outdated?
RFC-compliant ephemeral port range (RFC 6335)
The Dynamic Ports, also known as the Private or Ephemeral Ports, from 49152-65535
Would changing the range to something Kicksecure specific increase Fingerprinting?
Should it be increased to 65535? net.ipv4.ip_local_port_range = 32768 65535
Increased entropy equals better protection against port prediction?
More ports equals less chance of port collisions under high loads?
Does changing it increase attack surface?
What are your thoughts on this since Kicksecure is also a consideration for server use?