Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

YFK2009

macrumors newbie
Original poster
May 6, 2009
3
0
Hi there.

I'm trying to spoof my MAC address, using 10.5.6 (intel imac) and connecting via wired ethernet.

I've been googling this for a while to no avail... seemingly it was possible on earlier versions of OSX but maybe not 10.5...

Can anybody help?
 
Does this command not work anymore:

ifconfig eth0 down hw ether 00:00:00:00:00:01

ifconfig eth0 up

Simply put the Mac address that you want to use instead the one above
 
Yes do this. Just know that spoofing your MAC addy only works with the Airport card (en1). It does not work with ethernet (en0).

Really? When I Google'd this the other day people were saying the opposite, and that if you try and change the airport MAC address that it will mess things up
 
Really? When I Google'd this the other day people were saying the opposite, and that if you try and change the airport MAC address that it will mess things up

Whether spoofing works or not depending on the exact hardware in your Mac.

Spoofing it doesn't mess up your computer in any way. The address will revert to its' default after a reboot.

YFK: If you start up in Backtrack, it will only spoof the MAC address while Backtrack is running. It won't persist after the reboot. I think.
 
none of te methods work for me really, I'm on macook pro alluminum and trying to change ethernets mac address, still no solution anywhere really :(

tells me permission denied when I enter ifconfig en0 down hw ether, which is strange as I'm on administrator account
 
i enter sudo ifconfig en0 down hw ether 00:18:F3:D5:71:D6
it asks for a password but it says ifconfig: hw: bad value
 
The command you entered is shutting down the interface. Make sure it is online, and enter:

Code:
sudo ifconfig en0 ether xx:xx:xx:xx:xx:xx
 
by saying online you mean active? it is activated but the thing is when i plug in the cable nothing happens as my provider tied it to my desktop mac address... so what I'm doing wrong?
 
by saying online you mean active? it is activated but the thing is when i plug in the cable nothing happens as my provider tied it to my desktop mac address... so what I'm doing wrong?

To bring up an interface:

Code:
sudo ifconfig en0 up

To take it down:

Code:
sudo ifconfig en1 down
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.