[GH-ISSUE #476] The pool bridge name must not contain any special characters #352

Closed
opened 2026-02-27 16:38:58 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem closed this issue 2026-02-27 16:38:58 +03:00
Author
Owner

@aggresss commented on GitHub (Mar 8, 2018):

You can add network manaully:
$ vim ./host-bridge.xml

   <network>
     <name>host-bridge</name>
     <forward mode="bridge"/>
      <bridge name="br0"/>
   </network>

$ virsh net-define ./host-bridge.xml
$ virsh net-autostart host-bridge
$ virsh net-start host-bridge

<!-- gh-comment-id:371367423 --> @aggresss commented on GitHub (Mar 8, 2018): You can add network manaully: $ vim ./host-bridge.xml ``` <network> <name>host-bridge</name> <forward mode="bridge"/> <bridge name="br0"/> </network> ``` $ virsh net-define ./host-bridge.xml $ virsh net-autostart host-bridge $ virsh net-start host-bridge
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#352
No description provided.