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/31 01:22] – [Notes] Sean Rhonedevices:network:netgear_r6260_openwrt [2026/06/08 00:31] (current) Sean Rhone
Line 15: Line 15:
  
 ====== Snapshot ====== ====== Snapshot ======
- 
-===== sysupgrade ===== 
  
   * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/   * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/
 +  * [[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+  ping '192.168.1.1'
  
-  RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64& 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" --progress-bar && 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 +  ssh -"StrictHostKeyChecking='no'" -"UserKnownHostsFile='/dev/null''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' +
- +
-  DEL /S "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1" +
- +
-  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1+
  
   sync && passwd   sync && passwd
Line 42: Line 36:
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
  
-  * [[#luci1|Settings]]+==== Windows ====
  
-  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR //Q "%UserProfile%\Downloads\OpenSSH-Win64"+  * https://github.com/PowerShell/Win32-OpenSSH
  
-===== Date Check =====+  "%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
  
-  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+  ping -t "192.168.1.1"
  
-===== Links ===== +  "%UserProfile%\Downloads\OpenSSH-Win64\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 69: Line 52:
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
  
-==== Windows ====+====== LuCI ======
  
-****+===== Install =====
  
-  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1+  * https://openwrt.org/docs/guide-user/luci/luci.essentials
  
-====== LuCI ======+  apk update && apk add 'luci' && sync
  
 ===== System ===== ===== System =====
Line 85: Line 68:
   * 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 ''2:45:28 AM'' ((timed to come back online around the same time as a TP-Link AX1500))+  * 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 107: Line 90:
  
 ==== Firewall ==== ==== Firewall ====
 +
 +=== Webserver ===
 +
 +  * ''TCP''
 +  * TODO: ''QUIC''
  
   HTTP   HTTP
Line 115: Line 103:
  
   443   443
 +
 +=== XMPP ===
 +
 +  * [[servers:linux:prosody|Prosody]]
 +  * ''TCP''
 +
 +  XMPP c2S
 +
 +  5222
 +
 +  XMPP s2s
 +
 +  5269
  
 ====== Recovery ====== ====== Recovery ======
/usr/local/www/wiki/data/attic/devices/network/netgear_r6260_openwrt.1769840543.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki