homelab:standaarden:netwerk:overzicht
Table of Contents
Overzichtsdiagrammen
Gecombineerd
flowchart LR
A[(๐ Internet)]
subgraph Meterkast
B[OpenWRT Router
B] C[Switch
C] D[Synology DS423+
D] BW1((๐ก wimi-
trusted
VLAN 1)) BW2((๐ก wimi
VLAN 3)) BW3((๐ก wimi-
guest
VLAN 5)) TV[TV] CV[CV-gateway] RF[RF-bridge] end subgraph Zolder E[Access Point
E] EW1((๐ก wimi-
trusted
VLAN 1)) EW2((๐ก wimi
VLAN 3)) EW3((๐ก wimi-
guest
VLAN 5)) PC[PC] DJset[DJset] DJpc[DJpc] PRN[Printer] end %% Internet A --> B %% Router bekabeld B -- "p3
VLAN 3" --> C B -- "p1
VLAN 1" --> D B -- "p4
VLAN 3" --> D B -- "p2
trunk VLAN 1,3,5" --> E %% WiFi router B -.-> BW1 B -.-> BW2 B -.-> BW3 %% WiFi AP E -.-> EW1 E -.-> EW2 E -.-> EW3 %% Bedrade eindapparaten โ Zolder (via E) E -- "p1
VLAN 1" --> PC E -- "p2
VLAN 1" --> DJset E -- "p3
VLAN 1" --> DJpc E -- "p4
VLAN 3" --> PRN %% Bedrade eindapparaten โ Meterkast (via C) C -- "VLAN 3" --> TV C -- "VLAN 3" --> CV C -- "VLAN 3" --> RF
B] C[Switch
C] D[Synology DS423+
D] BW1((๐ก wimi-
trusted
VLAN 1)) BW2((๐ก wimi
VLAN 3)) BW3((๐ก wimi-
guest
VLAN 5)) TV[TV] CV[CV-gateway] RF[RF-bridge] end subgraph Zolder E[Access Point
E] EW1((๐ก wimi-
trusted
VLAN 1)) EW2((๐ก wimi
VLAN 3)) EW3((๐ก wimi-
guest
VLAN 5)) PC[PC] DJset[DJset] DJpc[DJpc] PRN[Printer] end %% Internet A --> B %% Router bekabeld B -- "p3
VLAN 3" --> C B -- "p1
VLAN 1" --> D B -- "p4
VLAN 3" --> D B -- "p2
trunk VLAN 1,3,5" --> E %% WiFi router B -.-> BW1 B -.-> BW2 B -.-> BW3 %% WiFi AP E -.-> EW1 E -.-> EW2 E -.-> EW3 %% Bedrade eindapparaten โ Zolder (via E) E -- "p1
VLAN 1" --> PC E -- "p2
VLAN 1" --> DJset E -- "p3
VLAN 1" --> DJpc E -- "p4
VLAN 3" --> PRN %% Bedrade eindapparaten โ Meterkast (via C) C -- "VLAN 3" --> TV C -- "VLAN 3" --> CV C -- "VLAN 3" --> RF
Gesplitst
Fysiek
flowchart LR
A[(๐ Internet)]
subgraph Meterkast
B[OpenWRT Router]
C[Switch]
D[NAS]
TV[TV]
CV[CV-gateway]
RF[RF-bridge]
end
subgraph Zolder
E[Access Point]
Laptops[Werkplek]
PRN[Printer]
DJ[DJ-apparatuur]
end
A --> B
B --> C
B --> D
B --> E
C --> TV
C --> CV
C --> RF
E --> Laptops
E --> PRN
E --> DJ
Netwerk - logisch
flowchart LR
FW[OpenWRT Router / Firewall]
subgraph VLAN1["VLAN 1 โ Trusted"]
Laptops
NAS
end
subgraph VLAN3["VLAN 3 โ IoT"]
TV
PRN
DJ
CV
RF
end
subgraph VLAN5["VLAN 5 โ Servers"]
SRV[Serverdiensten op NAS]
end
VLAN1 --> FW
VLAN3 --> FW
VLAN5 --> FW
Netwerk - security zones en flows
flowchart LR
FW[Firewall
OpenWRT] subgraph Trusted["Zone: Trusted (VLAN 1)"] Laptops NAS end subgraph IoT["Zone: IoT (VLAN 3)"] TV PRN DJ CV RF end subgraph Servers["Zone: Servers (VLAN 5)"] SRV[Docker / Services] end Trusted --> FW IoT --> FW Servers --> FW %% Allowed flows Trusted -->|beheer| Servers IoT -->|status / API| Servers Trusted -->|interact| IoT
OpenWRT] subgraph Trusted["Zone: Trusted (VLAN 1)"] Laptops NAS end subgraph IoT["Zone: IoT (VLAN 3)"] TV PRN DJ CV RF end subgraph Servers["Zone: Servers (VLAN 5)"] SRV[Docker / Services] end Trusted --> FW IoT --> FW Servers --> FW %% Allowed flows Trusted -->|beheer| Servers IoT -->|status / API| Servers Trusted -->|interact| IoT
homelab/standaarden/netwerk/overzicht.txt ยท Last modified: by miels
