bhyve Error when starting bhyve vm with "fbuf" (for VNC access)

I'm trying to a virtual maching via VNC using bhyve on FreeBSD 13.3 by adding:
-s 29,fbuf,tcp=192.168.1.100:10000,w=1200,h=1000, wait \
-s 30,xhci,tablet \
and got the following error:
fbuf frame buffer base: ...
bind: Can't assign requested address
Device emulation initialization error: Can't assign requested address
How do I resolve this error? What should I be looking at? Please give me some clues...
 
Is this address belonging to your host machine? Probably not. Don't put here the ip address of your VM.

Why don't you simply use 0.0.0.0 which allows to listen on any owned addresses by the host?
 
Back
Top