How to change mac address in linux

First of all you have to open Terminal...


type the following command to check the mac:
1. ifconfig -a | grep HWaddr
(Note it down somewhere )




2. ifconfig eth0 down


ifconfig eth0 hw ether 00:70:5D:34:54:02
(Any mac address you want to give)


ifconfig eth0 up


ifconfig -a | grep HWaddr
(To check your new mac address)




Note: 1. mac address should be in hex dec.


2. you can change mac add. of any interface
but you have to specify name

Penulis : Unknown ~ Sebuah blog yang menyediakan berbagai macam informasi

Artikel How to change mac address in linux ini dipublish oleh Unknown pada hari Tuesday, October 11, 2011. Semoga artikel ini dapat bermanfaat.Terimakasih atas kunjungan Anda silahkan tinggalkan komentar.sudah ada 0 komentar: di postingan How to change mac address in linux
 

0 comments:

Post a Comment