-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu + spice doesn't work without IPv4 #2352
Comments
Yes, "Allow console connections to any local IP address" is enabled. |
Ok, what is your host binding setting? |
Host binding : 127.0.0.1 |
Please, can you start python3 on the command line and type the following lines?
Let me know what you see after. Thanks. |
|
Do you have the same issue when using the VNC console? |
I have fixed the Qemu + SPICE issue with GNS3/gns3-server@3a1ba8f |
No. I think that it a bug in the lib of spice, not in GNS3.
I will test |
I have tested : it works. Thanks :-) |
No worries 👍 |
Hi
If we have not IP address, we can not start qemu VM with spice access :
On this link : bugs.launchpad, they suggest to use "::1"
Can you configure GNS3 to use "::1" instead "0.0.0.0" (if you detect IPv6 for example) ?
The text was updated successfully, but these errors were encountered: