linux:openwrt
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| linux:openwrt [2018/08/30 21:44] – move | linux:openwrt [2019/02/27 14:26] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 11: | Zeile 11: | ||
| * [[http:// | * [[http:// | ||
| - | ===== Siehe auch ===== | + | ===== Pakete installieren |
| - | * [[DD-WRT]] | + | |
| - | * [[Linksys WRT54GL]] | + | |
| + | < | ||
| + | opkg install PAKET | ||
| + | </ | ||
| + | |||
| + | Pakete auflisten: | ||
| + | |||
| + | < | ||
| + | opkg list | ||
| + | </ | ||
| ===== Tips & Tricks ====== | ===== Tips & Tricks ====== | ||
| ==== Debrick ==== | ==== Debrick ==== | ||
| Zeile 22: | Zeile 29: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| + | **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]], | ||
| + | < | ||
| + | # tcpdump -ni eth0 arp | ||
| + | ARP, Request who-has 192.168.0.66 tell 192.168.0.86, | ||
| + | </ | ||
| + | |||
| + | Set up your computer to address 192.168.0.66, | ||
| + | < | ||
| + | # ip addr add dev eth0 192.168.0.66/ | ||
| + | </ | ||
| + | |||
| + | Using TCPdump, you should now see request for new firmware image: | ||
| + | < | ||
| + | # tcpdump -npi eth0 udp | ||
| + | IP 192.168.0.86.2195 > 192.168.0.66.69: | ||
| + | **TFTP-Server** | ||
| + | </ | ||
| + | |||
| + | **Vorgehen: | ||
| Download Recovery: https:// | Download Recovery: https:// | ||
| Zeile 31: | Zeile 60: | ||
| </ | </ | ||
| - | 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 37: | 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 |
| < | < | ||
| Zeile 87: | Zeile 116: | ||
| tftp> quit | tftp> quit | ||
| </ | </ | ||
| + | |||
| + | ===== Siehe auch ===== | ||
| + | * [[DD-WRT]] | ||
| + | * [[Linksys WRT54GL]] | ||
| ===== Weblinks ===== | ===== Weblinks ===== | ||
| * [[wp> | * [[wp> | ||
| * http:// | * http:// | ||
linux/openwrt.1535665464.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
