2024-10-03 14:03:46 +02:00
|
|
|
# Physical Network
|
|
|
|
|
|
|
|
|
|
``` mermaid
|
2024-10-23 10:31:27 +02:00
|
|
|
graph TB
|
|
|
|
|
C(Opnsense) --> A;
|
|
|
|
|
D(laundry AP) --> A;
|
2025-09-17 14:36:42 +02:00
|
|
|
S(Garage AP) --> B;
|
2024-10-23 10:31:27 +02:00
|
|
|
E(Loft AP) --> A;
|
2024-12-10 15:42:33 +01:00
|
|
|
Q(Pizero Zigbee) --> A;
|
2024-10-23 10:31:27 +02:00
|
|
|
A[Laundry Switch] <-->|Outside| B[Garage Switch];
|
|
|
|
|
B --> F(Microserver)
|
2025-04-01 15:07:40 +02:00
|
|
|
B --> R(HC4)
|
2024-10-23 10:31:27 +02:00
|
|
|
B --> G(kubemaster)
|
|
|
|
|
B --> H(agent0)
|
|
|
|
|
B --> I(agent1)
|
|
|
|
|
B --> J(agent2)
|
2024-12-10 15:42:33 +01:00
|
|
|
P[colas bedroom] <--> B
|
2024-10-23 10:31:27 +02:00
|
|
|
L(TV) --> K
|
|
|
|
|
M(Kodi) --> K
|
|
|
|
|
N(OrangeTV) --> K
|
|
|
|
|
O(Retropie) --> K
|
|
|
|
|
K[lounge switch] <--> B
|
2024-10-03 14:03:46 +02:00
|
|
|
```
|
2024-10-23 10:31:27 +02:00
|
|
|
|
2025-09-17 14:33:16 +02:00
|
|
|
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.
|
2024-11-02 19:26:12 +01:00
|
|
|
|
2025-09-17 14:33:16 +02:00
|
|
|
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.
|
2024-11-02 19:26:12 +01:00
|
|
|
|
2025-09-17 14:33:16 +02:00
|
|
|
The Unifi switch in the laundry room powers the access points next to it and in
|
|
|
|
|
the loft.
|
2024-11-02 19:26:12 +01:00
|
|
|
|
2025-09-17 14:33:16 +02:00
|
|
|
The link between the laundry room and the garage runs under the decking and
|
|
|
|
|
around the patio to the garage switch (HP).
|
2024-11-02 19:26:12 +01:00
|
|
|
|
|
|
|
|
The lab and NAS is in the garage and connected to the HP switch.
|
|
|
|
|
|
2025-09-17 14:33:16 +02:00
|
|
|
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.
|
2024-11-02 19:26:12 +01:00
|
|
|
|
|
|
|
|
## VLANs
|
|
|
|
|
|
|
|
|
|
| Name | VLAN ID |
|
|
|
|
|
| ---- | ------- |
|
|
|
|
|
| IOT | 3 |
|
|
|
|
|
| Work | 4 |
|
|
|
|
|
| Home | 5 |
|
|
|
|
|
| LAB | 6 |
|