$ ifconfig eth0 down $ ifconfig eth0 up
On Debian, Ubuntu, and similar systems, place the following in the appropriate section of /etc/network/interfaces (within an iface stanza, e.g., right after the gateway line) so that the MAC address is set when the network device is started:
hwaddress ether 02:01:02:03:04:08
Also see the information about the machanger tool later in this page.