I was able to install virtual machines on my HP Server and am able to start and connect via QEMU/KVM.
I want to connect to the spice session via
because then I am able to use multiple monitors which i need for home-office work.
The port on the server seems to be open
But when i scan the virtual machine via nmap the port doesn't show as open:
So when I try to connect to the Virtual Machine with remote_viewer I get "Connectiontype could not be determined by URI" (Verbindungstyp konnte nich von URI ermittelt werden)
and on the console
.
Sorry - but I am currently lost - does anybody have a hint for me how to solve or where to look?
Think is - it used to work like charm - i didn't change a thing.
Cheers and Thanks in advance
Stony
I want to connect to the spice session via
Code:
remote-viewer 192.168.178.62:5900
The port on the server seems to be open
Code:
server@ProLiant-ML350-Gen9:/$ sudo netstat -tap | grep 5900
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 53376/qemu-system-x
But when i scan the virtual machine via nmap the port doesn't show as open:
Code:
stony@Aperture-Science:~$ sudo nmap 192.168.178.62
Starting Nmap 7.80 ( https://nmap.org ) at 2022-11-08 21:58 CET
Nmap scan report for DESKTOP-2BBTU3D.fritz.box (192.168.178.62)
Host is up (0.00091s latency).
Not shown: 997 filtered ports
PORT STATE SERVICE
135/tcp open msrpc
139/tcp open netbios-ssn
445/tcp open microsoft-ds
MAC Address: 52:54:00:51:81:33 (QEMU virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 5.13 seconds
So when I try to connect to the Virtual Machine with remote_viewer I get "Connectiontype could not be determined by URI" (Verbindungstyp konnte nich von URI ermittelt werden)
and on the console
Code:
stony@Aperture-Science:~$ remote-viewer spice:⁄⁄192.168.178.62:5900
** (remote-viewer:15934): CRITICAL **: 22:00:09.619: virt_viewer_util_extract_host: assertion 'uri != NULL' failed
Sorry - but I am currently lost - does anybody have a hint for me how to solve or where to look?
Think is - it used to work like charm - i didn't change a thing.
Cheers and Thanks in advance
Stony