ifconfig 更改網卡位址(MAC address)
Posted on Jun 11, 2017 in Unix-like 命令列教學 by Amo Chen ‐ 1 min read
Linux 一直以來都是一個方便的系統,原因是在 Windows 麻煩的事情,換成了 Linux 往往都很簡單,像是改網路介面卡(Network Interface Card, NIC) MAC Address 就是一例。
以下就是一行簡單的 Linux 指令,讓你無痛更改網路介面卡 MAC Address。
command:
$ ifconfig (your_NIC) hw ether (the MAC Address you wish)
範例如下:
$ ifconfig eth0 hw ether AA:BB:CC:33:44:55