diff --git a/heizhaus_netzwerk.plantuml b/heizhaus_netzwerk.plantuml index 1c9c622..b187124 100644 --- a/heizhaus_netzwerk.plantuml +++ b/heizhaus_netzwerk.plantuml @@ -1,16 +1,15 @@ @startuml package "Heizhaus" { package "Technik-Raum" { - component modem [ - Vodafone Station Kabel-Modem - ip 192.168.100.254/24 (nur im Fehlerfall sonst nur eine öffentliche IPv4) + component coax [ + TV Buchse ] component router1 [ - Wifi-Router + Vodafone Fritzbox 6660 Kabel ssid PaketQUELLE. ip 10.42.0.1/16 - dhcp-range 10.42.200.1-10.42.203.255 - mac C4:E9:84:87:9F:F6 + dhcp-range 10.42.100.1-10.42.103.255 + mac 3c:37:12:17:d9:84 ] component switch1 [ Managed Switch @@ -97,7 +96,7 @@ package "Heizhaus" { ] } - modem -down- "LAN1" router1 + coax -down- router1 router1 -- "1G" switch1 switch1 "100M" -- pp20 switch1 "100M" -- dose diff --git a/heizhaus_netzwerk.png b/heizhaus_netzwerk.png index c47db01..be22a8e 100644 Binary files a/heizhaus_netzwerk.png and b/heizhaus_netzwerk.png differ