User Tools

Site Tools


devices:wndr3800_openwrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:wndr3800_openwrt [2019/11/30 13:50] – [Download] Sean Rhonedevices:wndr3800_openwrt [2021/09/09 02:26] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * NETGEAR WNDR3800 ((https://www.netgear.com/support/product/WNDR3800.aspx)) 
-  * OpenWrt ((https://openwrt.org)) 
- 
-====== Notes ====== 
- 
-  * ''2019/07/17'' ''ath79'' snapshot had broken port forwarding 
-  * :!: Using ''sysupgrade'' with ''factory'' images **will** soft-brick the router ((see [[#recovery|Recovery]] to fix)) 
- 
-====== Stable ====== 
- 
-===== Version Check ===== 
- 
-  * Latest known version: ''18.06.4'' 
- 
-  * https://downloads.openwrt.org/releases/ 
- 
-===== Download ===== 
- 
-  * ''18.06.4'' 
-  * :!: ''ar71xx'' ((ath79 isn't available yet, but should be used when available)) 
- 
-  rm -f '/tmp/openwrt-stable-ar71xx-wndr3800-sysupgrade.bin' && wget -O '/tmp/openwrt-stable-ar71xx-wndr3800-sysupgrade.bin' 'https://downloads.openwrt.org/releases/18.06.4/targets/ar71xx/generic/openwrt-18.06.4-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin' 
- 
-===== Install ===== 
- 
-  * ''-n'' doesn't save old config 
-  * ''--force'' forces the flash 
-  * ''-v'' more verbose 
- 
-  ssh 'root'@'192.168.1.1' 
- 
-  sysupgrade --force -n -v '/tmp/openwrt-stable-ar71xx-wndr3800-sysupgrade.bin' 
- 
-===== Configure ===== 
- 
-  * https://192.168.1.1 
- 
-  * https://blog.uncensoreddns.org/ 
- 
-====== Snapshot ====== 
- 
-===== Date Check ===== 
- 
-  * https://downloads.openwrt.org/snapshots/targets/ath79/generic/ 
- 
-===== Download ===== 
- 
-  * ''ath79'' 
- 
-  rm -f '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' && wget -O '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' 'https://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin' 
- 
-==== non-HTTPS ==== 
- 
-  * ''ath79'' 
-  * May be necessary if ''wget'' complains about lack-of SSL support 
- 
-  rm -f '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' && wget -O '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' 'http://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin' 
- 
-===== Install ===== 
- 
-  * ''-n'' doesn't save old config 
-  * ''--force'' forces the flash 
-  * ''-v'' more verbose 
- 
-  ssh 'root'@'192.168.1.1' 
- 
-  sysupgrade --force -n -v '/tmp/openwrt-snapshot-ar71xx-ath79-sysupgrade.bin' 
- 
-===== LuCI ===== 
- 
-  * https://openwrt.org/docs/guide-user/luci/luci.essentials 
-  * :!: Snapshot images don't include LuCI, and need it to be installed seemingly after every snapshot install/update 
- 
-  ssh 'root'@'192.168.1.1' 
- 
-  opkg update && opkg install 'luci' && opkg install 'luci-ssl-openssl' 
- 
-===== Configure ===== 
- 
-  * https://192.168.1.1 
- 
-  * https://blog.uncensoreddns.org/ 
- 
-====== Recovery ====== 
- 
-===== Notes ===== 
- 
-  * Can seemingly still use ''tftp'' even if you can't ping the router 
- 
-===== Image ===== 
- 
-  * Pick one 
-  * :!: The stable image URL will need updated if there's a newer version available 
- 
-  wget -O ~/'f.img' 'https://downloads.openwrt.org/releases/18.06.4/targets/ar71xx/generic/openwrt-18.06.4-ar71xx-generic-wndr3800-squashfs-factory.img' 
- 
-  wget -O ~/'f.img' 'https://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-ath79-generic-netgear_wndr3800-squashfs-factory.img' 
- 
-===== TFTP ===== 
- 
-  sudo dnf install 'tftp' 
- 
-  tftp 
- 
-  verbose 
- 
-  trace 
- 
-  rexmt 1 
- 
-  binary 
- 
-  connect 192.168.1.1 
- 
-  put f.img 
/var/www/wiki/data/attic/devices/wndr3800_openwrt.1575139831.txt.gz · Last modified: 2019/11/30 13:50 by Sean Rhone