Manual:CHR VMWare installation
How to Install Cloud Hosted Router on VMWare Fusion
Video instruction
Step by Step Instruction
Create a new virtual machine
- Step 1:
- Step 2:
- Step 3: Choose existing virtual disk
- Step 4: Select the file you downloaded from mikrotik.com download page
- Step 5:
- Step 6: By default VMWare uses 256MB RAM, adjust the size if needed, any size starting from 128MB can be used for RouterOS
- Step 7: Adjust the size of the RAM
- Step 8:
- Step 9: By default CHR disk image is 128MB. If bigger storage is desired, you can expand the virtual hard drive. Choose Customize Settings to do so. NOTE. IT MUST BE DONE BEFORE the 1st RUN.
- Step 10: Choose Hard Disk and set the new disk size
- Step 11:
How to Install Cloud Hosted Router on VMWare ESXi 6.5
Quick example on how to use CHR on ESXi 6.5 via it's web interface and some cli.
Note: Steps will be similar in older ESX versions or when using vSphere client.
Step by Step Instruction
- Step 1:
Upload CHR image to your ESX/ESXi host.
- Step 2:
Connect to your ESX host via ssh and navigate to directory where you uploaded this image. Then convert image to one better suited for use with ESX.
Image location: /vmfs/volumes/(volume id)/
convert:
vmkfstools -i oldfile.vmdk newfile.vmdk -d thin
2.1. Expand image if needed.
Expand:
vmkfstools -X 512M newfile.vmdk
- Step 3:
Create new VM and attach it this existing image.
- Step 4:
Assign CHR image to VM as boot disk.
Note: For system disk you must use IDE controller! Only additional disks can be attached to various supported SCSI controllers.
- Step 5: Start the VM.