开启TCP-SYNcookie保护,可缓解网络洪水攻击,增强服务器运行的稳定性。vim /etc/sysctl.conf #添加: net.ipv4.tcp_syncookies=1 保存修改后执行以下生效配置sysctl -p