LoginSignup
0
0

More than 5 years have passed since last update.

ローカルポート食いつぶし時

Posted at

/etc/sysctl.confの末尾に以下を追加。

net.ipv4.ip_local_port_range = 1024 65000
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_fin_timeout = 10

その後、

sysctl -p

で反映。

これでローカルポートを1024-65000使える設定に。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0