-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Turn off WiFi MAC address randomisation #69
Comments
This article suggests it should actually be:
Confirmed here that the old way is deprecated... |
My miner is constantly changing MAC Addresses every time I pug it in. I am not sure what you mean by, create a file? Do I create it on the miner? Do I plug the miner into my PC? |
Same. New wifi MAC address at each power up. Router thinks it's a new device each time, thus port forwarding to avoid relay needs to be reestablished each time. |
I believe it's possibly because the adaptors don't have a MAC address programmed in @shawaj rather than further randomisation. However I'll try and implement it. But at the same time it depends on if I can add this file in the correct place seeing how it's most likely required on the Host OS which is under Balena's control and not ours. |
@warturtle99 @LTDenver this isn't something you can adjust yourself on the miner. We will need to implement it directly on our side |
Understood,. Thanks for looking into this. You guys are great! |
From here
https://discord.com/channels/404106811252408320/796070988118360094/854134999880171550
Seems like a NetworkManager bug or configuration error perhaps?
Seems similar to...https://www.raspberrypi.org/forums/viewtopic.php?t=196348&start=25
To disable the MAC address randomization create the file
/etc/NetworkManager/conf.d/100-disable-wifi-mac-randomization.conf
with the content
The text was updated successfully, but these errors were encountered: