bookmark

Netstat issues 'warning, got duplicate tcp line' - LinuxQuestions.org


Description

Edit the following file to fix this problem Add or modify text as follows: # vi /etc/sysctl.conf net.ipv4.tcp_tw_reuse = 0 net.ipv4.tcp_tw_recycle = 0 # sysctl -p The above command will help the new settings to take effect.

Preview

Tags

Users

  • @lystrata

Comments and Reviews