MikroTik Marc show how to get a MikroTik CHR (Cloud Host Router) running in a Proxmox hypervisor.
Here’s the commands used (be sure to adjust to your needs!)
wget
apt-get install unzip
unzip chr-6.48.6.img.zip
qemu-img convert -f raw -O qcow2 /root/chr-6.48.6.img /chr-6.48.6.qcow2
qm importdisk 120 /chr-6.48.6.qcow2 local-lvm
Be sure to check out our blog for a full step-by-step guide:
[ad_2]
source