User Tools

Site Tools


devices:network:linksys_ea6350_v3_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:linksys_ea6350_v3_openwrt [2024/08/14 21:10] – [Firewall] Sean Rhonedevices:network:linksys_ea6350_v3_openwrt [2024/10/26 05:47] (current) Sean Rhone
Line 10: Line 10:
   * 2021/07/02: :!: When using Oculus Air Link and a speed test at 60Mbps download, CPU 0 is around 75% load and the other 3 are 1-5%. Packet Steering is disabled by-default and doesn't seem to do anything when enabled. irqbalance spreads the load quite nicely and drops CPU 0 in the same situation to around 20%. Presumably, if ISP speeds increase beyond 60Mbps, irqbalance will be required.   * 2021/07/02: :!: When using Oculus Air Link and a speed test at 60Mbps download, CPU 0 is around 75% load and the other 3 are 1-5%. Packet Steering is disabled by-default and doesn't seem to do anything when enabled. irqbalance spreads the load quite nicely and drops CPU 0 in the same situation to around 20%. Presumably, if ISP speeds increase beyond 60Mbps, irqbalance will be required.
   * 2021/08: For 5GHz, the wireless channels chosen needs to do 30 dBm on both 2.4GHz and 5GHz. For 5GHz, 149 works fine.   * 2021/08: For 5GHz, the wireless channels chosen needs to do 30 dBm on both 2.4GHz and 5GHz. For 5GHz, 149 works fine.
 +  * :!: 2024/05/13: Wrong polarity on power barrel will fry the router/require hardware repair ([[https://discussion.fedoraproject.org/t/i-rebuilt-my-nas-and-also-powered-my-whole-network-from-molex/117002|post]])
  
 ====== Snapshot ====== ====== Snapshot ======
Line 42: Line 43:
 ====== Wireless AP Mode ====== ====== Wireless AP Mode ======
  
-  * [[https://openwrt.org/docs/guide-user/network/wifi/dumbap|Wireless Access Point / Dumb Access Point / Dumb AP]]+  * https://openwrt.org/docs/guide-user/network/wifi/relay_configuration
  
 ===== Network ===== ===== Network =====
  
-  * [[https://openwrt.org/docs/guide-user/network/openwrt_as_routerdevice|OpenWrt as router device]] +  * Sets router IP to ''192.168.2.1''
- +
-  * Sets router IP to ''192.168.1.2''+
   * Sets router Gateway and DNS to ''192.168.1.1''   * Sets router Gateway and DNS to ''192.168.1.1''
   * Disables DHCPv6   * Disables DHCPv6
  
-<code> +<code>uci set network.lan.ipaddr=192.168.2.1 & uci set network.lan.gateway=192.168.1.1 & uci set network.lan.dns=192.168.1.1 & uci set dhcp.lan.dhcpv6=disabled & uci set dhcp.lan.ra=disabled & uci commit & service network restart & sync</code>
-uci set network.lan.ipaddr=192.168.1.2 && uci set network.lan.gateway=192.168.1.1 && uci set network.lan.dns=192.168.1.1 && uci set dhcp.lan.dhcpv6=disabled && uci set dhcp.lan.ra=disabled && uci commit && service network restart && sync</code>+
  
 ===== Services ===== ===== Services =====
Line 59: Line 57:
   * Disables ''dnsmasq'', ''firewall'', and ''odhcpd'' services   * Disables ''dnsmasq'', ''firewall'', and ''odhcpd'' services
  
-<code> +<code>/etc/init.d/dnsmasq disable & /etc/init.d/dnsmasq stop & /etc/init.d/firewall disable & /etc/init.d/firewall stop & /etc/init.d/odhcpd disable & /etc/init.d/odhcpd stop & /etc/init.d/network reload & sync</code>
-/etc/init.d/dnsmasq disable && /etc/init.d/dnsmasq stop && /etc/init.d/firewall disable && /etc/init.d/firewall stop && /etc/init.d/odhcpd disable && /etc/init.d/odhcpd stop && /etc/init.d/network reload && sync</code>+
  
 ====== irqbalance ====== ====== irqbalance ======
Line 70: Line 67:
 ====== LuCI ====== ====== LuCI ======
  
-  * http://192.168.1.2+  * http://192.168.2.1
  
 ===== Startup ===== ===== Startup =====
Line 77: Line 74:
   * :!: This is seemingly required in order to keep latency at a consistent 0.2ms on Ethernet   * :!: This is seemingly required in order to keep latency at a consistent 0.2ms on Ethernet
  
-  * http://192.168.1.2/cgi-bin/luci/admin/system/startup+  * http://192.168.2.1/cgi-bin/luci/admin/system/startup
  
 <code> <code>
/srv/www/wiki/data/attic/devices/network/linksys_ea6350_v3_openwrt.1723684224.txt.gz · Last modified: by Sean Rhone