Hello everyone,
I'm trying to host a number of virtual machines on my server at home using QEMU. When I have a test virtual machine running, it runs on the default port 5900, and I am able to see the service running from another machine within my local network, but am unable to join.
Output of scanning the remote server from my client machine:
Code: Select all
Starting Nmap 7.91 ( https://nmap.org ) at 2021-04-08 21:42 ADT
Nmap scan report for remote-server (192.168.1.101)
Host is up (0.00036s latency).
PORT STATE SERVICE VERSION
5900/tcp closed vnc
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 1.64 secondsI have uncommented the line in /etc/libvirt/qemu.conf to allow vnc to listen to "0.0.0.0", which it states will cause it to listen to all addresses, but it has no effect.
QEMU and VNC work as expected when run on the same machine (ie: hosted on localhost), but I would like to migrate my VMs to my server and be able to connect to them remotely over wireguard.
Any help would be greatly appreciated! Thank you very much!

