Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on macbook pro 2018 #24

Closed
noopoo opened this issue Sep 12, 2018 · 8 comments
Closed

Not working on macbook pro 2018 #24

noopoo opened this issue Sep 12, 2018 · 8 comments

Comments

@noopoo
Copy link

noopoo commented Sep 12, 2018

It seems all 2018 version macbook pros are unable to change mac address using "ifconfig ether".

https://www.reddit.com/r/macbook/comments/93h2mi/mac_address_changing_on_new_2018_mbp_broken/

https://www.quora.com/Can-you-change-the-MAC-address-on-a-2018-MacBook-Pro

@hktalent
Copy link

can not work
https://github.com/hktalent/myhktools/blob/master/tools/awesome-macos-command-line.md

vi /usr/local/bin/mymac
echo ${rtpswd} | sudo -S ifconfig en0 ether $1

sudo /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport --disassociate
sudo ifconfig en0 ether $(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/./0/2; s/.$//')
networksetup -detectnewhardware


chmod +x  /usr/local/bin/mymac

sudo ifconfig bridge0 ether 54:9F:13:1A:CD:78
echo ${rtpswd} | sudo -S  ifconfig bridge0 ether b8:12:34:b6:bb:b8
echo ${rtpswd} | sudo -S ifconfig en0 ether  b4:48:b7:77:13:ab

sudo ifconfig en0 ether 54:9F:13:1A:CD:78
sudo ifconfig en0 ether 87:8B:8B:6b:13:75

sudo ifconfig bridge0 ether 8A:73:58:25:66:D5
sudo ifconfig bridge0 ether AB:CD:78:12:34:56

sudo ifconfig bridge0 inet6  8888::bbbb:6666:555:8888%bridge0 prefixlen 64 secured scopeid 0x6
sudo ifconfig bridge0 inet6  '8888::bbbb:6666:555:8888%bridge0 prefixlen 64 secured scopeid 0x6'

@tolerious
Copy link

can not work too.

@jpvajda
Copy link

jpvajda commented Jan 11, 2019

doesn't seem to work on 2018 macbook pro Mojave.

@danipolo
Copy link

same here, not working

@synox
Copy link

synox commented Jan 26, 2019

Also does not work on Macbook air Retina 2018 (A1932).

@mmathys
Copy link

mmathys commented Feb 5, 2019

can confirm, does not work on 2018 MacBook Air.

@themazim
Copy link

themazim commented May 24, 2019

same here, not working on a macbook pro 2018 running mojave. ifconfig en0 ether does not seem to have any effect either.

@feross
Copy link
Owner

feross commented Aug 12, 2019

This is, sadly, a known issue with all MacBook Pro's 2018 and later. There's a much longer discussion about this issue there: feross/SpoofMAC#87

@feross feross closed this as completed Aug 12, 2019
@feross feross pinned this issue Aug 12, 2019
Repository owner locked and limited conversation to collaborators Aug 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants