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/07/08 20:37] Sean Rhonedevices:network:netgear_r6260_openwrt [2026/07/16 02:32] (current) Sean Rhone
Line 38: Line 38:
 ==== Windows ==== ==== Windows ====
  
-  * https://github.com/PowerShell/Win32-OpenSSH +  "%SystemRoot%\System32\OpenSSH\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'"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+
  
   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'   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'
  
-  ping -t "192.168.1.1"+  "%SystemRoot%\System32\PING.EXE" -t "192.168.1.1"
  
-  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" root@192.168.1.1+  "%SystemRoot%\System32\OpenSSH\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'"root"@"192.168.1.1"
  
   sync && passwd   sync && passwd
  
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
 +
 +=== Non-System SSH ===
 +
 +  * https://github.com/PowerShell/Win32-OpenSSH
 +
 +  "%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 ======
Line 210: Line 216:
  
   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"   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 ==== ==== OpenWRT Snapshot ====
Line 219: Line 238:
   "%UserProfile%\Downloads\nmrpflash.exe" -i "eth4" -f "%UserProfile%\Downloads\openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img" -v   "%UserProfile%\Downloads\nmrpflash.exe" -i "eth4" -f "%UserProfile%\Downloads\openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img" -v
  
-  ping -t "192.168.1.1"+  "%SystemRoot%\System32\PING.EXE" -t "192.168.1.1" 
 + 
 +==== Clean-up ==== 
 + 
 +  * TODO
  
/usr/local/www/wiki/data/attic/devices/network/netgear_r6260_openwrt.1783557443.txt.gz · Last modified: by Sean Rhone