I am familiar and used to vmWare Fusion and WS Pro. Since I upgraded to Mac OSX Big Sur, vmWare networking does not work anymore.
So I have installed Parallels to see if this is working for me. If it does I will buy PRO versions. I could successfully convert a CentOS VM from vmWare to Parallels, but networking is also NOT working as expected.
So here a short description of my use case:
I develop software for the cloud and mobile devices in several programming languages. I need LOTS of VMs which simulate a basic infrastructure I usually run in a data Center. I almost only run LINUX boxes, most important are CentOS server VMs (no UI, just console). I run VMs with docker, database servers such as MongoDB and Redis and other stuff like Graylog central logging server. I develop the server software on a Fedora 34 Workstation (also a VM) which runs KDE. This machine I ususally access from the MBP using a VNC client. The mobile clients I develop all on my MBP and they also need to connect to my docker containers running as VMs.
I have a MacBook Pro 16" fully equipped (64 GB RAM, 8TB disk, i9 8Core) with BigSur installed.
What I need is:
Many thanks for your help.
So I have installed Parallels to see if this is working for me. If it does I will buy PRO versions. I could successfully convert a CentOS VM from vmWare to Parallels, but networking is also NOT working as expected.
So here a short description of my use case:
I develop software for the cloud and mobile devices in several programming languages. I need LOTS of VMs which simulate a basic infrastructure I usually run in a data Center. I almost only run LINUX boxes, most important are CentOS server VMs (no UI, just console). I run VMs with docker, database servers such as MongoDB and Redis and other stuff like Graylog central logging server. I develop the server software on a Fedora 34 Workstation (also a VM) which runs KDE. This machine I ususally access from the MBP using a VNC client. The mobile clients I develop all on my MBP and they also need to connect to my docker containers running as VMs.
I have a MacBook Pro 16" fully equipped (64 GB RAM, 8TB disk, i9 8Core) with BigSur installed.
What I need is:
- a dedicated network for all my VMs
- Each VM needs to have Internet access
- Each VM needs to be able to talk to all others (e.g. my software running as docker container needs to talk to the mongoDB cluster running in VMs)
- I need fixed IP addresses for all server VMs, clients like Fedora can run with DHCP
- One VM is a CentOS server with named (DNS) installed. It does the name resolution in the virtual network
- 10.55.55.0 - 255 entire virtual network
- 10.55.55.1 gateway to the host (my MBP)
- 10.55.55.2 gateway for all VMs in the virtual network
- 10.55.55.128 - 254 DHCP range available to guests configured with DHCP
- 10.55.55.3 - 127 Address range which could be used to assign fixed IP addresses to guests
Many thanks for your help.