mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #46] Can only add "ISOLATE" network #38
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 @boozedog on GitHub (Mar 30, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/46
For some reason, when I add a network pool, no matter what I choose from the "Type Forwarding" menu, after creation of the pool it is listed as "ISOLATE" .
Maybe this a problem with my configuration? If so, it'd be good to have some kind of alert from webvirtmgr warning me about this.
@euforia commented on GitHub (Apr 1, 2013):
Hey boozedog,
There are actually many more network options and forwarding methods than seen in the WebUI. I was actually looking for a direct bridge network configuration without any NAT'ing / forwarding. I am in the process of implementing that option. Is there a particular option you were looking for?
@ghost commented on GitHub (May 20, 2013):
I also have a problem similar to this. I prefer to create all network bridges myself, and WebVirtMgr is refusing to use my bridge.
When I attempt to add this network to WebVirtMgr, I get the following error:
Input subnet pool errorI am adding:
Name: br0
Network: 192.168.2.0/24
No DHCP
ROUTING
@retspen commented on GitHub (May 21, 2013):
Use IPcal to calculate your network. Example: br0 - 192.168.2.5/32 gw 192.168.2.1; virbr0 - 192.168.2.8/29 gw 192.168.2.9(Routing). WebVirtMgr can create sunbnet if you input correct netmask to route network on bridge device then need add route this network on your GW on bridge interface. This error broadcasts Libvirt not WebVirtMgr.
@retspen commented on GitHub (May 22, 2013):
boozedog: Fix this bug.