Skip to content

Instantly share code, notes, and snippets.

@poting-lin
Forked from mestizo/gist:9167834
Created February 19, 2017 18:16
Show Gist options
  • Save poting-lin/24bdb00ce594b00f17035e22298ba8de to your computer and use it in GitHub Desktop.
Save poting-lin/24bdb00ce594b00f17035e22298ba8de 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