Skip to content

Instantly share code, notes, and snippets.

@mkll
Forked from mestizo/gist:9167834
Created August 2, 2018 14:34
Show Gist options
  • Save mkll/12f317fe001747c597c9967bef838669 to your computer and use it in GitHub Desktop.
Save mkll/12f317fe001747c597c9967bef838669 to your computer and use it in GitHub Desktop.
Completely disable IPv6 on OSX
#To Get List of Hardware
sudo networksetup -listallhardwareports
#To Disable IPv6 on Wifi Adapter
sudo networksetup -setv6off wi-fi
#To Disable IPv6 on Built-in Ethernet Adapter
sudo networksetup -setv6off Ethernet
#To Disable IPv6 on Thunderbolt-base Ethernet Adapter
networksetup -setv6off "Thunderbolt Ethernet"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment