update netzwerk diagram
This commit is contained in:
parent
cf5c56ecab
commit
6650cae2eb
|
@ -1,16 +1,15 @@
|
||||||
@startuml
|
@startuml
|
||||||
package "Heizhaus" {
|
package "Heizhaus" {
|
||||||
package "Technik-Raum" {
|
package "Technik-Raum" {
|
||||||
component modem [
|
component coax [
|
||||||
Vodafone Station Kabel-Modem
|
TV Buchse
|
||||||
ip 192.168.100.254/24 (nur im Fehlerfall sonst nur eine öffentliche IPv4)
|
|
||||||
]
|
]
|
||||||
component router1 [
|
component router1 [
|
||||||
Wifi-Router
|
Vodafone Fritzbox 6660 Kabel
|
||||||
ssid PaketQUELLE.
|
ssid PaketQUELLE.
|
||||||
ip 10.42.0.1/16
|
ip 10.42.0.1/16
|
||||||
dhcp-range 10.42.200.1-10.42.203.255
|
dhcp-range 10.42.100.1-10.42.103.255
|
||||||
mac C4:E9:84:87:9F:F6
|
mac 3c:37:12:17:d9:84
|
||||||
]
|
]
|
||||||
component switch1 [
|
component switch1 [
|
||||||
Managed Switch
|
Managed Switch
|
||||||
|
@ -97,7 +96,7 @@ package "Heizhaus" {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
modem -down- "LAN1" router1
|
coax -down- router1
|
||||||
router1 -- "1G" switch1
|
router1 -- "1G" switch1
|
||||||
switch1 "100M" -- pp20
|
switch1 "100M" -- pp20
|
||||||
switch1 "100M" -- dose
|
switch1 "100M" -- dose
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 100 KiB |
Loading…
Reference in a new issue