1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

nmcli備忘録

Last updated at Posted at 2019-11-07

nmcliでコネクションが表示されない

Debina/UbuntuでNetworkManagerでcmcliを使用して管理している場合
/etc/NetworkManager/system-connections/以下にコネクションごとのファイルが保存されています。
RedHat系だと/etc/sysconfig/network-scripts

コネクションはそれぞれuuidで区別されてるようなので、
ファイルごとのコピーするとuuidが重複するので、一つしか認識しないようです。
コネクションをコピーする場合は

nmcli clone {old connetion} {new connection}

#no suitable device for this connection
他にも原因でもこのエラーが出ることがあるかもしれませんが、コネクションに対するNICのmacアドレスが見つからないことが原因でした。
NICを限定しない場合は以下のコマンドでMACアドレスを削除しました。

nmcli connection modify 802-3-ethernet.macaddress ""
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?