Skip to content

Instantly share code, notes, and snippets.

@toddlers
Last active November 9, 2017 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddlers/9e7ab847ee7267d588d4fee615364f6c to your computer and use it in GitHub Desktop.
Save toddlers/9e7ab847ee7267d588d4fee615364f6c to your computer and use it in GitHub Desktop.
Disable IPV6

net.ipv6.conf.all.disable_ipv6 = 1

net.ipv6.conf.default.disable_ipv6 = 1

net.ipv6.conf.lo.disable_ipv6 = 1

cat /proc/sys/net/ipv6/conf/all/disable_ipv6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment