Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:openwrt

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux:openwrt [2018/08/30 21:40] movelinux:openwrt [2019/02/27 14:26] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 11: Zeile 11:
   * [[http://x-wrt.org/|X-Wrt]] Erweiterung für OpenWrt, liefert ein Webinterface für den Endbenutzer   * [[http://x-wrt.org/|X-Wrt]] Erweiterung für OpenWrt, liefert ein Webinterface für den Endbenutzer
  
-===== Siehe auch ===== +===== Pakete installieren =====
-  * [[DD-WRT]] +
-  * [[Linksys WRT54GL]]+
  
 +<Code>
 +opkg install PAKET
 +</Code>
 +
 +Pakete auflisten:
 +
 +<Code>
 +opkg list
 +</Code>
 ===== Tips & Tricks ====== ===== Tips & Tricks ======
 ==== Debrick ==== ==== Debrick ====
 https://wiki.openwrt.org/doc/howto/generic.debrick https://wiki.openwrt.org/doc/howto/generic.debrick
  
-Beispiel: TP-Link Archer C50 v3+**Beispiel: TP-Link Archer C50 v3**
   * https://wiki.openwrt.org/toh/tp-link/archer-c50#debricking   * https://wiki.openwrt.org/toh/tp-link/archer-c50#debricking
   * https://wiki.openwrt.org/toh/tp-link/tl-wdr4300#de-brick_or_oem_installation_using_the_tftp_recovery   * https://wiki.openwrt.org/toh/tp-link/tl-wdr4300#de-brick_or_oem_installation_using_the_tftp_recovery
 +
 +**Hintergrund:**
 +
 + The stock firware (3.13.33(130617)) features a TFTP recovery client in bootloader. To activate it press and hold WPS/Reset Button during powering on until WPS LED turns on. Connect computer to LAN1. Using [[tcpdump]], you should see ARP requests from router having address 192.168.0.86 looking for address 192.168.0.66.
 +<Code>
 +# tcpdump -ni eth0 arp
 +ARP, Request who-has 192.168.0.66 tell 192.168.0.86, length 46
 +</Code>
 +
 +Set up your computer to address 192.168.0.66, netmask /24 (255.255.255.0).
 +<Code>
 +# ip addr add dev eth0 192.168.0.66/24
 +</Code>
 +
 +Using TCPdump, you should now see request for new firmware image:
 +<Code>
 +# tcpdump -npi eth0 udp
 +IP 192.168.0.86.2195 > 192.168.0.66.69:  44 RRQ "wdr4300v1_tp_recovery.bin" octet timeout 5
 +**TFTP-Server**
 +</Code>
 +
 +**Vorgehen:**
  
 Download Recovery: https://static.tp-link.com/Archer%20C50(EU)_V3_170608.zip  Download Recovery: https://static.tp-link.com/Archer%20C50(EU)_V3_170608.zip 
Zeile 29: Zeile 58:
 <Code> <Code>
 dd if=Archer_C50v3_EU_0.9.1_0.4_up_boot\[170608-rel35472\].bin of=tp_recovery.bin skip=1 bs=512 dd if=Archer_C50v3_EU_0.9.1_0.4_up_boot\[170608-rel35472\].bin of=tp_recovery.bin skip=1 bs=512
-Install atftpd from repository on Debian 
 </Code> </Code>
  
-Grundsätzliche Vorgehensweise:+**Grundsätzliche Vorgehensweise:**
  
   - Setup your computer to 192.168.0.66 (SubnetMask /24 = 255.255.255.0) and connect it to LAN1.   - Setup your computer to 192.168.0.66 (SubnetMask /24 = 255.255.255.0) and connect it to LAN1.
Zeile 38: Zeile 66:
   - To activate TFTP Recovery press and hold WPS/Reset Button during powering (8 sec.) on until WPS LED turns on.   - To activate TFTP Recovery press and hold WPS/Reset Button during powering (8 sec.) on until WPS LED turns on.
  
-**TFTP-Server**+**TFTP-Server installieren**
  
 <Code> <Code>
Zeile 72: Zeile 100:
 <Code> <Code>
 netstat -lunp|grep 69 netstat -lunp|grep 69
 +</Code>
 +
 +Evtl. verhindert rlinetd das sraten, da er auf dem gleichen Port lauscht, dann hilft:
 +
 +<Code>
 +/etc/init.d/rlinetd stop
 </Code> </Code>
  
Zeile 83: Zeile 117:
 </Code> </Code>
  
 +===== Siehe auch ===== 
 +  * [[DD-WRT]] 
 +  * [[Linksys WRT54GL]]
  
 ===== Weblinks ===== ===== Weblinks =====
   * [[wp>de:OpenWrt]]   * [[wp>de:OpenWrt]]
   * http://openwrt.org   * http://openwrt.org
linux/openwrt.1535665219.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki