3
3

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.

CentOS7 コネクションネームが日本語で困った時の対処

Posted at

コネクションを確認
nmcli c s
UUIDとデバイス名を確認する
コネクションを削除
nmcli c delete [UUID]
コネクション作成
nmcli c add type eth ifname [デバイス名] con-name [デバイス名]
これでデバイス名と同じコネクションネームになる
con-nameの次の[デバイス名]は任意の名前にしてもよい

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?