[GH-ISSUE #549] webvirtcloud cannot access to instance #326

Closed
opened 2026-02-27 15:58:15 +03:00 by kerem · 2 comments
Owner

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
image

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

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 ![image](https://user-images.githubusercontent.com/8072296/194749135-00cb3ee1-c0a1-4169-9e83-0fc719e5571f.png) from this picture, we can see webvirtcloud didn't get ip address from instance? does webvirtcloud only support static address, or other bug? ![image](https://user-images.githubusercontent.com/8072296/194749234-477212a5-40fc-4e0c-bc7a-e46e488ea349.png)
kerem closed this issue 2026-02-27 15:58:15 +03:00
Author
Owner

@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:
image

then you must install and start qemu-agent to instance os.

send us console access error.

<!-- gh-comment-id:1272882683 --> @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: ![image](https://user-images.githubusercontent.com/1725643/194815748-a264d710-7ec3-4ee9-b9c6-806aceb3c403.png) then you must install and start qemu-agent to instance os. send us console access error.
Author
Owner

@xiedeacc commented on GitHub (Oct 10, 2022):

ok, I think webvirtcloud should provide a user manual....@catborise

<!-- gh-comment-id:1273136547 --> @xiedeacc commented on GitHub (Oct 10, 2022): ok, I think webvirtcloud should provide a user manual....@catborise
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#326
No description provided.