Linux
MAC 地址欺騙/更改軟體
適用於 windows、mac 和 linux 的最佳 MAC 地址更改/欺騙/編輯程序是什麼?
在 Mac OS X 上:
ifconfig <interface> ether <new mac address>
在 linux 上:
ifconfig <interface> hw ether <new mac address>
在 Win XP 上: http: //devices.natetrue.com/macshift/
如果您使用
ifconfig
更改 MAC 地址,則不會保留更改(重新啟動)。如果要永久更改 MAC,則需要編輯介面的配置文件。在 Debian/Ubuntu 中,這是
/etc/network/interfaces
.hwaddress ether 01:02:03:04:05:06
為相關介面添加一行:`iface eth0 inet dhcp
hwaddress ether 01:02:03:04:05:06`
最好的,佩拉