
我按照以下說明在 High Sierra OS X 中欺騙 MAC 位址: https://blog.macsales.com/43777-tech-101-spoofing-a-mac-address-in-macos-high-sierra/
但我收到意外的錯誤,例如:
ifconfig: ioctl (SIOCAIFADDR): Device power is off
在我按照上述文件關閉 wifi 並隨後運行以下命令後,出現此錯誤:
sudo ifconfig en0 ether <new-mac-address>
MAC 位址是使用openssl
文件中的命令產生的。
為什麼我會收到此錯誤?根據我在文件中看到的內容,這是出乎意料的。