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) |
||
Line 1: | Line 1: | ||
Masuk ke | Masuk ke | ||
− | https:// | + | https://downloads.openwrt.org/releases/ |
+ | https://downloads.openwrt.org/releases/18.06.5/targets/x86/generic/ | ||
− | + | Download file combined-ext4.img.gz | |
− | |||
− | |||
− | |||
Unzip | Unzip |
Revision as of 13:02, 10 December 2019
Masuk ke
https://downloads.openwrt.org/releases/ https://downloads.openwrt.org/releases/18.06.5/targets/x86/generic/
Download file combined-ext4.img.gz
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