User Tools

Site Tools


devices:netgear_r6260_openwrt

This is an old revision of the document!


Information

Notes

Snapshot

  • ramips/mt7621

sysupgrade

  • This downloads the latest sysupgrade.bin and installs it
ssh root@192.168.1.1
rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'
rm -Rf ~/'.ssh' && ping '192.168.1.1'
del %UserProfile%"\.ssh\known_hosts" && ping -t "192.168.1.1"

Packages

ssh root@192.168.1.1
sync && passwd
opkg update && opkg install luci irqbalance nano && sync

irqbalance

LuCI

DNS

Notes

IPv4

  • Network → Interfaces → LAN → DHCP Server → Advanced Settings → DHCP-Options
  • :!: The 6, is intentional 2)
6,1.1.1.1,1.0.0.1

IPv6

  • Network → Interfaces → LAN → DHCP Server → Advanced Settings → IPv6 Settings → Announced IPv6 DNS servers
2606:4700:4700::1111
2606:4700:4700::1001

6,1.1.1.1,1.0.0.1

IPs

2606:4700:4700::1111
2606:4700:4700::1001
1.1.1.1
1.0.0.1

Wireless

2.4GHz

  • Country Code: US
  • Channel: 11
  • Width: 20 MHz
  • Encryption: WPA2-PSK CCMP AES
The Crossroads (2.4GHz)

5GHz

  • Country Code: US
  • :!: Channel: 149
  • Width: 80 MHz
  • Encryption: WPA2-PSK CCMP AES
Highgate (5GHz)

Firewall

Webserver

  • Oak
HTTP
80
HTTPS
443

Steam Remote Play

UDP

Steam Remote Play (UDP)
27031
27036

TCP

Steam Remote Play (TCP)
27036
27037

Recovery

nmrpflash

sudo ln -sv 'libpcap.so.1' '/usr/lib64/libpcap.so.0.8'
sudo ~/'Downloads/nmrpflash-0.9.16-linux/nmrpflash' -L
sudo ~/'Downloads/nmrpflash-0.9.16-linux/nmrpflash' -i 'enp6s0' -f ~/'Downloads/openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img'
sudo ~/'Downloads/nmrpflash-0.9.16-linux/nmrpflash' -i 'enp6s0' -f ~/'Downloads/R6260-V1.1.0.84_1.0.1/R6260-V1.1.0.84_1.0.1.img'
1)
snapshot images don't include LuCI, so it needs installed on every clean snapshot install
/var/www/wiki/data/attic/devices/netgear_r6260_openwrt.1653413736.txt.gz · Last modified: 2022/05/24 13:35 by Sean Rhone