August 05, 2008

Changing MAC address of a system in Linux with root privileges

Hi Friends,

Have you ever tried to change the MAC address? It is so easy to do. Just follow the below steps.

  1. Login as root

  2. Write the MAC addresses of the system which u r going to change on a file or paper if you want the previous MAC addresses.

  3. Open terminal

  4. ifconfig eth0 down

  5. ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX

  6. ifconfig up

  7. ifconfig

Now your system MAC address will be changed to the specified MAC address. If any packet comes into the network to the specified MAC it will get confused where to go. If u specified the MAC address of the other system. i.e. if two system's MAC addresses are same.

No comments:

Featured Post

Java Introdcution

Please send your review and feedback to psrdotcom@gmail.com