Difference between revisions of "OpenWRT: Flash Linksys WRT160NL"

From OnnoWiki
Jump to navigation Jump to search
Line 99: Line 99:
 
* [[OpenWRT: Build Firmware Linksys WRT54GL]]
 
* [[OpenWRT: Build Firmware Linksys WRT54GL]]
  
===Build Firmware===
+
===Flash Firmware===
  
 
* [[OpenWRT: Flash Linksys WRT54GL]]
 
* [[OpenWRT: Flash Linksys WRT54GL]]
Line 106: Line 106:
 
* [[OpenWRT: Flash Buffalo WZRHP300N]]
 
* [[OpenWRT: Flash Buffalo WZRHP300N]]
 
* [[OpenWRT: Flash UBNT NanoStation2]]
 
* [[OpenWRT: Flash UBNT NanoStation2]]
 +
* [[OpenWRT: Flash UBNT NanoStation M2]]
 +
* [[OpenWRT: Flash UBNT NanoStation Loco M2]]
  
 
===Misc===
 
===Misc===
  
 +
* [[OpenWRT: Setup OLSR di UBNT via CLI]]
 
* [[OpenWRT: Mikrotik RB433]]
 
* [[OpenWRT: Mikrotik RB433]]
 
* [[OpenWRT: Setup OLSR Sederhana]]
 
* [[OpenWRT: Setup OLSR Sederhana]]
Line 116: Line 119:
 
* [[OpenWRT: Setup Firewall]]
 
* [[OpenWRT: Setup Firewall]]
 
* [[OpenWRT: Konfigurasi UBNT NanoStation2 tanpa WebGUI]]
 
* [[OpenWRT: Konfigurasi UBNT NanoStation2 tanpa WebGUI]]
 +
 +
===UBNT===
 +
 
* [[UBNT]]
 
* [[UBNT]]
 +
* [[UBNT: Teknik Recovery]]
 +
* [[UBNT: Upload Firmware]]
 +
* [[UBNT: Rebuild Firmware]]
 +
* [[UBNT: firmware dengan OLSR]]
 +
* [[UBNT: openwrt]]
 +
* [[UBNT: olsr dengan openwrt]]
 +
* [[UBNT: olsr dengan kamikaze openwrt]]
 +
* [[UBNT: olsr dengan backfire openwrt]] '''RECOMMENDED'''
 +
* [[UBNT: UniFi]]
 +
* [[UBNT: UniFi Konfigurasi Awal]]
 +
* [[UBNT: UniFi Manajemen HotSpot]]
 +
* [[UBNT: OLSR Pembuatan Firmware]]
 +
* [[UBNT: OLSR Konfigurasi]]
 +
* [[OLSR - di UBNT]]
 +
* [[OLSR - di Ubuntu]]
 +
* [[OpenWRT]]

Revision as of 06:17, 19 April 2013

Sumber: http://wiki.openwrt.org/toh/linksys/wrt160nl#jtag

Flash Linksys WRT160NL

  • Pastikan IP address PC statik 192.168.1.254
  • Pastikan IP address PC tidak dynamic
  • Matikan router
  • Sambungkan kabel LAN laptop ke LAN di router
  • rename firmware menjadi code.bin
cd openwrt.trunk/openwrt/bin/ar71xx
cp openwrt-ar71xx-generic-wrt160nl-squashfs-factory.bin code.bin
  • ketik di shell
ifconfig eth0 192.168.1.254
echo -e "binary\nrexmt 1\ntimeout 60\ntrace\nput code.bin\n" | tftp 192.168.1.1
  • Nyalakan router

Sesudah FLashing

  • Tunggu sampai selesai proses tranfer
  • Tunggu sampai router booting kembali
  • ping 192.168.1.1 pastikan ada responds
ping 192.168.1.1
  • tunggu sampai proses booting selesai.


Setup Password Root

Set password root melalui telnet. Telnet ke router 192.168.1.1

telnet 192.168.1.1

akan keluar

 === IMPORTANT ============================
  Use 'passwd' to set your login password
  this will disable telnet and enable SSH
 ------------------------------------------


BusyBox v1.19.4 (2013-04-10 08:27:23 WIT) built-in shell (ash)
Enter 'help' for a list of built-in commands.
  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 BARRIER BREAKER (Bleeding Edge, r36235)
 -----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
 -----------------------------------------------------
root@OpenWrt:/# passwd
Changing password for root
New password: 
Bad password: too weak
Retype password: 
Password for root changed by root


Setelah root password diubah kita dapat mengakses Web & SSH.

Referensi

Pranala Menarik

Build Firmware

Flash Firmware

Misc

UBNT