How to know the range for the allocation of dynamic ports on red hat Linux machine
From Linux we did
sysctl -a | egrep "net.inet.ip.portrange.first|net.inet.ip.portrange.last"
but those parameters are not in kernel configuration
is that parameters are equivalent to the setting in file - /proc/sys/net/ipv4/ip_local_port_range ?
more /proc/sys/net/ipv4/ip_local_port_range
1024 65535