Difference between revisions of "GNS3: Membuat Image OpenWRT untuk VirtualBox"

From OnnoWiki
Jump to navigation Jump to search
(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...)
 
Line 11: Line 11:
 
  Target Images  --->
 
  Target Images  --->
 
     *** Root filesystem images ***
 
     *** Root filesystem images ***
    [*] ext4  --->
 
 
     [*] iso
 
     [*] iso
    [*] jffs2
 
 
     [*] squashfs  --->
 
     [*] squashfs  --->
 
     -*- Build GRUB images (Linux x86 or x86_64 host only)
 
     -*- Build GRUB images (Linux x86 or x86_64 host only)
    [*]  Use Console Terminal (in addition to Serial)
 
    (ttyS0) Serial port device
 
    (38400) Serial port baud rate
 
    (5)  Seconds to wait before booting the default entry
 
 
     [*] Build VirtualBox image files (VDI)
 
     [*] Build VirtualBox image files (VDI)
 
     [*] Build VMware image files (VMDK)
 
     [*] Build VMware image files (VMDK)
    -*- Pad images to filesystem size (for JFFS2)
 
    [*] GZip images
 
 
     *** Image Options ***
 
     *** Image Options ***
 
     (25) Kernel partition size (in MB)
 
     (25) Kernel partition size (in MB)
Line 37: Line 29:
 
       -*- kmod-e1000
 
       -*- kmod-e1000
 
       <*> kmod-e1000e
 
       <*> kmod-e1000e
      -*- kmod-libphy
 
      -*- kmod-mii
 
      <*> kmod-natsemi
 
      <*> kmod-ne2k-pci
 
      <*> kmod-pcnet32
 
 
       <*> kmod-r8169
 
       <*> kmod-r8169
      <*> kmod-sis900
 
      <*> kmod-tg3
 
      <*> kmod-via-rhine
 
      <*> kmod-via-velocity
 
 
       <*> kmod-vmxnet3     
 
       <*> kmod-vmxnet3     
  

Revision as of 06:30, 24 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
   [*] squashfs  --->
   -*- 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    


Keterangan lebih lengkap dapat di baca di