From a8311eea67075fd2a1f839c44d1e4c96f717ecc1 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 10 Mar 2022 08:59:58 -0800 Subject: [PATCH] Identify connection between ONT and Modem --- homelab/docs/Physical Network Diagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/docs/Physical Network Diagram.md b/homelab/docs/Physical Network Diagram.md index fa221cec..d02391cd 100644 --- a/homelab/docs/Physical Network Diagram.md +++ b/homelab/docs/Physical Network Diagram.md @@ -1,7 +1,7 @@ ```mermaid flowchart TD; Internet<--Symmetrical 1Gbit Fiber-->ONT; - ONT<--???-->Modem[ISP Modem/Router]; + ONT<--Cat5e-->Modem[ISP Modem/Router]; Modem<--Cat5e-->Router[Ubiquiti EdgeRouter 10X]; Router<--Cat5e-->switch_homelab[NetGear 8-Port Switch for Homelab]; switch_homelab<--Cat6-->desktop_joey[Joey's Desktop];