Wednesday, February 12, 2014

How To Change Mac Address In Linux

Q. How can I change the mac address of  network card in my Ubuntu box ?
Ans. Changing mac address is very simple. You only need the command ifconfig. Follow the steps below:
  1. Open terminal
  2. Find the name of your interface, for example eth0
  3. sudo ifconfig eth0 down hw ether aaaabbbb where aabbccdd is the required mac address.
download
alternative link download

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.