Difference between revisions of "GNS3: Mikrotik Download"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Masuk ke https://mikrotik.com/download Klik * Pilih di bawah "Cloud Hosted Router" * Klik salah satu image di "OVA template" ==Pranala Menarik== * GNS3") |
Onnowpurbo (talk | contribs) |
||
| 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" | ||
| + | |||
| + | 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 | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[GNS3]] | * [[GNS3]] | ||
Revision as of 12:53, 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