GNS3: OpenWRT Download
Revision as of 13:00, 10 December 2019 by 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....")
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