Difference between revisions of "GNS3: Membuat Image OpenWRT untuk VirtualBox"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Untuk uji nyali ada baiknya membuat image openwrt untuk virtual box, yang nantinya dapat di jalankan di GNS3. Yang penting untuk di perhatikan saat make menuconfig adalah: Target Syst...) |
Onnowpurbo (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
Target Images ---> | Target Images ---> | ||
*** Root filesystem images *** | *** Root filesystem images *** | ||
− | |||
[*] iso | [*] iso | ||
− | |||
− | |||
-*- Build GRUB images (Linux x86 or x86_64 host only) | -*- Build GRUB images (Linux x86 or x86_64 host only) | ||
− | |||
− | |||
− | |||
− | |||
[*] Build VirtualBox image files (VDI) | [*] Build VirtualBox image files (VDI) | ||
[*] Build VMware image files (VMDK) | [*] Build VMware image files (VMDK) | ||
− | |||
− | |||
*** Image Options *** | *** Image Options *** | ||
(25) Kernel partition size (in MB) | (25) Kernel partition size (in MB) | ||
Line 37: | Line 28: | ||
-*- kmod-e1000 | -*- kmod-e1000 | ||
<*> kmod-e1000e | <*> kmod-e1000e | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<*> kmod-r8169 | <*> kmod-r8169 | ||
− | |||
− | |||
− | |||
− | |||
<*> kmod-vmxnet3 | <*> kmod-vmxnet3 | ||
+ | Yang penting untuk di perhatikan adalah | ||
− | Keterangan lebih lengkap dapat di baca di | + | * Target System (x86) |
+ | * Target Image > iso | ||
+ | * Kernel Module > Network Devices > mendukung LAN card yang kita gunakan di PC. | ||
+ | |||
+ | |||
+ | Keterangan lebih lengkap cara compile OpenWRT untuk GNS3 dapat di baca di | ||
* [[OpenWRT: Build Firmware X86]] | * [[OpenWRT: Build Firmware X86]] |
Latest revision as of 06:40, 25 July 2015
Untuk uji nyali ada baiknya membuat image openwrt untuk virtual box, yang nantinya dapat di jalankan di GNS3. Yang penting untuk di perhatikan saat
make menuconfig
adalah:
Target System (x86) ---> Subtarget (Generic) ---> Target Profile (Generic) ---> Target Images ---> *** Root filesystem images *** [*] iso -*- Build GRUB images (Linux x86 or x86_64 host only) [*] Build VirtualBox image files (VDI) [*] Build VMware image files (VMDK) *** Image Options *** (25) Kernel partition size (in MB) (70) Root filesystem partition size (in MB) () Root partition on target device Kernel modules ---> Network Devices ---> <*> kmod-3c59x <*> kmod-8139cp <*> kmod-8139too <*> kmod-dummy <*> kmod-e100 -*- kmod-e1000 <*> kmod-e1000e <*> kmod-r8169 <*> kmod-vmxnet3
Yang penting untuk di perhatikan adalah
- Target System (x86)
- Target Image > iso
- Kernel Module > Network Devices > mendukung LAN card yang kita gunakan di PC.
Keterangan lebih lengkap cara compile OpenWRT untuk GNS3 dapat di baca di