mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #6] IP address assignment question #5
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#5
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 @amarc on GitHub (May 16, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/6
So let's say I have server with 7 IP addresses routed to me. They are in no way dependant on server and it's interface/ip/mac.
How would I create network for this? I tried bridge, making my server IP be br0 but networking on guest machine (and with one IP from these 7) is not working.
ty.
@chamambom commented on GitHub (May 17, 2015):
i am sure its the same way you do it on webvirtmgr , this is what you can do .....create a bridge that is tied to the host physical interface and that bridge will have something like 192.168.1.1/29 and when you create your network using the webvirtcloud web GUI ,select bridge and copy the name of the bridge under interfaces and you are done
@amarc commented on GitHub (May 17, 2015):
Managed it somehow with bridge networking. Closing