Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_router:wifi [2025-03-09 Sun wk10 09:56] – [Wifi Router / Access Points] baumkp | linux_router:wifi [2025-11-28 Fri wk48 19:20] (current) – [/etc/config/uhttpd] baumkp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| ======Wifi Router / Access Points====== | ======Wifi Router / Access Points====== | ||
| I prefer to run higher quality wifi access points (AP) than the all in one type routers. | I prefer to run higher quality wifi access points (AP) than the all in one type routers. | ||
| - | My house is reasonably large, | + | My house is reasonably large, |
| Wifi performance is generally oversold. | Wifi performance is generally oversold. | ||
| Line 8: | Line 9: | ||
| Ultimately, what is important is the actual performance is the wifi system is satisfactory. | Ultimately, what is important is the actual performance is the wifi system is satisfactory. | ||
| - | The current access points are Netgate [[https:// | + | The current access points are Netgate [[https:// |
| My old wifi access points from 2014 were [[https:// | My old wifi access points from 2014 were [[https:// | ||
| Line 14: | Line 15: | ||
| =====Wi-Fi Extender/ | =====Wi-Fi Extender/ | ||
| I always setup my Wifi Routers as Wifi Access Points (AP) using an Ethernet uplink only, also know as "Dump AP" or " | I always setup my Wifi Routers as Wifi Access Points (AP) using an Ethernet uplink only, also know as "Dump AP" or " | ||
| + | |||
| + | 802.11r is fast transition from one AP to another in the same mobility domain (i.e. faster authentication when you roam from one AP to another) | ||
| + | 802.11k/v is band steering (i.e. help the client device to find a nearby AP that it would consider roaming to or " | ||
| + | |||
| + | =====/ | ||
| + | |||
| + | ++++ default / | ||
| + | < | ||
| + | list listen_http ' | ||
| + | list listen_http ' | ||
| + | list listen_https ' | ||
| + | list listen_https ' | ||
| + | option redirect_https ' | ||
| + | option home '/ | ||
| + | option rfc1918_filter ' | ||
| + | option max_requests ' | ||
| + | option max_connections ' | ||
| + | option cert '/ | ||
| + | option key '/ | ||
| + | option cgi_prefix '/ | ||
| + | list lua_prefix '/ | ||
| + | option script_timeout ' | ||
| + | option network_timeout ' | ||
| + | option http_keepalive ' | ||
| + | option tcp_keepalive ' | ||
| + | option ubus_prefix '/ | ||
| + | |||
| + | config cert ' | ||
| + | option days ' | ||
| + | option key_type ' | ||
| + | option bits ' | ||
| + | option ec_curve ' | ||
| + | option country ' | ||
| + | option state ' | ||
| + | option location ' | ||
| + | option commonname ' | ||
| + | ++++ | ||
| + | Check the certificate public key, not private key, with the command '' | ||
| + | |||
| + | I copy my main ' | ||
| + | *'' | ||
| + | *'' | ||
| + | I have a separate script that extracts the various certificates key from Traefik combined certificate file that I need to use on my mail server, that is mentioned elsewhere on my wiki. | ||
| + | |||
| + | After the certificates are updated the router must be rebooted or the uhttpd module restarted: | ||
| + | *ssh into the router '' | ||
| + | *Or run the command in ssh: '' | ||
| + | |||
| + | =====homepage widget===== | ||
| + | [[https:// | ||
| + | |||
| + | Note that after upgrading these wifi router APs openwrt software from version 24.10.0 to 24.10.2 the ACL files were lost and had to be recreated. | ||
| + | |||
| ====References==== | ====References==== | ||
| *[[https:// | *[[https:// | ||
| - | *[https:// | + | *[[https:// |
| *[[https:// | *[[https:// | ||
| *[[https:// | *[[https:// | ||
| - | * | + | *[[https:// |
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| - | [[https:// | + | [[https:// |
| + | [[https:// | ||
| <- linux_router: | <- linux_router: | ||