The README assumes that VirtualBox is used for virtualization. Some macOS users prefer VMWare Fusion, so this document shows how to use it instead of VirtualBox.
The VirtualBox issues that are sometimes resolved by switching to VMWare Fusion include:
- Performance issues.
- Duplicate keystrokes being registered.
- Networking issues that prevent some TCP sessions from being established but still allow ICMP traffic, such as ping.
Here's the procedure for importing the VMs into VMWare Fusion:
- Add a new private network by going to VMWare Fusion->Preferences->Network->Padlock->+, then entering a Subnet IP of
192.168.95.0
, and a Subnet Mask of255.255.255.0
:
Note the new network's name (vmnet4
in the screenshot above). You'll use it when you import VMs.
-
Download each of the pre-build VMs listed in the README.
-
Import each VM into VMWare Fusion by using File->Import. When you get to the Finish Screen, click "Customize Settings".
-
Click on "Network Adapter", select the private network that you created earlier (vmnet4 in the previous screenshot), then close the preferences window.
-
Boot each VM, and if needed, change its network configuration to use the new network card. For most VMs, this means running
ip addr
to see if the IP(s) are already bound to the correct network interface, and if not, editing/etc/network/interface
to fix the configuration. Reboot each VM to apply the updated configuration.