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/29 01:32] – [Windows] Sean Rhonedevices:network:netgear_r6260_openwrt [2026/02/01 22:59] (current) – [Scheduled Tasks] Sean Rhone
Line 12: Line 12:
  
   * 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 ======
Line 19: Line 19:
  
   * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/   * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/
-  * :?: New updates happen between 1AM and 8:42AM EST 
  
   ssh 'root'@'192.168.1.1'   ssh 'root'@'192.168.1.1'
Line 42: Line 41:
  
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
 +
 +  * [[#luci1|Settings]]
  
   DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64"   DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64"
Line 75: Line 76:
  
 ====== LuCI ====== ====== LuCI ======
- 
-  * TODO: DNS extra HOSTS file 
- 
-  wget -O '/etc/blacklist-fg.txt' 'https://scripttiger.github.io/alts/compressed/blacklist-fg.txt' 
- 
-  /etc/blacklist-fg.txt 
  
 ===== System ===== ===== System =====
- 
-  * http://192.168.1.1/cgi-bin/luci/admin/system/system 
- 
-==== System ==== 
- 
-  * Hostname: ''Wraeclast'' 
-  * Timezone: ''America/New_York'' 
- 
-==== Administration ==== 
- 
-=== SSH Access === 
  
   * http://192.168.1.1/cgi-bin/luci/admin/system/admin/dropbear   * http://192.168.1.1/cgi-bin/luci/admin/system/admin/dropbear
- 
-  * Interface: ''lan'' 
  
 ==== Scheduled Tasks ==== ==== Scheduled Tasks ====
Line 103: Line 85:
   * 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 ''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 109: Line 92:
  
 # End</code> # End</code>
- 
-==== LED Configuration ==== 
- 
-  * Delete all 
  
 ===== Network ===== ===== Network =====
  
-==== Interfaces ====+  * [[servers:upstream_dns_servers|More DNS Servers]] 
 +  * lan -> DHCP Server -> IPv4 Settings -> Limit: ''48''
  
-  * http://192.168.1.1/cgi-bin/luci/admin/network/network+<code>2606:4700:4700::1112</code>
  
-=== Interfaces ===+<code>2606:4700:4700::1002</code>
  
-== lan ==+<code>1.1.1.2</code>
  
-  * DHCP Server -IPv4 Settings -> Limit: ''48'' +<code>1.0.0.2</code>
- +
-== wan == +
- +
-  * Advanced Settings -> ''[ ]'' Use DNS servers advertised by peer +
- +
-  9.9.9.9 +
- +
-  149.112.112.112 +
- +
-== wan6 == +
- +
-  * Advanced Settings -''[ ]'' Use DNS servers advertised by peer +
- +
-  2620:fe::fe +
- +
-  2620:fe::+
- +
-=== Global network options === +
- +
-  * Packet Steering: Disabled+
  
 ==== Firewall ==== ==== Firewall ====
- 
-  * http://192.168.1.1/cgi-bin/luci/admin/network/firewall 
- 
-=== General Settings === 
- 
-  * Flow offloading type: Hardware flow offload 
- 
-=== Port Forwards === 
- 
-  * TODO: nginx ''QUIC'' 443 UDP 
  
   HTTP   HTTP
Line 225: Line 175:
  
 ethtool -s eth0 speed 1000 duplex full autoneg off ethtool -s eth0 speed 1000 duplex full autoneg off
- 
  
 ethtool -K eth0 tso off</code> ethtool -K eth0 tso off</code>
  
/usr/local/www/wiki/data/attic/devices/network/netgear_r6260_openwrt.1769668345.txt.gz · Last modified: by Sean Rhone