Posts

Showing posts from April, 2010

How to change the MAC address in Linux???????

First you must check your ip address MAC address using ifconfig command.You must open a terminal in linux and type following command: # ifconfig now check your ip address and mac address.Now if you want to change your mac address then type following command: #ifconfig eth0 down hw ether [mac address] Example: # ifconfig eth 0 down hw ether 00:00:00:ff:00:00 # ifconfig eth 0 up Now apply if config command you see that your mac address has been changed.