feross / SpoofMAC

:briefcase: Change your MAC address for debugging
https://feross.org/spoofmac/
3.01k stars 271 forks source link

Avoid breaking connections and allow for persistent assignments #70

Closed the-robot-overlord closed 7 years ago

the-robot-overlord commented 7 years ago

MacOS Sierra's ethernet connection resets the MAC when disconnected and reconnected.

To resolve this the proposed update looks to --maintain=<s> that MAC by reassigning it every <s> seconds.

To do so the assignment can't be brutish, it must only apply the current MAC isn't the target MAC. To allow for current functionality a brute --force option is available.

feross commented 7 years ago

Can you share a link that documents this behavior? I have not experienced anything like this myself.

feross commented 7 years ago

I'm closing this PR because it's been a while without a response from the PR opener. It's not possible to continue without additional information. If this is still an issue, please leave a comment or open a new issue.