User Tools

Site Tools


devices:network:netgear_r6260_dd-wrt

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_dd-wrt [2025/11/08 03:16] – [Testing] Sean Rhonedevices:network:netgear_r6260_dd-wrt [2026/07/06 08:58] (current) Sean Rhone
Line 2: Line 2:
  
   * https://wiki.dd-wrt.com/wiki/index.php/Netgear_R6260   * https://wiki.dd-wrt.com/wiki/index.php/Netgear_R6260
- 
-  * https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/latest/netgear-r6260/ 
  
 ====== Update ====== ====== Update ======
  
   * Command Shell -> Commands (top box) -> ''[Run Commands]'' (bottom green button) ((update and restart automatically happens shortly after download finish, [[https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1269628&sid=1f3ea9b71102c68432d79aff1ff08fcc#1269628|source]]))   * Command Shell -> Commands (top box) -> ''[Run Commands]'' (bottom green button) ((update and restart automatically happens shortly after download finish, [[https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1269628&sid=1f3ea9b71102c68432d79aff1ff08fcc#1269628|source]]))
 +  * https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/latest/netgear-r6260/
  
   * http://192.168.1.1/Diagnostics.asp   * http://192.168.1.1/Diagnostics.asp
Line 14: Line 13:
  
   ping '192.168.1.1'   ping '192.168.1.1'
 +
 +  ping -t "192.168.1.1"
  
 ====== Settings ====== ====== Settings ======
Line 21: Line 22:
 ==== Testing ==== ==== Testing ====
  
-  * 2025/10/04: VLC seemingly prefers a 60s buffer ((cuts out randomly 45s or less))+  * 2025/10/04: VLC seemingly prefers a 60sbuffer ((cuts out randomly 45s or less when router TCP/UDP timeouts were 15s))
  
   * http://192.168.1.1/Management.asp   * http://192.168.1.1/Management.asp
  
-  * TCP Congestion Control: ''westwood'' +  * TCP Congestion Control: ''highspeed'' 
-  * Maximum Connections: ''1048575'' +  * Maximum Connections: ''1048576'' 
-  * TCP Timeout: ''15'' seconds +  * TCP Timeout: ''60'' seconds 
-  * UDP Timeout: ''15'' seconds+  * UDP Timeout: ''60'' seconds
  
 ==== Defaults ==== ==== Defaults ====
Line 36: Line 37:
   * TCP Timeout: ''3600'' seconds   * TCP Timeout: ''3600'' seconds
   * UDP Timeout: ''120'' seconds   * UDP Timeout: ''120'' seconds
 +
 +==== Etc ====
 +
 +  * https://blog.cloudflare.com/optimizing-tcp-for-high-throughput-and-low-latency/#new-settings-under-test-new
 +  * 2026/07/06: Likely ''tcp_rmem'' and/or ''tcp_wmem'' had high RAM use before 24hr reboot
 +
 +<code>
 +tcp_rmem
 +4096 131072 940864
 +8192 262144 536870912
 +
 +tcp_wmem
 +4096 16384 940864
 +4096 16384 536870912
 +
 +tcp_adv_win_scale
 +1
 +-2
 +
 +tcp_collapse_max_bytes
 +0
 +6291456
 +
 +tcp_notsent_lowat
 +4294967295
 +131072</code>
  
 ===== Administration ===== ===== Administration =====
Line 51: Line 78:
 ===== nmrpflash ===== ===== nmrpflash =====
  
-  * :!: 2025/10/25: FreeBSD ''nmrpflash'' can't be used to initial-flash DD-WRT (([[https://github.com/jclehner/nmrpflash/issues/84|TFTP block rollover]]; [[#freebsd|NETGEAR stock]] flashes fine for webUI flash to DD-WRT later))+  * 2025/10/25: FreeBSD ''nmrpflash'' couldn't be used to initial-flash DD-WRT (([[https://github.com/jclehner/nmrpflash/issues/84|TFTP block rollover]]; [[#freebsd|NETGEAR stock]] flashes fine for webUI flash to DD-WRT later))
  
 ==== Windows ==== ==== Windows ====
Line 58: Line 85:
  
   * https://npcap.com/#download   * https://npcap.com/#download
-  * Last tested: ''npcap-1.83.exe''+  * Last tested: ''npcap-1.88.exe''
  
   * ''[x]'' Install Npcap in WinPcap API-compatible Mode   * ''[x]'' Install Npcap in WinPcap API-compatible Mode
Line 65: Line 92:
  
   * https://github.com/jclehner/nmrpflash/releases   * https://github.com/jclehner/nmrpflash/releases
-  * Last tested: ''nmrpflash-0.9.25-win32.zip''+  * Last tested: ''nmrpflash-0.9.27-win32.zip''
  
   * https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/latest/netgear-r6260/   * https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/latest/netgear-r6260/
  
-  "%UserProfile%\Downloads\nmrpflash-0.9.25-win32\nmrpflash.exe" -L+  "%UserProfile%\Downloads\nmrpflash-0.9.27-win32\nmrpflash.exe" -L
  
-  "%UserProfile%\Downloads\nmrpflash-0.9.25-win32\nmrpflash.exe" -f "%UserProfile%\Downloads\factory-to-ddwrt.img" -i "net7" -v+  "%UserProfile%\Downloads\nmrpflash-0.9.27-win32\nmrpflash.exe" -f "%UserProfile%\Downloads\factory-to-ddwrt.img" -i "net7" -v
  
 ====== Recovery ====== ====== Recovery ======
Line 100: Line 127:
  
   * https://npcap.com/#download   * https://npcap.com/#download
-  * Last tested: ''npcap-1.83.exe''+  * Last tested: ''npcap-1.88.exe''
  
   * ''[x]'' Install Npcap in WinPcap API-compatible Mode   * ''[x]'' Install Npcap in WinPcap API-compatible Mode
Line 107: Line 134:
  
   * https://github.com/jclehner/nmrpflash/releases   * https://github.com/jclehner/nmrpflash/releases
-  * Last tested: ''nmrpflash-0.9.25-win32.zip''+  * Last tested: ''nmrpflash-0.9.27-win32.zip''
  
   * https://www.netgear.com/support/product/r6260/#download   * https://www.netgear.com/support/product/r6260/#download
Line 115: Line 142:
   * Post-flash URL: http://192.168.1.1/BRS_index.htm   * Post-flash URL: http://192.168.1.1/BRS_index.htm
  
-  "%UserProfile%\Downloads\nmrpflash-0.9.25-win32\nmrpflash.exe" -L+  "%UserProfile%\Downloads\nmrpflash-0.9.27-win32\nmrpflash.exe" -L
  
-  "%UserProfile%\Downloads\nmrpflash-0.9.25-win32\nmrpflash.exe" -a "192.168.1.1" -f "%UserProfile%\Downloads\R6260-V1.1.1.88\R6260-V1.1.1.88_1.0.1.img" -i "net7" -M "255.255.255.0" -R "NA" -v+  "%UserProfile%\Downloads\nmrpflash-0.9.27-win32\nmrpflash.exe" -a "192.168.1.1" -f "%UserProfile%\Downloads\R6260-V1.1.1.88\R6260-V1.1.1.88_1.0.1.img" -i "net7" -M "255.255.255.0" -R "NA" -v
  
/usr/local/www/wiki/data/attic/devices/network/netgear_r6260_dd-wrt.1762589791.txt.gz · Last modified: by Sean Rhone