-
All replies
-
Helpful answers
-
Sep 27, 2016 2:33 AM in response to ogawa9by John Lockwood,It is possible to configure network settings both via the GUI in System Preferences and via the command line i.e. in Terminal. It seems that if IPv6 has been previously disabled via the command line it cannot be re-enabled via System Preferences.
Try the following - adjusted for the name of your network interface
sudo networksetup -setv6automatic Ethernet
You can list all the network interfaces you have to find the correct one by using the following command
networksetup -listallnetworkservices
-
Sep 27, 2016 1:05 PM in response to John Lockwoodby ogawa9,thanks.
but nothing has changed.
this is the dump:
> networksetup -listallnetworkservices
An asterisk (*) denotes that a network service is disabled.
Ethernet
Bluetooth PAN
Wi-Fi
USB Modem
FireWire
Thunderbolt Bridge
>
unfortunately, my machine is working with network drives, I'll reboot it after a day.