Disabling IPv6 on macOS
Disable IPv6 on your machine with the following commands in Terminal (Accessible through /Applications/Terminal.app)
To Get List of Hardware
Code Block |
---|
networksetup -listallhardwareportslistallnetworkservices |
Check current network settings
...
Code Block |
---|
sudo networksetup -setv6off "Thunderbolt Ethernet" |
Enabling IPv6 on macOS
Enable IPv6 on your machine with the following commands in Terminal (Accessible through /Applications/Terminal.app)
To Enable IPv6 on WiFi Adapter
...