From e23d505fd2cfa6e2b61c08b086843ce38c97fced 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 --- docs/Physical Network Diagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Physical Network Diagram.md b/docs/Physical Network Diagram.md index fa221ce..d02391c 100644 --- a/docs/Physical Network Diagram.md +++ b/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];