Re: how can i change my MAC address no linux machine



On Mar 27, 6:12 pm, "trryh...@xxxxxxxxx" <trryh...@xxxxxxxxx> wrote:
On Mar 27, 7:25 am, habibielwa7id <fouad...@xxxxxxxxx> wrote:



On Mar 27, 7:18 am, "J.O. Aho" <u...@xxxxxxxxxxx> wrote:

raashid bhatt wrote:
detailed step to change MAC on my linux
are there any Tools for this WITH GUI

Changing MAC address is done in the network settings, as different distros has
a bit different ways to setup networks, I suggest you go to your distros
homepage and read the online documentation.

For command line

# ifconfig eth0 down
# ifconfig eth0 hw ether 00:80:48:BA:d1:20
# ifconfig eth0 up
# ifconfig eth0 |grep HWaddr

--

//Aho

yes man you are right, But when you reboot Linux call the old MAC
address again, Don't you know a simple way to make this change
permanent?
Regards,

Add above commands to rc.local

I did so but it didn't work. Seems I will have to troubleshoot it
later.
.



Relevant Pages