How to Disable IPv6 on macOS
- Open Finder → Applications → Utilities.
- Open Terminal.
Run the command to list all network services:
sudo networksetup -listallnetworkservices
- Identify your network interface (e.g., Wi-Fi or Ethernet).
Disable IPv6 with the command:
arduino
sudo networksetup -setv6off "Wi-Fi"
- Replace Wi-Fi with your interface name.
To re-enable IPv6, use:
arduino
sudo networksetup -setv6automatic "Wi-Fi"
Was this article helpful?
Thank you, you're making us better!