{"id":163,"date":"2007-05-23T11:41:02","date_gmt":"2007-05-23T11:41:02","guid":{"rendered":""},"modified":"2007-05-23T11:41:02","modified_gmt":"2007-05-23T11:41:02","slug":"163","status":"publish","type":"post","link":"https:\/\/3v.org.cn\/?p=163","title":{"rendered":"Linux\u906d\u53d7SYN\u653b\u51fb\u8bbe\u7f6e"},"content":{"rendered":"<p>#\u7f29\u77edSYN- Timeout\u65f6\u95f4\uff1a<br \/>iptables -A FORWARD -p tcp &#8211;syn -m limit &#8211;limit 1\/s -j ACCEPT<br \/>iptables -A INPUT -i eth0 -m limit &#8211;limit 1\/sec &#8211;limit-burst 5 -j ACCEPT<\/p>\n<p>#\u6bcf\u79d2 \u6700\u591a3\u4e2a syn \u5c01\u5305 \u8fdb\u5165 \u8868\u8fbe\u4e3a \uff1a<br \/>iptables -N syn-flood<br \/>iptables -A INPUT -p tcp &#8211;syn -j syn-flood<br \/>iptables -A syn-flood -p tcp &#8211;syn -m limit &#8211;limit 1\/s &#8211;limit-burst 3 -j RETURN<br \/>iptables -A syn-flood -j REJECT<\/p>\n<p>#\u8bbe\u7f6esyncookies\uff1a<br \/>sysctl -w net.ipv4.tcp_syncookies=1<br \/>sysctl -w net.ipv4.tcp_max_syn_backlog=3072<br \/>sysctl -w net.ipv4.tcp_synack_retries=0<br \/>sysctl -w net.ipv4.tcp_syn_retries=0<br \/>sysctl -w net.ipv4.conf.all.send_redirects=0 <br \/>sysctl -w net.ipv4.conf.all.accept_redirects=0 <br \/>sysctl -w net.ipv4.conf.all.forwarding=0 <br \/>sysctl -w net.ipv4.icmp_echo_ignore_broadcasts=1<\/p>\n<p>#\u9632\u6b62PING\uff1a<br \/>sysctl -w net.ipv4.icmp_echo_ignore_all=1<\/p>\n<p>#\u62e6\u622a\u5177\u4f53IP\u8303\u56f4\uff1a<br \/>iptables -A INPUT -s 10.0.0.0\/8 -i eth0 -j Drop <\/p>\n","protected":false},"excerpt":{"rendered":"<p>#\u7f29\u77edSYN- Timeout\u65f6\u95f4\uff1aiptables -A FORWARD -p tcp &#8211;syn<\/p>\n<div class=\"more-link\">\n\t\t\t\t <a href=\"https:\/\/3v.org.cn\/?p=163\" class=\"link-btn theme-btn\"><span>Read More <\/span> <i class=\"fa fa-caret-right\"><\/i><\/a>\n\t\t\t<\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[6],"tags":[],"class_list":["post-163","post","type-post","status-publish","format-standard","hentry","category-6"],"_links":{"self":[{"href":"https:\/\/3v.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/163","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/3v.org.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/3v.org.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/3v.org.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/3v.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=163"}],"version-history":[{"count":0,"href":"https:\/\/3v.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/163\/revisions"}],"wp:attachment":[{"href":"https:\/\/3v.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=163"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/3v.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=163"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/3v.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}