Skip to content

Instantly share code, notes, and snippets.

@akora
Created February 16, 2015 04:08
Show Gist options
  • Save akora/1963d898f2af3d3b9c78 to your computer and use it in GitHub Desktop.
Save akora/1963d898f2af3d3b9c78 to your computer and use it in GitHub Desktop.
Turn off IPv6 on Debian. Edit /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment