MikroTik CHR on Proxmox - How-To Guide

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • 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 download.mikro...
    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:
    remotewinbox.c...

Комментарии • 9

  • @jeffm6767
    @jeffm6767 3 дня назад

    Thanks, this was easier than the Mtk instructions. A few steps can be saved by not creating a disk with the VM in the first place but cest la vie.

  • @yannshukor6430
    @yannshukor6430 6 месяцев назад +1

    Clearly described walk through

  • @klausbachfrederiksen8174
    @klausbachfrederiksen8174 22 дня назад

    I believe that Proxmox 8.2 have improved on importing other VM's.
    It is possible to import OVF: qm importovf {vmid} {VM name}.ovf {target storage}

  • @ipgucker
    @ipgucker 6 месяцев назад +1

    sehr gut erklärt!

  • @user-ym9rc1qj7l
    @user-ym9rc1qj7l Месяц назад

    please can you tell me how to set serial number to mikrotik chr? Thanks a lot

  • @fibranetcare
    @fibranetcare 4 месяца назад

    What are the limitations in CHR using with proxmox
    Such as VLAN trunking, Bridging are these all work?

  • @geesharp6637
    @geesharp6637 3 месяца назад

    I'm confused. You said we created the 1G disk for captures and such. Why did you have to delete it?

    • @jeffm6767
      @jeffm6767 3 дня назад

      I made things fun for myself by downloading the wrong image, so i went through this all a few times. After realizing what's going on it's simpler just to create the VM with no disk at all, since it gets deleted anyway.
      If you really need 1GB+ of storage for captures like he talks about, you can just add a vmdisk and format it within CHR :)