{"id":177,"date":"2021-06-29T10:50:00","date_gmt":"2021-06-29T10:50:00","guid":{"rendered":"https:\/\/262235.xyz\/?p=177"},"modified":"2021-06-29T10:50:00","modified_gmt":"2021-06-29T10:50:00","slug":"177","status":"publish","type":"post","link":"https:\/\/lyvba.com\/index.php\/2021\/06\/29\/177\/","title":{"rendered":"\u7532\u9aa8\u6587IPV6 \u91cd\u88c5Debian10\u540e\u4e0d\u80fd\u83b7\u53d6 \u95ee\u9898\u89e3\u51b3\u65b9\u6cd5"},"content":{"rendered":"<pre><code>sysctl_ipv6() {\n    sed -i '\/net.ipv6.conf.all.disable_ipv6\/d' \/etc\/sysctl.conf\n    sed -i '\/net.ipv6.conf.default.disable_ipv6\/d' \/etc\/sysctl.conf\n    sed -i '\/net.ipv6.conf.lo.disable_ipv6\/d' \/etc\/sysctl.conf\n\n    echo \"net.ipv6.conf.all.disable_ipv6 = 0\" &gt;&gt; \/etc\/sysctl.conf\n    echo \"net.ipv6.conf.default.disable_ipv6 = 0\" &gt;&gt; \/etc\/sysctl.conf\n    echo \"net.ipv6.conf.lo.disable_ipv6 = 0\" &gt;&gt; \/etc\/sysctl.conf\n\n    sysctl -p\n}\nsysctl_ipv6\n\ndhclient -6 ens3\n\n<\/code><\/pre>\n<pre><code>sysctl_config() {\n    sed -i '\/net.core.default_qdisc\/d' \/etc\/sysctl.conf\n    sed -i '\/net.ipv4.tcp_congestion_control\/d' \/etc\/sysctl.conf\n    echo \"net.core.default_qdisc = fq\" &gt;&gt; \/etc\/sysctl.conf\n    echo \"net.ipv4.tcp_congestion_control = bbr\" &gt;&gt; \/etc\/sysctl.conf\n    sysctl -p &gt;\/dev\/null 2&gt;&amp;1\n}\n\n# \u5f00\u542f BBR\nsysctl_config\nlsmod | grep bbr<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>sysctl_ipv6() { sed -i &#8216;\/net.ipv6.conf.all.disable [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[23],"class_list":["post-177","post","type-post","status-publish","format-standard","hentry","category-linux","tag-linux"],"_links":{"self":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts\/177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/comments?post=177"}],"version-history":[{"count":0,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts\/177\/revisions"}],"wp:attachment":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/media?parent=177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/categories?post=177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/tags?post=177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}