Difference between revisions of "OpenWrt"

From belajarwiki
Jump to navigation Jump to search
(Created page with "====Install OpenWrt==== Download di https://downloads.openwrt.org/releases/21.02.1/targets/x86/generic/ Download file '''generic-squashfs-combined.img.gz''' Unzip g...")
 
Line 24: Line 24:
  
  
 +
====Konfigurasi====
 +
Dapat dilihat pada
 +
  /etc
  
 +
Network dapat dilihat pada
 +
 +
  /etc/config
 +
 +
luci = seperti php; uhttpd = apache;
 +
 +
ubah network LAN agar tidak tabrakan dengan yang ada (cek dahulu IP nya)
 +
'''Yang disambungkan ke LAN adalah eth0'''
  
 
===Pranala Menarik===
 
===Pranala Menarik===

Revision as of 23:40, 3 November 2021

Install OpenWrt

Download di

  https://downloads.openwrt.org/releases/21.02.1/targets/x86/generic/

Download file generic-squashfs-combined.img.gz

Unzip

  gzip -d openwrt-21.02.1-x86-generic-generic-squashfs-combined.img.gz

Tambahkan size

  dd if=openwrt-21.02.1-x86-generic-generic-squashfs-combined.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

Resize

  VBoxManage modifymedium openwrt-combined-squashfs.vdi --resize 128


Konfigurasi

Dapat dilihat pada

  /etc

Network dapat dilihat pada

  /etc/config

luci = seperti php; uhttpd = apache;

ubah network LAN agar tidak tabrakan dengan yang ada (cek dahulu IP nya) Yang disambungkan ke LAN adalah eth0

Pranala Menarik

  • [[]]


Referensi