回答:
# nmcli connection edit id XXXX
nmcli> describe 802-11-wireless.mac-address
=== [mac-address] ===
[NM property description]
If specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).
これはにもありますnm-settings(5)
。
そのため、削除して指定しないでください。これは簡単にスクリプト化できます:
# nmcli connection modify id XXXX 802-11-wireless.mac-address ''
で説明されているようにnmcli(1)
:
変更[-一時] [id | uuid | パス] ID {オプション値| [+ |-]設定。プロパティ値} ...
接続プロファイルのプロパティを追加、変更、または削除します。
プロパティを設定するには、プロパティ名に値を続けて指定します。 空の値( "")は、プロパティ値を削除します。
connection.interface-name
正しいデバイスを明確に識別するために、まだ他のプロパティ(例:)があることを確認してください。また、グラフィカルツールを使用して設定を再構成する場合は、不要なデフォルト値が再適用される可能性があることに注意してください。