You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior you describe is normal. If you look at your interface via System Preferences -> Network, you will always see the original hardware MAC address (see screenshot below). Onlyifconfig will tell you which MAC address is actually used for traffic leaving your computer. It's always been like that in macOS.
In fact, even when I query the interfaces using the official operating system API in Swift, I will still only get the original hardware-MAC and not the changed soft-MAC. That's why LinkLiar needs to shell out and run ifconfig in a thread to find out the current address for displaying it in the menu bar.
I'll close this issue for now but I added a comment about this in the README. Let me know if you have further thoughts, suggestions or questions.
Thanks for the project. The UI is really minimal and nice.
ifconfig en0 |grep ether
do show changed mac address. However "Network Utility" still shows the original mac address.The same thing happens when trying to set the mac manually using command line as well:
The text was updated successfully, but these errors were encountered: