I am using QEMU to boot a machine and starting vncserver in it. QEMU is running at localhost:10001, so I can use "
ssh -p 10001 root@localhost" on my own machine to access it.
Now I start "vncserver :1" in qemu, so how could I possibly use vncviewer to access it? When I enter "vncviewer :1" on my own machine, it just opens the desktop of local vncserver, not QEMU's vncserver.
Thanks for any suggestions.