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 [2024/08/13 19:40] – external edit 127.0.0.1devices:network:netgear_wndr3800_librecmc [2025/05/16 21:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
-  * https://librecmc.org/librecmc/downloads/snapshots/current/main/ar71xx/generic +====== Snapshot ====== 
-  * https://librecmc.org/librecmc/downloads/snapshots/current/main/ar71xx/generic/librecmc-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin + 
-  * https://downloads.openwrt.org/snapshots/targets/ar71xx/generic+  * https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic
-  * https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/openwrt-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin+  * 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 ====== 
 + 
 +  * [[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" 
 + 
 +  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.1723592416.txt.gz · Last modified: by 127.0.0.1