| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| devices:network:netgear_r6260_openwrt [2026/01/31 01:20] – [Scheduled Tasks] Sean Rhone | devices:network:netgear_r6260_openwrt [2026/06/08 00:31] (current) – Sean Rhone |
|---|
| |
| * Stock firmware reports ''d(149)+p(153)+d(157)+d(161)'' for 5GHz channels with ''153'' selected and ''11(P)+7(S)'' for 2.4GHz with ''11'' selected | * Stock firmware reports ''d(149)+p(153)+d(157)+d(161)'' for 5GHz channels with ''153'' selected and ''11(P)+7(S)'' for 2.4GHz with ''11'' selected |
| * 2026: OpenWRT has //slightly// higher LAN pings than [[devices:network:netgear_r6260_dd-wrt|DD-WRT]] ((2025/11/01: pings 0.4ms average vs DD-WRT 0.2ms)) | * 2026: OpenWRT had //slightly// higher LAN pings than [[devices:network:netgear_r6260_dd-wrt|DD-WRT]] ((2025/11/01: pings 0.4ms average vs DD-WRT 0.2ms)) |
| |
| ====== 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 -o "StrictHostKeyChecking='no'" -o "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 |
| apk update && apk add 'luci' && sync | apk update && apk add 'luci' && sync |
| |
| * [[#luci1|Settings]] | ==== Windows ==== |
| |
| DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /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 |
| 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 ===== |
| * 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> |
| |
| ==== Firewall ==== | ==== Firewall ==== |
| | |
| | === Webserver === |
| | |
| | * ''TCP'' |
| | * TODO: ''QUIC'' |
| |
| HTTP | HTTP |
| |
| 443 | 443 |
| | |
| | === XMPP === |
| | |
| | * [[servers:linux:prosody|Prosody]] |
| | * ''TCP'' |
| | |
| | XMPP c2S |
| | |
| | 5222 |
| | |
| | XMPP s2s |
| | |
| | 5269 |
| |
| ====== Recovery ====== | ====== Recovery ====== |