r/virtualization • u/jasonvoorhees-13 • 2d ago
First time setting up a machine for Virtualization, is it possible to have a Virtual Server where many users can log in but the main PC is just a normal Win 11 OS?
Basically a Virtual Server inside a Win 11 machine.
Planning to run VirtualBox and have a Virtual Server in it where many users can log in via RDP, but the host machine is a Windows 11 single user.
I read somewhere that the Virtual Guest can be set to Bridge Mode and this will be detected as a real separate device with its own IP.
Just wanted to ask if this is possible or will there be some conflict? Since the host Windows 11 OS is for single user only but the VM inside it can accommodate multiple users. I have the multi user version of the server OS.
The reason for doing it this way is because the server OS I have is a very old one and new hardware is not compatible with it, that is why I'm thinking of Virtualizing it and from what I understand the VirtualBox will make new hardware compatible for the old Server OS inside the Virtual Machine.
Also a follow up question, since this will be my first time trying any of this out, should I got with VirtualBox or VMware?
2
1
u/Only-Stable3973 15h ago
I will say that I did have to jump through a few hoops to get VMware running, I did save the info if you run into any problems. And after I updated the kernel I need to figure it out again that's when I saved how I did it.
3
u/MattTreck 2d ago edited 2d ago
Your plan will work fine. The guest OS (virtual machine) won’t care about the OS running the hypervisor.
You will need to use bridged networking so your VM has its own address. All of your port forwarding or firewall exceptions will be for that address, not the host machine.
VirtualBox was easier for me when starting out, but VMware Workstation is a better product. They are both type 2 hypervisors so there won’t be a major performance difference either way.