mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #476] The pool bridge name must not contain any special characters #352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dragon2611 on GitHub (Nov 25, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/476
Getting the error message "The pool bridge name must not contain any special characters" when trying to create an isolated network in ubuntu 14.04.
The thing is the name I tried was internal then int1 then vms1 none of which contain special characters.
@aggresss commented on GitHub (Mar 8, 2018):
You can add network manaully:
$ vim ./host-bridge.xml
$ virsh net-define ./host-bridge.xml
$ virsh net-autostart host-bridge
$ virsh net-start host-bridge