{"id":260,"date":"2020-05-08T08:55:51","date_gmt":"2020-05-08T00:55:51","guid":{"rendered":"http:\/\/wp.vicds.com\/?p=260"},"modified":"2021-05-17T15:45:10","modified_gmt":"2021-05-17T07:45:10","slug":"show-ipv6-cli","status":"publish","type":"post","link":"https:\/\/wp.vicds.com\/?p=260","title":{"rendered":"show ipv6 @cli and disable"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code># win\nnetsh int ipv6 show neigh\n\n# Linux\nip -6 neigh show\n\n# Linux disable ipv6\n# for temp wher reboot will enable ipv6 again \nsudo sh -c &#039;echo 1 &gt; \/proc\/sys\/net\/ipv6\/conf\/&lt;interface-name&gt;\/disable_ipv6&#039;\n# or all \nsudo sh -c &#039;echo 1 &gt; \/proc\/sys\/net\/ipv6\/conf\/all\/disable_ipv6&#039;\n# enable\nsudo sh -c &#039;echo 0 &gt; \/proc\/sys\/net\/ipv6\/conf\/all\/disable_ipv6&#039;\n\n# disable \nvi \/etc\/sysctl.conf\nnet.ipv6.conf.eth0.disable_ipv6 = 1\nnet.ipv6.conf.all.disable_ipv6 = 1\nsudo sysctl -p \/etc\/sysctl.conf\n\nsudo vi \/etc\/hosts\n  # comment these IPv6 hosts \n  # ::1 ip6-localhost ip6-loopback \n  # fe00::0 ip6-localnet \n  # ff00::0 ip6-mcastprefix \n  # ff02::1 ip6-allnodes \n  # ff02::2 ip6-allrouters\n\n# ssh\nsudo vi \/etc\/ssh\/sshd_config\n  AddressFamily inet\n\n\n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,3],"tags":[],"class_list":["post-260","post","type-post","status-publish","format-standard","hentry","category-linux","category-windows"],"_links":{"self":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=260"}],"version-history":[{"count":3,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/260\/revisions"}],"predecessor-version":[{"id":264,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/260\/revisions\/264"}],"wp:attachment":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=260"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}