mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #549] webvirtcloud cannot access to instance #326
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#326
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 @xiedeacc on GitHub (Oct 9, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/549
my host and instance os all is ubuntu server22.04. webvirtcloud can start and shutdown instance, but cannot access to instance by console, use virsh console and ssh can connect to instance, so I guess webvirtcloud doesn't get instance's ip address? it's right?
from this picture, we can see instance get a ip address from route via bridge on host os

from this picture, we can see webvirtcloud didn't get ip address from instance? does webvirtcloud only support static address, or other bug?

@catborise commented on GitHub (Oct 10, 2022):
it is not related with ip address.. console does not use tcp protocol.
it is not a bug. if you want to see ip address of instance from webvirtcloud. you must enable qemu-guest-agent socket:

then you must install and start qemu-agent to instance os.
send us console access error.
@xiedeacc commented on GitHub (Oct 10, 2022):
ok, I think webvirtcloud should provide a user manual....@catborise