Skip to content

Instantly share code, notes, and snippets.

@jessuppi
Created June 25, 2019 08:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessuppi/179587527b5b5b316cc55e47b802a5d7 to your computer and use it in GitHub Desktop.
Save jessuppi/179587527b5b5b316cc55e47b802a5d7 to your computer and use it in GitHub Desktop.
Disable IPv6 Connections (Ubuntu Linux)
## disable ipv6
## after saving or editing this file
## reload settings with: sudo sysctl -p
## confirm with: cat /proc/sys/net/ipv6/conf/all/disable_ipv6
# 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