Tuesday, September 09, 2008

Change MAC address in Linux

The command to change the MAC address in linux is
#ifconfig hw

- if the name of the interface to apply the command
- is the class of internet address for Ethernet is "ether"
- is colon delimited MAC address

Example:
# ifconfig eth0 hw ether 00:16:41:E0:B6:08

No comments: