User Tools

Site Tools


devices:netgear_r6260_openwrt

This is an old revision of the document!


Information

  • NETGEAR R6260 1)
  • OpenWrt 2) 3)

Snapshot

Date Check

Download

OpenWRT

  • ramips/mt7621
rm -f '/tmp/netgear_r6260-sysupgrade-snapshot.bin' && wget -O '/tmp/netgear_r6260-sysupgrade-snapshot.bin' 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-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/netgear_r6260-sysupgrade-snapshot.bin'

LuCI

ssh 'root'@'192.168.1.1'
opkg update && opkg install 'luci'

nginx

  • As of 2020/10/24, this gave some RPC error and was broken
opkg update && opkg install 'luci' && opkg install 'luci-ssl-nginx'

Configure

Quad9 DNS

2620:fe::fe
2620:fe::9
9.9.9.9
149.112.112.112

Wireless

The Crossroads (2.4GHz)
Highgate (5GHz)

Recovery

nmrpflash

sudo ln -sv libpcap.so.1 /usr/lib64/libpcap.so.0.8
sudo '/home/espionage724/Downloads/nmrpflash-0.9.14-linux/nmrpflash' -i enp7s0f1 -f '/home/espionage724/Downloads/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'
/var/www/wiki/data/attic/devices/netgear_r6260_openwrt.1603572375.txt.gz · Last modified: 2020/10/24 16:46 by Sean Rhone