Skip to content

Instantly share code, notes, and snippets.

@linw1995
Created November 17, 2017 05:35
Show Gist options
  • Select an option

  • Save linw1995/db9dcbbc53620bc3ac614aefac994f73 to your computer and use it in GitHub Desktop.

Select an option

Save linw1995/db9dcbbc53620bc3ac614aefac994f73 to your computer and use it in GitHub Desktop.
ubuntu如何启用IPv6。ubuntu how to enable IPv6.

ubuntu how to enable IPv6

sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment