User Tools

Site Tools


devices:wndr3800_openwrt

This is an old revision of the document!


Information

  • NETGEAR WNDR3800 1)
  • OpenWrt 2) 3)

Notes

  • :!: Using sysupgrade with factory images will soft-brick the router 4)

Stable

Version Check

  • Latest known version: 19.07.1

Download

  • 19.07.1
  • ath79
ssh 'root'@'192.168.1.1'
rm -f '/tmp/openwrt-stable-ath79-wndr3800-sysupgrade.bin' && wget -O '/tmp/openwrt-stable-ath79-wndr3800-sysupgrade.bin' 'https://downloads.openwrt.org/releases/19.07.1/targets/ath79/generic/openwrt-19.07.1-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-stable-ath79-wndr3800-sysupgrade.bin'

Configure

DNS

Blocks

Google DNS

  • Some devices hard-code Google DNS, and this bypasses NextDNS and the blocklists set there
  • So the solution to this is to block any requests to Google DNS
  • Name: Google DNS
  • Protocol: Any
  • Source zone: lan
  • Source address: -- Add IP -- (leave at default)
  • Destination zone: wan wan6
  • Action: reject
  • Destination address
8.8.8.8
8.8.4.4
2001:4860:4860::8888
2001:4860:4860::8844

Snapshot

Date Check

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-ath79-wndr3800-sysupgrade.bin'

LuCI

ssh 'root'@'192.168.1.1'
opkg update && opkg install 'luci' && opkg install 'luci-ssl-nginx'

Configure

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' -y && sync
tftp
verbose
trace
rexmt 1
binary
connect 192.168.1.1
put f.img
sudo dnf remove 'tftp' -y && sync
/var/www/wiki/data/attic/devices/wndr3800_openwrt.1582549287.txt.gz · Last modified: 2020/02/24 08:01 by Sean Rhone