From 7895af52a345c187c8c0cc0a3ff206754507b92f Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:26:12 +0100 Subject: [PATCH] Added network info --- docs/kubernetes.md | 13 +++++++++++++ docs/physical-network.md | 20 ++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 docs/kubernetes.md diff --git a/docs/kubernetes.md b/docs/kubernetes.md new file mode 100644 index 0000000..d55f39f --- /dev/null +++ b/docs/kubernetes.md @@ -0,0 +1,13 @@ +# Kubernetes Cluster + +Most things run in this: + +- Authentik +- Paperless +- Home Assistant +- Jellyfin +- Immich +- Nextcloud +- Forgejo + +Everything can/should be accessible through the [dashboard](https://dash.lab.cowley.tech) and authentication all goes through [Authentik](https://auth.lab.cowley.tech). diff --git a/docs/physical-network.md b/docs/physical-network.md index 1af8681..539edf9 100644 --- a/docs/physical-network.md +++ b/docs/physical-network.md @@ -19,3 +19,23 @@ 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. + +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 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 mostly a [Kubernetes](kubernetes.md) cluster running on 4 Intel NUCs (1 master, 3 agents). + +## VLANs + +| Name | VLAN ID | +| ---- | ------- | +| IOT | 3 | +| Work | 4 | +| Home | 5 | +| LAB | 6 |