Debería cambiar la dirección MAC de un adaptador Bluetooth incorporado. ¿Hay alguna forma de hacerlo en Yosemite (10.10.4)?
Tenga en cuenta que la pregunta es sobre Bluetooth, no sobre Wi-Fi. ifconfig
no ve el dispositivo Bluetooth.
Ya he intentado actualizar la dirección de mi adaptador bluetooth en /Library/Preferences/com.apple.Bluetooth.plist
(Root \ PANInterfaces \ Item 0):
# turn bluetooth off
cp /Library/Preferences/com.apple.Bluetooth.plist ~/com.apple.Bluetooth.plist
cp /Library/Preferences/com.apple.Bluetooth.plist ~/com.apple.Bluetooth.plist.backup
# edit ~/com.apple.Bluetooth.plist
sudo cp ~/com.apple.Bluetooth.plist /Library/Preferences/com.apple.Bluetooth.plist
cd /Library/Preferences
sudo chown root:wheel com.apple.Bluetooth.plist
defaults read /Library/Preferences/com.apple.Bluetooth.plist
# turn bluetooth on
Pero no ayuda.