How to Disable IPv6 on Mac

Last updated on

September 23, 2021

by
Denis Graur

Follow this step-by-step tutorial to learn how to disable IPv6 on macOS.

  1. Open Terminal by going to Finder / Applications / Utilities / Terminal.

    Type he following command in the terminal window:

    networksetup -listallnetworkservices 

    Press Enter from your keyboard. This will list all of your network interfaces and their names.

    How to Disable IPv6 on Mac: Step 1

    Note: any changes to the network preferences may revert this settings and the command may need to be run again.

  2. Identify the network interface you are using. Usually it’s Ethernet or Wi-Fi.

    If it’s Ethernet, type he following command in the terminal window:

    networksetup -setv6off Ethernet If it’s Wi-Fi

    Type:

    networksetup -setv6off Wi-Fi 
    How to Disable IPv6 on Mac: Step 2

    Note: you may have to use quote marks to envelope the interface name.

  3. Click on the Apple menu and go to System Preferences.

    How to Disable IPv6 on Mac: Step 3
  4. Click on Network.

    How to Disable IPv6 on Mac: Step 4
  5. Click on your connection you want to change and click on Advanced.

    How to Disable IPv6 on Mac: Step 5
  6. Click on TCP/IP, choose Off for Configure IPv6 and click on OK.

    How to Disable IPv6 on Mac: Step 6