status quo
This commit is contained in:
commit
f7ea669208
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zstd filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png !text !filter !merge !diff
|
||||||
|
*.pdf !text !filter !merge !diff
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Das Diagram ist mit [PlantUML](https://plantuml.com/) erstellt.
|
||||||
|
Es gibt auch einen [Online-Editor](https://plantuml-editor.kkeisuke.com/).
|
119
heizhaus_netzwerk.plantuml
Normal file
119
heizhaus_netzwerk.plantuml
Normal file
|
@ -0,0 +1,119 @@
|
||||||
|
@startuml
|
||||||
|
package "Heizhaus" {
|
||||||
|
package "Technik-Raum" {
|
||||||
|
component modem [
|
||||||
|
Vodafone Kabel-Modem
|
||||||
|
ip 192.168.100.254/24 (nur im Fehlerfall)
|
||||||
|
]
|
||||||
|
component router1 [
|
||||||
|
Fritzbox 7360 Wifi-Router
|
||||||
|
ssid PaketQUELLE.
|
||||||
|
bssid 08:96:d7:2d:cb:ae
|
||||||
|
ip 10.42.0.1/16
|
||||||
|
dhcp-range 10.42.100.1-10.42.103.255
|
||||||
|
mac 08:96:d7:2d:cb:ac
|
||||||
|
]
|
||||||
|
component switch1 [
|
||||||
|
Longshine 9420 Switch
|
||||||
|
ip 10.42.0.16
|
||||||
|
mac 00:08:54:a4:e3:94
|
||||||
|
]
|
||||||
|
interface "patch-panel 15" as pp15
|
||||||
|
interface "patch-panel 16" as pp16
|
||||||
|
interface "patch-panel 18" as pp18
|
||||||
|
interface "patch-panel 21" as pp21
|
||||||
|
interface "patch-panel 20" as pp20
|
||||||
|
interface "separate dose" as dose
|
||||||
|
interface "wandschacht-kabel" as schacht
|
||||||
|
interface "kabel hinters regal" as regal
|
||||||
|
}
|
||||||
|
|
||||||
|
actor flo
|
||||||
|
|
||||||
|
component router8 [
|
||||||
|
Wifi-Router
|
||||||
|
ssid KellerQUELLE.
|
||||||
|
bssid c0:25:06:89:25:d7
|
||||||
|
]
|
||||||
|
|
||||||
|
package Brücke {
|
||||||
|
component router2 [
|
||||||
|
Wifi-AP
|
||||||
|
ssid PaketQUELLE.
|
||||||
|
bssid 0c:80:63:66:22:e9
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
component router9 [
|
||||||
|
Wifi-AP
|
||||||
|
ssid PaketQUELLE.
|
||||||
|
bssid 0c:80:63:66:24:6f
|
||||||
|
]
|
||||||
|
|
||||||
|
package Schneiderei {
|
||||||
|
component router3 [
|
||||||
|
Wifi-Router
|
||||||
|
ip 10.42.100.113/24 !!
|
||||||
|
dhcp-range ~10.42.100.195 !!
|
||||||
|
mac 34:81:c4:e9:76:ce
|
||||||
|
]
|
||||||
|
component switch2 [
|
||||||
|
Switch?
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
package 0x90.space {
|
||||||
|
component router4 [
|
||||||
|
Wifi-Router
|
||||||
|
ssid 0x90.space
|
||||||
|
bssid 0c:80:63:42:0d:b4
|
||||||
|
ip 192.168.0.1/24
|
||||||
|
dhcp-range 192.168.0.100-?
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
package "Schacht neben Lücke-Aufzug" {
|
||||||
|
component repeater1 [
|
||||||
|
Repeater
|
||||||
|
ssid 0x90.space
|
||||||
|
bssid cc:ce:1e:0f:0b:31
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
package Foto-Studio {
|
||||||
|
component router5 [
|
||||||
|
Wifi-Router
|
||||||
|
ssid SchreinereiQUELLE.
|
||||||
|
bssid 18:d6:c7:34:5a:11
|
||||||
|
ip 192.168.0.254/24
|
||||||
|
mac 18:d6:c7:34:5a:11
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
package Werkstätten {
|
||||||
|
component router6 [
|
||||||
|
Wifi-Router
|
||||||
|
ip 192.168.1.1/24
|
||||||
|
mac 2c:b0:5d:7e:73:06
|
||||||
|
]
|
||||||
|
component router7 [
|
||||||
|
Wifi-Router
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
modem -down- "LAN1" router1
|
||||||
|
router1 -- switch1
|
||||||
|
switch1 -- pp20
|
||||||
|
switch1 -- dose
|
||||||
|
switch1 -- schacht
|
||||||
|
pp20 -- flo
|
||||||
|
dose -- router2 :?
|
||||||
|
schacht -- router3 :?
|
||||||
|
router3 -- switch2
|
||||||
|
switch2 -- router4
|
||||||
|
router4 -- repeater1
|
||||||
|
pp15 -down- router5 :rogue DHCP
|
||||||
|
router5 -- router6
|
||||||
|
router6 -- router7
|
||||||
|
}
|
||||||
|
@enduml
|
BIN
heizhaus_netzwerk.png
Normal file
BIN
heizhaus_netzwerk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
BIN
manuals/Manual_FRITZBox_7360.pdf
(Stored with Git LFS)
Normal file
BIN
manuals/Manual_FRITZBox_7360.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
manuals/lcsgs9420a.pdf
(Stored with Git LFS)
Normal file
BIN
manuals/lcsgs9420a.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue