0
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 1 year has passed since last update.

Virt-ManagerのCreate virtual networkでbridgeが選択肢に出てこない

Posted at

問題の状況

Virt-Managerで作成したゲストOSのネットワークについて、リモートからログインするためにbridgeを指定したい。nmcliでbridgeを作成するも、Create virtual networkのダイアログのMode指定欄にてbridgeが出てこない。

create_virtual_network.jpg

環境
ホスト Ubuntu 22.04.1 LTS
Virt-Manager ver 4.0

対処

Connection Detailsを開く。
XMLの直接編集を許可した上、<forward mode="bridge">を記述する。ほか、<name>...</name>,<bridge name="..."/>を記載する。<uuid>...</uuid>はApplyした後、自動で設定される。

host-bridge_xml.jpg

Virtual Machine DetailsでNICを選択すると、作成したBridgeをNetwork sourceに選択できる。

nic-details.jpg

備考

nmcliを用いたbridgeの作成法は、いろいろ記事があるのでそちらを参照してください。

0
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
0
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?