November 4th, 2008
The Archives
-
11.04.08Changing the MAC address of an interface# ifconfig eth0 hw ether 11:22:33:44:FF:AA Set the hardware address of the eth0 interface (the device driver has to support this operation). The hardware class (ethernet in the example) is specified with the ether parameter.