homelab:standaarden:netwerk:overzicht
This is an old revision of the document!
Table of Contents
Netwerk: overzichtsdiagrammen
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]
PC[PC]
PRN[Printer]
DJ[DJ-apparatuur]
end
A --> B
B --> C
B --> D
B --> E
C --> TV
C --> CV
C --> RF
E --> PC
E --> PRN
E --> DJ
Netwerk - logisch
flowchart LR
FW[OpenWRT Router / Firewall]
subgraph VLAN1["VLAN 1 โ Trusted"]
PC
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)"] PC 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 Trusted -->|print| IoT IoT -->|status / API| Servers
OpenWRT] subgraph Trusted["Zone: Trusted (VLAN 1)"] PC 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 Trusted -->|print| IoT IoT -->|status / API| Servers
homelab/standaarden/netwerk/overzicht.1767904844.txt.gz ยท Last modified: by miels
