CambiumNetworks cnMaestro

Here you can ask EVE-NG team to add new images to the list to play in lab.

Do not ask questions like "where I can get image x or Y" in that forum

Moderator: mike

Post Reply
nbctcp
Posts: 41
Joined: Tue Apr 04, 2017 7:36 am

CambiumNetworks cnMaestro

Post by nbctcp » Thu Feb 21, 2019 8:43 pm

I want to give steps on how to install CambiumNetworks cnMaestro.
cnMaestro is FREE wireless controller of CambiumNetworks
Hope Eve will put it under different template name
For time being, I use Linux
Tested OK so far

https://nbctcp.wordpress.com/2015/07/02 ... n-on-esxi/
-to install cnMaestro
download cnMaestro on-premise
https://www.cambiumnetworks.com/product ... cnmaestro/
# mkdir -p /opt/unetlab/addons/qemu/linux-cnmaestro
scp cnmaestro-on-premises_2.1.0-r22_amd64.ova /opt/unetlab/addons/qemu/linux-cnmaestro
# cd /opt/unetlab/addons/qemu/linux-cnmaestro
# tar xvf cnmaestro-on-premises_2.1.0-r22_amd64.ova
# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 cnmaestro-on-premises_2.1.0-r22_amd64-disk1.vmdk hda.qcow2
# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 cnmaestro-on-premises_2.1.0-r22_amd64-disk2.vmdk hdb.qcow2
# /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Last edited by nbctcp on Mon Feb 25, 2019 4:29 pm, edited 2 times in total.

vandee2000
Posts: 25
Joined: Thu Mar 30, 2017 2:52 pm
Location: California

Re: CambiumNetworks cnMaestro

Post by vandee2000 » Sat Feb 23, 2019 7:16 pm

Thanks for the post! Also you have one minor error in your script -

# /opt/qemu/bin/qemu-img convert -f vmdk -O cnmaestro-on-premises_2.1.0-r22_amd64-disk1.vmdk qcow2 hda.qcow2

needs to be -

# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 cnmaestro-on-premises_2.1.0-r22_amd64-disk1.vmdk hda.qcow2

Post Reply