Added Garage AP
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Chris Cowley 2025-09-17 14:33:16 +02:00
parent 0068d6a189
commit afba0d5db3

View file

@ -4,6 +4,7 @@
graph TB
C(Opnsense) --> A;
D(laundry AP) --> A;
R(Garage AP) --> B;
E(Loft AP) --> A;
Q(Pizero Zigbee) --> A;
A[Laundry Switch] <-->|Outside| B[Garage Switch];
@ -21,17 +22,24 @@ graph TB
K[lounge switch] <--> B
```
Fibre comes into the house in the laundry room. The Livebox is pretty lame as routers go, so Opnsense runs on the NUC and is connected to the Livebox. All the routing is done on Opnsense.
Fibre comes into the house in the laundry room. The Livebox is pretty lame as
routers go, so Opnsense runs on the NUC and is connected to the Livebox. All
the routing is done on Opnsense.
The exception is the default VLAN (1). The is where the Livebox lives and the Opnsense WAN interface. Additionally, the Unifi access points are also on this VLAN. Finally, the Orange TV is also on this VLAN because they force you to.
The exception is the default VLAN (1). The is where the Livebox lives and the
Opnsense WAN interface. Additionally, the Unifi access points are also on this
VLAN. Finally, the Orange TV is also on this VLAN because they force you to.
The Unifi switch in the laundry room powers the access points next to it and in the loft.
The Unifi switch in the laundry room powers the access points next to it and in
the loft.
The link between the laundry room and the garage runs under the decking and around the patio to the garage switch (HP).
The link between the laundry room and the garage runs under the decking and
around the patio to the garage switch (HP).
The lab and NAS is in the garage and connected to the HP switch.
The lab is a [Kubernetes](kubernetes.md) cluster running on 4 Intel NUCs (1 master, 3 agents) and a NAS on the HP Microserver and HC4.
The lab is a [Kubernetes](kubernetes.md) cluster running on 4 Intel NUCs (1
master, 3 agents) and a NAS on the HP Microserver and HC4.
## VLANs