Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
The interface has to be up to change the address.
ok I wasn't sure. On Linux it has to be down :)

Well I also tried it when the ethernet cable was unplugged and it worked ok. Wowzera, can you paste the output of "ifconfig en0" before and after issuing the "ether" command ?
 
An interesting thought; it could be that the OP's MAC address is not banned, but simply not on the list of addresses allowed to be on the system. In that case, even if the MAC address is changed, it may not be helpful since he still will not have a 'valid' MAC address.
 
An interesting thought; it could be that the OP's MAC address is not banned, but simply not on the list of addresses allowed to be on the system. In that case, even if the MAC address is changed, it may not be helpful since he still will not have a 'valid' MAC address.

Yep, I am working on it. I've talked with my teacher yesterday and he said that issue is only with one laboratory, the others accept other computers to plug. He also said I could manage to solve it by myself.. :p

@Tex-Twil

Yes, of course.
Code:
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:1f:5b:ec:9f:3d 
	media: autoselect status: inactive
	supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0 ether aa:bb:cc:dd:ee:ff
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:1f:5b:ec:9f:3d 
	media: autoselect status: inactive
	supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
macbook-de-matheus-bossle:~ Matheus$

It didn't ask for a password because I've typed it some seconds before to write that, but because a mistake I choose to close window and do it again. :)

Thanks for helping!! :D
 
Did you try with the dummy "aa:bb:cc:dd:ee:ff" address ? I know that some ethernet cards don't accept mac addresses which are not valid. Can you try with "00:1f:5b:ec:9f:ff" for exmaple ? Or choose a prefix of one of an existing manufacture ;)

Tex
 
Did you try with the dummy "aa:bb:cc:dd:ee:ff" address ? I know that some ethernet cards don't accept mac addresses which are not valid. Can you try with "00:1f:5b:ec:9f:ff" for exmaple ? Or choose a prefix of one of an existing manufacture ;)

Tex

Code:
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0 ether 00:1f:5b:ec:9f:ff
Password:
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:1f:5b:ec:9f:3d 
	media: autoselect status: inactive
	supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0 ether 00:1f:43:00:ec:3d
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:1f:5b:ec:9f:3d 
	media: autoselect status: inactive
	supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0 ether 00:24:f4:01:02:dd
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:1f:5b:ec:9f:3d 
	media: autoselect status: inactive
	supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
macbook-de-matheus-bossle:~ Matheus$

I've tried some, none worked :(
What may be going on ? If it worked for you, must work for me... We may be forgetting a little step.

Thank you anyways for all your efforts! :D
 
You could also try

Code:
ifconfig en0 lladdr xx:xx:xx:xx:xx:xx

Also, make sure the interface is down before you try it.
 
Didn't work either. :(



Macbook early 2008, this is the one I use on university.

MAC spoofing most decidedly does work with that model. I have the same one, and I've been able to change the MAC address just fine using ifconfig.
 
MAC spoofing most decidedly does work with that model. I have the same one, and I've been able to change the MAC address just fine using ifconfig.


Tell me how so please!
I am running Mac OS X Leopard 10.5.6. I can not change ethernet (en0) MAC address!

What am I doing wrong?

Code:
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0 down
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0 lladdr 00:1f:4d:5b:9c:3d
ifconfig: ioctl (set lladdr): Network is down
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0 up
macbook-de-matheus-bossle:~ Matheus$ sudo ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:1f:5b:ec:9f:3d 
	media: autoselect status: inactive
	supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
 
Code:
sudo ifconfig en1 ether xx:xx:xx:xx:xx:xx
works for my mid 2007 Macbook Pro for Airport, but doesn't work for ethernet. Neither does the lladdr command.
 
Try this..

/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -z

This will cause the Airport indicator to go "inactive", but not turn off the wifi.

ifconfig en1 lladdr xx:xx:xx:xx:xx:xx

And then select the wifi.


Here is the rub. I don't think it will allow you to spoof another Apple. Several mac addresses I tried didn't work before I tried something vastly different and it just worked.
 
I don't need spoof en1 (Airport), my problem is the en0 (ethernet) and those commands does not seem to work (at least the way I am doing :()
 
MBP en0 MAC address change works

The change works (in 10.5.7) - I tested the following sequence:

sudo -s
ipconfig en0 lladdr 00:11:22:33:44:55

then test the change not by looking into preferences but do a

ipconfig en0

it will list more than you wish but it shows the new MAC address
 
The change works (in 10.5.7) - I tested the following sequence:

sudo -s
ipconfig en0 lladdr 00:11:22:33:44:55

then test the change not by looking into preferences but do a

ipconfig en0

it will list more than you wish but it shows the new MAC address

Yay! :D
Thanks it worked!

Btw, it's ifconfig instead of ipconfig, was a mistake of Julian. So if you have the same question, use ifconfig, not ipconfig.
 
I don't know, I've tried with other notebook and it keeps unable to browse over internet, but the PC it's plugged can.
Thanks.

If no other machines can connect to the 'net from that ethernet connection except the university's PC, then it sounds like it has nothing to do with your machine and its MAC address, and everything to do with the university's network security.
 
hi,
I've tried every way, that was posted in this thread, to spoof mac address of my MacBook 403 (Intel) and nothing worked. Why is it so hard to spoof mac address? Does anybody know how to help me? I have Leo 10.5.6
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.