mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #132] Network Bridge setup error #108
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 @caustic1q on GitHub (Oct 20, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/132
When I try to setup a simple brige I always get the error message:
Please enter bridge name
I entered a bridge name ....
The only way is to do it manually with virsh edit....
@retspen commented on GitHub (Oct 20, 2013):
You need setup bridge device on server http://wiki.libvirt.org/page/Networking#Bridged_networking_.28aka_.22shared_physical_device.22.29
And then create network pool select bridge and input device name (br0)
@caustic1q commented on GitHub (Oct 20, 2013):
hi, did you read?
Of cours a bridgedevice br0 is configured.
I can configure it manually with virsh edit vm... the vm is runnig well with network bridge.
But I'm not able to make such a setup with your webfrontend.
@retspen commented on GitHub (Oct 20, 2013):
What you change in XML?
@caustic1q commented on GitHub (Oct 21, 2013):
Hi I did a fresh install with Unbunt 13.10 and now it is working.
In my opinion I missconfigured something.
I close this here...