Difference between revisions of "GNS3: OpenWRT 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" Unzip gzip -d openwrt-x86-64-combined-ext4....") |
Onnowpurbo (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Masuk ke | Masuk ke | ||
− | https:// | + | https://downloads.openwrt.org/releases/ |
+ | https://downloads.openwrt.org/releases/19.07.2/targets/x86/generic/ | ||
− | + | Download file combined-squashfs.img.gz | |
− | |||
− | |||
− | |||
Unzip | Unzip | ||
− | gzip -d openwrt-x86- | + | gzip -d openwrt-19.07.2-x86-generic-combined-squashfs.img.gz |
− | + | Tambahkan size | |
− | + | dd if=openwrt-19.07.2-x86-generic-combined-squashfs.img of=openwrt-combined-squashfs.img bs=128000 conv=sync | |
− | + | Convert menjadi VDI / VMDK | |
− | + | VBoxManage convertfromraw --format VDI openwrt-combined-squashfs.img openwrt-combined-squashfs.vdi | |
+ | VBoxManage convertfromraw --format VMDK openwrt-combined-squashfs.img openwrt-combined-squashfs.vmdk '''NOT RECOMMENDED''' | ||
Resize | Resize | ||
− | VBoxManage modifymedium openwrt | + | VBoxManage modifymedium openwrt-combined-squashfs.vdi --resize 128 |
+ | |||
+ | |||
+ | |||
+ | '''CATATAN: Sebaik menggunakan VDI''', image VMDK not recommended untuk digunakan karena tidak bisa di resize. | ||
+ | ==Youtube== | ||
+ | * [https://www.youtube.com/watch?v=CMbPx5RCeFw GNS3 OpenWRT] | ||
Latest revision as of 04:54, 30 March 2020
Masuk ke
https://downloads.openwrt.org/releases/ https://downloads.openwrt.org/releases/19.07.2/targets/x86/generic/
Download file combined-squashfs.img.gz
Unzip
gzip -d openwrt-19.07.2-x86-generic-combined-squashfs.img.gz
Tambahkan size
dd if=openwrt-19.07.2-x86-generic-combined-squashfs.img of=openwrt-combined-squashfs.img bs=128000 conv=sync
Convert menjadi VDI / VMDK
VBoxManage convertfromraw --format VDI openwrt-combined-squashfs.img openwrt-combined-squashfs.vdi VBoxManage convertfromraw --format VMDK openwrt-combined-squashfs.img openwrt-combined-squashfs.vmdk NOT RECOMMENDED
Resize
VBoxManage modifymedium openwrt-combined-squashfs.vdi --resize 128
CATATAN: Sebaik menggunakan VDI, image VMDK not recommended untuk digunakan karena tidak bisa di resize.
Youtube
Referensi