sandia-minimega / minimega

minimega
GNU General Public License v3.0
148 stars 66 forks source link

Enhancement: Ability to specify what VNC port a VM will be assigned when launched #1533

Open swedeesheef opened 7 months ago

swedeesheef commented 7 months ago

Let's say you want to connect over VNC to a minimega VM running on the host 10.0.0.15. As it sits now, each time minimega launches a VM it assigns the VNC port number (seemingly) at random. So it could be 10.0.0.15:43691 or 10.0.0.15:39917. It would be nice if in the launch you could specify what VNC port you want your VM to use like one would in say virt-manager or another hypervisor using some type of RFB.

In the meantime, if someone knows another way of accomplishing this, I would be interested in seeing your solution.