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 [2025/06/19 23:45] Sean Rhonedevices:network:netgear_r6260_openwrt [2025/06/19 23:54] (current) – [LuCI] Sean Rhone
Line 12: Line 12:
 ====== Snapshot ====== ====== Snapshot ======
  
-==== Links ====+===== Links =====
  
   * ''ramips/mt7621''   * ''ramips/mt7621''
Line 19: Line 19:
   * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin|sysupgrade.bin]]   * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin|sysupgrade.bin]]
  
-==== sysupgrade ====+===== sysupgrade =====
  
   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
Line 29: Line 29:
   DEL /S "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1"   DEL /S "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1"
  
-===== Packages =====+====== Packages ======
  
-==== LuCI ====+===== LuCI =====
  
-  ssh root@192.168.1.1+  * https://openwrt.org/docs/guide-user/luci/luci.essentials 
 + 
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1
  
   sync && passwd   sync && passwd
Line 42: Line 44:
  
   * http://192.168.1.1   * http://192.168.1.1
 +
 +===== cron =====
 +
 +  * https://openwrt.org/docs/guide-user/base-system/cron#periodic_reboot
 +  * System -> Scheduled Tasks
 +
 +<code>
 +# Restart 3:00 AM
 +0 3 * * * sleep '70' && touch '/etc/banner' && reboot
 +
 +# End</code>
  
 ===== DNS ===== ===== DNS =====
C:/www/wiki/data/attic/devices/network/netgear_r6260_openwrt.1750391122.txt.gz · Last modified: by Sean Rhone