mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #61] Network Bug after the last update #37
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#37
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 @ghost on GitHub (Oct 22, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/61
Hi there!
After the last webvirtcloud update, there is a bug to create new instance.
The bug is on the network config. After create the instance, install de O.S and config the network IP, the instance cannot ping the gateway or any host. To solve this, I need copy a old xml file, rename the special fields e paste in the new instance. After this the network is reacheable.
Can anyone test this please?
Thanks.
@retspen commented on GitHub (Oct 22, 2015):
You need rebuild your instances or change XML and remove
<filterref filter='clean-traffic'/>@ghost commented on GitHub (Oct 22, 2015):
Thank you!
@balthild commented on GitHub (Apr 22, 2017):
I installed latest
masterbranch version today. After creating a new instance, the xml still contains a<filterref filter='clean-traffic'/>line.