• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change your MAC address using ifconfig in Linux!
#1
I'm 99% sure I've wrote something on this before but using macchanger instead and I can't find it so here's how to change your mac address using ifconfig.

Replace <interface> with your interface...

Put your interface down.
Code:
ifconfig <interface> down

Change your interface's MAC address.
Code:
ifconfig <interface> hw ether 00:11:22:33:44:55

Bring your interface up.
Code:
ifconfig <interface> up

Checking your interface's new MAC address.
Code:
ifconfig <interface>


2 second job.
:thumbs
  Reply


Messages In This Thread
How to change your MAC address using ifconfig in Linux! - by Mark - 14-06-2011, 12:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to add an ACT! Address book into Microsoft Outlook 2003 Mark 0 5,201 08-01-2012, 02:15 AM
Last Post: Mark

Forum Jump: