User Tools

Site Tools


devices:network:netgear_r6260_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:network:netgear_r6260_openwrt [2026/01/19 01:59] – [sysupgrade] Sean Rhonedevices:network:netgear_r6260_openwrt [2026/07/16 02:32] (current) Sean Rhone
Line 12: Line 12:
  
   * Stock firmware reports ''d(149)+p(153)+d(157)+d(161)'' for 5GHz channels with ''153'' selected and ''11(P)+7(S)'' for 2.4GHz with ''11'' selected   * Stock firmware reports ''d(149)+p(153)+d(157)+d(161)'' for 5GHz channels with ''153'' selected and ''11(P)+7(S)'' for 2.4GHz with ''11'' selected
-  * 2026: OpenWRT has //slightly// higher LAN pings than [[devices:network:netgear_r6260_dd-wrt|DD-WRT]] ((2025/11/01: pings 0.4ms average vs DD-WRT 0.2ms))+  * 2026: OpenWRT had //slightly// higher LAN pings than [[devices:network:netgear_r6260_dd-wrt|DD-WRT]] ((2025/11/01: pings 0.4ms average vs DD-WRT 0.2ms))
  
 ====== Snapshot ====== ====== Snapshot ======
- 
-===== sysupgrade ===== 
  
   * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/   * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/
-  * :?New updates might happen after 1AM EST+  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img|factory.bin]] 
 +  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin|sysupgrade.bin]]
  
-  ssh 'root'@'192.168.1.1'+  * [[#luci1|Settings]]
  
-  rm -fv '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -p -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'+===== sysupgrade =====
  
-  rm -fv ~/'.ssh/known_hosts&& ping '192.168.1.1'+  ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null'" 'root'@'192.168.1.1'
  
-==== Windows ==== +  rm -fv '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -p -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'
- +
-  * https://github.com/PowerShell/Win32-OpenSSH +
- +
-  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & "curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip" && RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & "tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads" && "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1 +
- +
-  rm -'/tmp/sysupgrade.img' && sync && sysupgrade --force -n -p -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'+
  
-  DEL /S "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1"+  ping '192.168.1.1'
  
-  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1+  ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null''root'@'192.168.1.1'
  
   sync && passwd   sync && passwd
Line 43: Line 36:
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
  
-  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64"+==== Windows ====
  
-===== Date Check =====+  "%SystemRoot%\System32\OpenSSH\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" "root"@"192.168.1.1"
  
-  https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/+  rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -p -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'
  
-  netgear_r6260-squashfs-sysupgrade+  "%SystemRoot%\System32\PING.EXE" -t "192.168.1.1"
  
-===== Links ===== +  "%SystemRoot%\System32\OpenSSH\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" "root"@"192.168.1.1"
- +
-  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img|factory.bin]] +
-  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin|sysupgrade.bin]] +
- +
-====== Packages ====== +
- +
-===== LuCI ===== +
- +
-  * https://openwrt.org/docs/guide-user/luci/luci.essentials +
- +
-  ssh root@192.168.1.1+
  
   sync && passwd   sync && passwd
Line 68: Line 50:
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
  
-==== Windows ====+=== Non-System SSH ===
  
-****+  https://github.com/PowerShell/Win32-OpenSSH
  
-  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1+  "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip" --progress-bar && RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads" && "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" "root"@"192.168.1.1
 + 
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" "root"@"192.168.1.1"
  
 ====== LuCI ====== ====== LuCI ======
  
-  * TODO: DNS extra HOSTS file+===== Install =====
  
-  wget -O '/etc/blacklist-fg.txt' 'https://scripttiger.github.io/alts/compressed/blacklist-fg.txt'+  https://openwrt.org/docs/guide-user/luci/luci.essentials
  
-  /etc/blacklist-fg.txt+  apk update && apk add 'luci' && sync
  
 ===== System ===== ===== System =====
- 
-  * http://192.168.1.1/cgi-bin/luci/admin/system/system 
- 
-==== System ==== 
- 
-  * Hostname: ''Wraeclast'' 
-  * Timezone: ''America/New_York'' 
- 
-==== Administration ==== 
- 
-=== SSH Access === 
  
   * http://192.168.1.1/cgi-bin/luci/admin/system/admin/dropbear   * http://192.168.1.1/cgi-bin/luci/admin/system/admin/dropbear
- 
-  * Interface: ''lan'' 
  
 ==== Scheduled Tasks ==== ==== Scheduled Tasks ====
Line 103: Line 74:
   * https://openwrt.org/docs/guide-user/base-system/cron#periodic_reboot   * https://openwrt.org/docs/guide-user/base-system/cron#periodic_reboot
   * http://192.168.1.1/cgi-bin/luci/admin/system/crontab   * http://192.168.1.1/cgi-bin/luci/admin/system/crontab
 +  * Daily ''02:45:28 AM'' ((timed to come back online around the same time as a TP-Link AX1500 that restarts at ''2:45 AM'' exact))
  
 <code> <code>
Line 109: Line 81:
  
 # End</code> # End</code>
- 
-==== LED Configuration ==== 
- 
-  * Delete all 
  
 ===== Network ===== ===== Network =====
  
-==== Interfaces ====+  * [[servers:upstream_dns_servers|More DNS Servers]] 
 +  * lan -> DHCP Server -> IPv4 Settings -> Limit: ''48''
  
-  * http://192.168.1.1/cgi-bin/luci/admin/network/network+<code>2606:4700:4700::1112</code>
  
-=== Interfaces ===+<code>2606:4700:4700::1002</code>
  
-== lan ==+<code>1.1.1.2</code>
  
-  * DHCP Server -IPv4 Settings -Limit: ''48''+<code>1.0.0.2</code>
  
-== wan ==+==== Firewall ====
  
-  * Advanced Settings -> ''[ ]'' Use DNS servers advertised by peer+=== Webserver ===
  
-  9.9.9.9+  * ''TCP'' 
 +  * TODO: ''QUIC''
  
-  149.112.112.112+  HTTP
  
-== wan6 ==+  80
  
-  * Advanced Settings -> ''[ ]'' Use DNS servers advertised by peer+  HTTPS
  
-  2620:fe::fe+  443
  
-  2620:fe::9+=== XMPP ===
  
-=== Global network options ===+  * [[servers:linux:prosody|Prosody]] 
 +  * ''TCP''
  
-  * Packet Steering: Disabled+  XMPP c2S
  
-==== Firewall ====+  5222
  
-  * http://192.168.1.1/cgi-bin/luci/admin/network/firewall+  XMPP s2s
  
-=== General Settings ===+  5269
  
-  * Flow offloading type: Hardware flow offload+==== WAN Block ====
  
-=== Port Forwards ===+  * Firewall -> Traffic Rules
  
-  * TODOnginx ''QUIC'' 443 UDP+  * Protocol: ''Any'' 
 +  * Source zone: ''Any zone (forward)'' 
 +  * Destination zone: ''wan:'' ''wan6:'' 
 +  * Action: ''drop''
  
-  HTTP +  * Source MAC address: (devices)
- +
-  80 +
- +
-  HTTPS +
- +
-  443+
  
 ====== Recovery ====== ====== Recovery ======
Line 225: Line 193:
  
 ethtool -s eth0 speed 1000 duplex full autoneg off ethtool -s eth0 speed 1000 duplex full autoneg off
- 
  
 ethtool -K eth0 tso off</code> ethtool -K eth0 tso off</code>
 +
 +====== New nmrpflash ======
 +
 +===== Windows =====
 +
 +==== Npcap =====
 +
 +  * https://npcap.com/#download
 +  * Last tested: ''npcap-1.88.exe''
 +
 +  * ''[ ]'' Restrict Npcap driver's access to Administrators only
 +  * ''[ ]'' Support raw 802.11 traffic (and monitor mode) for wireless adapters
 +  * ''[x]'' Install Npcap in WinPcap API-compatible Mode
 +
 +==== nmrpflash ====
 +
 +  * https://github.com/jclehner/nmrpflash
 +  * https://github.com/jclehner/nmrpflash/releases
 +  * Last tested: ''nmrpflash-0.9.27-win32.zip''
 +
 +  MOVE /Y "%UserProfile%\Downloads\nmrpflash-"*"-win32.zip" "%UserProfile%\Downloads\nmrpflash-win32.zip" & "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\nmrpflash-win32.zip" -C "%UserProfile%\Downloads" "nmrpflash.exe" && DIR /B "%UserProfile%\Downloads\nmrpflash.exe"
 +
 +==== Official Firmware ====
 +
 +  * https://www.netgear.com/support/product/r6260
 +  * Last tested: ''R6260-V1.1.1.88.zip''
 +
 +  MOVE /Y "%UserProfile%\Downloads\R6260-V"*".zip" "%UserProfile%\Downloads\R6260-NETGEAR.zip" & "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\R6260-NETGEAR.zip" -C "%UserProfile%\Downloads" "R6260-V"*".img" && MOVE /Y "%UserProfile%\Downloads\R6260-V"*".img" "%UserProfile%\Downloads\R6260-NETGEAR.img" && DIR /B "%UserProfile%\Downloads\R6260-NETGEAR.img" & DEL /Q "%UserProfile%\Downloads\R6260-NETGEAR.zip"
 +
 +  "%UserProfile%\Downloads\nmrpflash.exe" -L
 +
 +  "%UserProfile%\Downloads\nmrpflash.exe" -a "192.168.1.1" -M "255.255.255.0" -R "NA" -i "eth4" -f "%UserProfile%\Downloads\R6260-NETGEAR.img" -v
 +
 +  "%SystemRoot%\System32\PING.EXE" -t "192.168.1.1"
 +
 +==== OpenWRT Snapshot ====
 +
 +  "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img" --location "https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img" --progress-bar && DIR /B "%UserProfile%\Downloads\openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img"
 +
 +  "%UserProfile%\Downloads\nmrpflash.exe" -L
 +
 +  "%UserProfile%\Downloads\nmrpflash.exe" -i "eth4" -f "%UserProfile%\Downloads\openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img" -v
 +
 +  "%SystemRoot%\System32\PING.EXE" -t "192.168.1.1"
 +
 +==== Clean-up ====
 +
 +  * TODO
  
/usr/local/www/wiki/data/attic/devices/network/netgear_r6260_openwrt.1768805956.txt.gz · Last modified: by Sean Rhone