Skip to content

Instantly share code, notes, and snippets.

@Raefael
Created May 21, 2013 10:03
Show Gist options
  • Save Raefael/5618736 to your computer and use it in GitHub Desktop.
Save Raefael/5618736 to your computer and use it in GitHub Desktop.
Disable IPv6 in OS X Lion
networksetup -listallnetworkservices
#To disable IPv6 for wireless, issue the following command:
networksetup -setv6off Wi-Fi
#to disable IPv6 for Ethernet, issue the following command:
networksetup -setv6off Ethernet
#To re-enable IPv6, use
-setv6automatic instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment