Comment 9 for bug 1851533

Revision history for this message
Bin Qian (bqian20) wrote :

The commit https://opendev.org/starlingx/config-files/commit/fbc09b8db8a14fbf24976a0f7d8924af7a330f85 removed the settings of :
# Limit local port range
net.ipv4.ip_local_port_range = 49216 61000
net.ipv4.tcp_tw_reuse = 1
causes the local port range set to default 32768 to 60999, in which case target port 44134 is randomly assigned to a client port.
The commit in question should be reviewed.