devices:linksys_ea6350_v3
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
devices:linksys_ea6350_v3 [2021/09/09 04:11] – [Wireless AP] Sean Rhone | devices:linksys_ea6350_v3 [2024/08/13 19:38] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ===== Notes ===== | ||
- | |||
- | * 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' | ||
- | * 2021/08: For 5GHz, the wireless channels chosen needs to do 30 dBm on both 2.4GHz and 5GHz. For 5GHz, 149 works fine. | ||
- | |||
- | ====== Snapshot ====== | ||
- | |||
- | ==== Links ==== | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ==== sysupgrade ==== | ||
- | |||
- | * This downloads the latest '' | ||
- | |||
- | ssh ' | ||
- | |||
- | rm -f '/ | ||
- | |||
- | rm -Rf ~/' | ||
- | |||
- | ====== Packages ====== | ||
- | |||
- | * [[https:// | ||
- | |||
- | ssh ' | ||
- | |||
- | passwd | ||
- | |||
- | opkg update && opkg install luci && sync | ||
- | |||
- | ====== Wireless AP ====== | ||
- | |||
- | * [[https:// | ||
- | |||
- | ===== Network ===== | ||
- | |||
- | * Sets router IP to '' | ||
- | * Sets router Gateway and DNS to '' | ||
- | * Disables DHCPv6 | ||
- | |||
- | < | ||
- | 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</ | ||
- | |||
- | ===== Services ===== | ||
- | |||
- | * Disables '' | ||
- | |||
- | < | ||
- | / | ||
- | |||
- | ====== LuCI ====== | ||
- | |||
- | * http:// | ||
- | |||
- | ===== Startup ===== | ||
- | |||
- | * http:// | ||
- | * https:// | ||
- | * :!: This is seemingly required in order to keep latency at a consistent 0.2ms on Ethernet | ||
- | |||
- | < | ||
- | # Put your custom commands here that should be executed once | ||
- | # the system init finished. By default this file does nothing. | ||
- | |||
- | echo ' | ||
- | |||
- | exit 0</ | ||
- | |||
- | ==== Verify ==== | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | ===== Quad9 DNS ===== | ||
- | |||
- | * [[https:// | ||
- | * See [[notes: | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | |||
- | ===== Wireless ===== | ||
- | |||
- | ==== 2.4GHz ==== | ||
- | |||
- | * Country Code: US | ||
- | * Channel: 6 | ||
- | * Width: 40 MHz | ||
- | * Encryption: WPA2-PSK CCMP AES | ||
- | |||
- | < | ||
- | |||
- | ==== 5GHz ==== | ||
- | |||
- | * Country Code: US | ||
- | * :!: Channel: 149 | ||
- | * Width: 80 MHz | ||
- | * Encryption: WPA2-PSK CCMP AES | ||
- | |||
- | < | ||
/srv/www/wiki/data/attic/devices/linksys_ea6350_v3.1631175072.txt.gz · Last modified: by Sean Rhone