Skip to content

Instantly share code, notes, and snippets.

@RoesWibowo
Created September 8, 2016 10:46
Show Gist options
  • Save RoesWibowo/20ad8e224a65d5820a2f2614e8636db1 to your computer and use it in GitHub Desktop.
Save RoesWibowo/20ad8e224a65d5820a2f2614e8636db1 to your computer and use it in GitHub Desktop.
Getaway Linode ubuntu slow network
# add line below:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
# restart: sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment