User Tools

Site Tools


devices:network:netgear_wndr3800_librecmc

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_wndr3800_librecmc [2025/05/01 19:21] Sean Rhonedevices:network:netgear_wndr3800_librecmc [2025/05/16 21:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Snapshot ======
 +
   * https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/   * https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/
 +  * Last timestamp: ''2025-Mar-24 04:05''
 +
 +  * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" "root"@"192.168.1.1"
 +
 +  rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -v 'https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/librecmc-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin'
 +
 +  DEL /Q "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1"
  
 ====== Disable LuCI SSL ====== ====== Disable LuCI SSL ======
 +
 +  * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
  
   "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" "root"@"192.168.1.1"   "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" "root"@"192.168.1.1"
  
   uci set 'uhttpd.main.redirect_https'='0' && uci commit 'uhttpd' && service 'uhttpd' reload && sync   uci set 'uhttpd.main.redirect_https'='0' && uci commit 'uhttpd' && service 'uhttpd' reload && sync
 +
 +====== Settings ======
 +
 +===== Scheduled Reboot =====
 +
 +  * http://192.168.1.1/cgi-bin/luci/admin/system/crontab
 +
 +<code>
 +# Restart 3:00 AM
 +0 3 * * * sleep '70' && touch '/etc/banner' && reboot</code>
 +
 +===== Firewall =====
 +
 +  * http://192.168.1.1/cgi-bin/luci/admin/network/firewall/forwards
 +
 +  * 80/tcp HTTP
 +  * 443/tcp HTTPS
  
/srv/www/wiki/data/attic/devices/network/netgear_wndr3800_librecmc.1746141690.txt.gz · Last modified: by Sean Rhone