Difference between revisions of "GNS3: Mikrotik Download"

From OnnoWiki
Jump to navigation Jump to search
Line 7: Line 7:
 
* Pilih di bawah "Cloud Hosted Router"
 
* Pilih di bawah "Cloud Hosted Router"
 
* Klik salah satu image di "OVA template"
 
* Klik salah satu image di "OVA template"
 +
* Klik salah satu image di "VDI template"
  
Unzip
+
Bisa di coba OVA atau VDI
 
 
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==
 
 
 
* https://openwrt.org/docs/guide-user/virtualization/virtualbox-vm
 
 
 
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 
* [[GNS3]]
 
* [[GNS3]]

Revision as of 13:01, 10 December 2019

Masuk ke

https://mikrotik.com/download

Klik

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

Bisa di coba OVA atau VDI

Pranala Menarik