我按照这些说明在 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
文档中的命令生成的。
为什么我会收到此错误?根据我在文档上看到的内容,这是意料之外的。