Difference between revisions of "GNS3: Mikrotik Download"

From OnnoWiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
  VBoxManage convertfromraw --format VDI openwrt-x86-64-combined-squashfs.img openwrt-x86-64-combined-squashfs.vdi
 
  VBoxManage convertfromraw --format VDI openwrt-x86-64-combined-squashfs.img openwrt-x86-64-combined-squashfs.vdi
 +
 +
Tambahkan size
 +
 +
  dd if=openwrt-x86-64-combined-squashfs.img of=openwrt.img bs=128000 conv=sync
 +
 +
Resize
 +
 +
VBoxManage modifymedium openwrt-x86-64-combined-squashfs.vdi --resize 128
 +
 +
 +
 +
  
 
==Referensi==
 
==Referensi==

Revision as of 12:55, 10 December 2019

Masuk ke

https://mikrotik.com/download

Klik

  • Pilih di bawah "Cloud Hosted Router"
  • Klik salah satu image di "OVA template"

Unzip

gzip -d openwrt-x86-64-combined-ext4.img.gz

Convert menjadi VDI

VBoxManage convertfromraw --format VDI openwrt-x86-64-combined-squashfs.img openwrt-x86-64-combined-squashfs.vdi

Tambahkan size

 dd if=openwrt-x86-64-combined-squashfs.img of=openwrt.img bs=128000 conv=sync

Resize

VBoxManage modifymedium openwrt-x86-64-combined-squashfs.vdi --resize 128



Referensi


Pranala Menarik