Home Network
- Multiwan 2: Segmentation and Gateway Groups
Mar 22, 2024
-
3 min readA more advanced and useful multiwan failover setup. Block some VLANs from accessing the failover connection, limiting failover use to actual users or other high priority traffic.
- Multiwan Failover With OPNsense and an LTE modem
Mar 4, 2024
-
5 min readA simple multiwan failover setup incase of primary ISP outage.
- Documenting my current home network
Sep 29, 2023
-
3 min read
My home network setup currently allows me to host multiple useful services in a K3S cluster, as well as access my security footage or any other service remotely over Wireguard. All host level resources are deployed with Ansible for automation. No manual changes allowed.
That is to say, no manual changes other than OS install. That part still needs to be automated in order to make all hosts truly replaceable.
Application level automation is largely through helm for services deployed in K3S, and docker-compose managed through Ansible for those special cases.