I have installed a Debian 13 VM in bhyve, but I get a connection refused when I try to VNC to it. In my debian.conf file that I created, I used these parameters:
graphics="yes"
graphics_res="1600x1200"
graphics_wait="auto"
xhci_mouse="yes"
loader="uefi"
cpu=”2”
memory="8G"
network0_type="virtio-net"
network0_switch="public"
disk0_type="nvme"
disk0_name="disk0.img"
The install went fine, but after rebooting the VM and trying to VNC to the VM, I get a connection refused message. The vm list command shows the State as "Locked" and the VNC header shows: 0.0.0.0:5900.
I know the problem lies with this specific VM because I have created a VM using Windows 10, and it runs fine and I can connect to it without any problem.
What am I doing wrong?
Thank you,
Ed
graphics="yes"
graphics_res="1600x1200"
graphics_wait="auto"
xhci_mouse="yes"
loader="uefi"
cpu=”2”
memory="8G"
network0_type="virtio-net"
network0_switch="public"
disk0_type="nvme"
disk0_name="disk0.img"
The install went fine, but after rebooting the VM and trying to VNC to the VM, I get a connection refused message. The vm list command shows the State as "Locked" and the VNC header shows: 0.0.0.0:5900.
I know the problem lies with this specific VM because I have created a VM using Windows 10, and it runs fine and I can connect to it without any problem.
What am I doing wrong?
Thank you,
Ed