Skip to content

Instantly share code, notes, and snippets.

@afriza
Last active March 16, 2024 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afriza/18ce6030f4a88beb9cb80ceb234a28e7 to your computer and use it in GitHub Desktop.
Save afriza/18ce6030f4a88beb9cb80ceb234a28e7 to your computer and use it in GitHub Desktop.
install Mikrotik CHR on ProxMox Virtual Environment 8.1.4
  • create bridges for use by mikrotik CHR
  • create VM without any media
wget https://download.mikrotik.com/routeros/7.14/chr-7.14.img.zip
apt update
apt install unzip
unzip chr-7.14.img.zip
qemu-img resize -f raw chr-7.14.img 256M
qm disk import 100 chr-7.14.img local-lvm
  • add unused disk to VM (under Hardware menu)
  • fix Boot Order (under Options menu)
  • convert into template
  • clone template
  • attach bridge to VM
  • start VM
  • config auto-start

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment