Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save questionlp/293d4c767a578df9c82264e3ac2280d2 to your computer and use it in GitHub Desktop.
Save questionlp/293d4c767a578df9c82264e3ac2280d2 to your computer and use it in GitHub Desktop.
Change WiFi Cloned MAC Address to Permanent Address for an SSID

Change WiFi Cloned MAC Address to Permanent Address for an SSID

The following command is required to set the MAC address for a wireless interface for a given wireless network profile (which is named after the corresponding SSID) to the permanent address.

This is in response to a change introduced in Fedora 40 as documented in the Fedora Wiki: Changes/StableSSIDMACAddress

nmcli connection modify {ssid} wifi.cloned-mac-address permanent

To revert the change, run:

nmcli connection modify {ssid} wifi.cloned-mac-address stable-ssid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment