Recently, I noticed that my WiFi setup was not great - some devices were trying to do too much!
For example, the modem provided by my Internet Service Provider (ISP) was bridging, routing packets, Serving DHCP and DNS requests and propagating a WiFi signal. This is convenient for most people that want a product that “just works” out of the box - but it can overwork the hardware.
To address this issue I decided to split out the network infrastructure for redundancy and better load balancing of services.
Some time ago, I started buying hardware in pairs. Once I decide on a hardware platform for a specific purpose - I buy two units and keep one unit in storage. I also purchase used or refurbished whenever possible to offset the price increase when buying two units.
This is a list of requirements that must be met in order for the infrastructure to be “wife approved”:
- Less than 1% internet downtime due to maintenance or mis-configuration.
- Seamless roaming between access points anywhere on 1/3rd acre property.
- Ability to disconnect clients manually, or on a schedule.
- No subscription or cloud-based services required.
- provide reliable 802.11AC speeds to up to 20 clients
- Adblocking for all LAN clients
- Network hardware devices powered by UPS to prevent dropouts when power goes out.
This is a list of features that were desired, but not required:
- Collect, graph and analyze Lan, Wifi, and WAN traffic.
- Fast (under 5 minutes) hardware device replacements.
- Hardware devices follow the unix philosophy “Do one thing, do it well”.
- Stream three 4K 10mBit videos from Jellyfin concurrently.
- Access Points are powered via PoE to reduce wiring during installs.
Here is a breakdown of the network hardware used:
- Router/Firewall -
- HP ProDesk 400 G3
- Hardware Specs: Intel i3-6100, 4GB ddr4, IBM 00E0838 Quad Port 1Gb Network Adapter Card
- using SFF instead of MicroPC for easy installation of Network Adapter card
- Ethernet Switching -
- Gigabit Switch: 16 Port Gigabit NETGEAR ProSafe GS116 v2
- PoE switch: 5 Port PoE Gigabit NETGEAR Ethernet Plus Switch GS305EP
- Wifi Equipment -
- Access Points: TL-WA1201 - two units installed in opposite ends of property
- Uninterruptible Power Supply (UPS) -
- APC Battery Backup BX850M
- Future APC models will drop support for power management tools through USB for a proprietary version, YMMV (Link).
Here is a breakdown of the network software used:
- Firewall OS - OPNSense 24.x (Link)
- Wifi AP OS - OpenWrt 24.x (Link)