LoginSignup
0
0

More than 5 years have passed since last update.

virbr0を削除

Posted at

■virbr0 削除
①ネットワークの状態を確認する。
[root@localhost network-scripts]# virsh net-list

Name State Autostart Persistent

default active yes yes

↑上記設定されている

②defaultネットワークがvirbr0を作っているか確認する。
[root@localhost network-scripts]# virsh net-dumpxml default

default
e251bffe-f013-40ed-bd39-e238c95496a2












↑作っている。

③virbr0を削除する
[root@localhost network-scripts]# virsh net-destroy default
Network default destroyed

④defaultネットワークの設定確認
[root@localhost network-scripts]# virsh net-list
Name State Autostart Persistent


[root@localhost network-scripts]# brctl show
bridge name bridge id STP enabled interfaces

⑤virbr0が再起動したときに作成されないようにする
[root@localhost network-scripts]# virsh net-autostart default --disable
Network default unmarked as autostarted

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