Von Version 10.1
bearbeitet von mirconnect
am 2024/04/13 22:16
am 2024/04/13 22:16
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 4.1
bearbeitet von loppermann
am 2024/04/07 18:15
am 2024/04/07 18:15
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (3 geändert, 0 hinzugefügt, 0 gelöscht)
-
Anhänge (0 geändert, 0 hinzugefügt, 1 gelöscht)
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mirconnect1 +XWiki.loppermann - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 - XWiki2.11 +markdown+github 1.0 - Inhalt
-
... ... @@ -1,103 +1,90 @@ 1 -(% class="wikigeneratedid" %) 2 -[[image:IMG_20240413_221652_448_2.jpg||alt="Netzwerkschrank im Space" data-xwiki-image-style-alignment="end" height="525" width="394"]] 1 +# Netzwerk![[netzwerk.jpg![[netzwerk.jpg|netzwerk.jpg]]|netzwerk.jpg]] 3 3 4 -= Netzwerk = 5 - 6 6 Hier dokumentieren wir ein paar Dinge zu unserer Space internen Netzwerk Infrastruktur. 7 7 8 - == ==5 + 9 9 10 - ====7 +## DNS 11 11 12 -== == 9 +| FQDN | Beschreibung | 10 +| --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | 11 +| [strichliste.wwlabs.space](https://strichliste.wwlabs.space) | Strichliste, siehe [Projekt/Strichliste](Strichliste.md) | 12 +| [backend.wwlabs.space](https://backend.wwlabs.space) | Node-RED | 13 +| [gandalf.wwlabs.space](https://gandalf.wwlabs.space) | Space Automation Frontend (Zum Steuern von Licht, Steckdosen, Beamer, Lautsprechern etc.) | 14 +| [dymo.wwlabs.space](https://dymo.wwlabs.space) | Dymo Webinterface, siehe [Projekt/Dymo](Dymo.md) | 15 +| [nuc.wwlabs.space](https://nuc.wwlabs.space) | Docker Host | 16 +| [silex.wwlabs.space](http://silex.wwlabs.space) | Printer/USB-Device-Server | 17 +| tuer.wwlabs.space | Tür-Pi für Schließanlage, siehe [Projekt/Schliessanlage](Schliessanlage.md) | 18 +| [scan.wwlabs.space](https://scan.wwlabs.space) | Scan2Folder SMB, siehe [Projekt/drucken_scannen](drucken_scannen.md) | 19 +| [dragino-1ee980.wwlabs.space:8000](http://dragino-1ee980.wwlabs.space:8000) | LoRaWAN Gateway | 13 13 14 - ====21 +## VLANs 15 15 16 -== == 23 +| id | Name | | Wlan | 24 +| --- | ------ | ----------------- | ---------------- | 25 +| 20 | WWL | für alles | Westwoodlabs | 26 +| 30 | IoT | nur IoT Geräte | Westwoodlabs-IoT | 27 +| 50 | Server | alle Server | - | 28 +| 100 | extern | Netz zur Fritzbox | - | 29 +| 101 | FF | Freifunk | freifunk-ww.de | 17 17 18 - ====31 +## Firewall 19 19 20 -== == 33 +| In | Out | Protocol | Port | Action | 34 +| ------ | ------ | -------- | ---- | -------------------------- | 35 +| ALL | ALL | all | all | accept established,related | 36 +| ALL | ALL | ICMP | all | ACCEPT | 37 +| WWL | extern | all | all | ACCEPT | 38 +| WWL | Server | tcp | 22 | ACCEPT | 39 +| WWL | Server | tcp | 80 | ACCEPT | 40 +| WWL | Server | tcp | 443 | ACCEPT | 41 +| Server | IOT | all | all | ACCEPT | 42 +| IOT | Server | tcp | 1883 | ACCEPT | 43 +| ALL | ALL | all | all | drop | 21 21 22 - ====45 +## Netzwerkplan 23 23 24 -== DNS == 25 - 26 -|=FQDN|=Beschreibung 27 -|[[strichliste.wwlabs.space>>https://strichliste.wwlabs.space]]|Strichliste, siehe [[Projekt/Strichliste>>doc:Projekte.Strichliste.WebHome]] 28 -|[[backend.wwlabs.space>>https://backend.wwlabs.space]]|Node-RED 29 -|[[gandalf.wwlabs.space>>https://gandalf.wwlabs.space]]|Space Automation Frontend (Zum Steuern von Licht, Steckdosen, Beamer, Lautsprechern etc.) 30 -|[[dymo.wwlabs.space>>https://dymo.wwlabs.space]]|Dymo Webinterface, siehe [[Projekt/Dymo>>doc:Projekte.Dymo.WebHome]] 31 -|[[nuc.wwlabs.space>>https://nuc.wwlabs.space]]|Docker Host 32 -|[[silex.wwlabs.space>>http://silex.wwlabs.space]]|Printer/USB-Device-Server 33 -|tuer.wwlabs.space|Tür-Pi für Schließanlage, siehe [[Projekt/Schliessanlage>>doc:Projekte.Schließanlage.WebHome]] 34 -|[[scan.wwlabs.space>>https://scan.wwlabs.space]]|Scan2Folder SMB, siehe [[Projekt/drucken_scannen>>doc:Projekte.drucken_scannen.WebHome]] 35 -|[[dragino-1ee980.wwlabs.space:8000>>http://dragino-1ee980.wwlabs.space:8000]]|LoRaWAN Gateway 36 - 37 -== VLANs == 38 - 39 -|=id|=Name|= |=Wlan 40 -|20|WWL|für alles|Westwoodlabs 41 -|30|IoT|nur IoT Geräte|Westwoodlabs-IoT 42 -|50|Server|alle Server|- 43 -|100|extern|Netz zur Fritzbox|- 44 -|101|FF|Freifunk|freifunk-ww.de 45 - 46 -== Firewall == 47 - 48 -|=In|=Out|=Protocol|=Port|=Action 49 -|ALL|ALL|all|all|accept established,related 50 -|ALL|ALL|ICMP|all|ACCEPT 51 -|WWL|extern|all|all|ACCEPT 52 -|WWL|Server|tcp|22|ACCEPT 53 -|WWL|Server|tcp|80|ACCEPT 54 -|WWL|Server|tcp|443|ACCEPT 55 -|Server|IOT|all|all|ACCEPT 56 -|IOT|Server|tcp|1883|ACCEPT 57 -|ALL|ALL|all|all|drop 58 - 59 -== Netzwerkplan == 60 - 61 -|=(% style="width: 135px;" %)Patchpanel|=(% style="width: 136px;" %)Nummer|=(% style="width: 1251px;" %)Location 62 -|(% style="width:135px" %)A|(% style="width:136px" %)1|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 63 -|(% style="width:135px" %)A|(% style="width:136px" %)2|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 64 -|(% style="width:135px" %)A|(% style="width:136px" %)3|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 65 -|(% style="width:135px" %)A|(% style="width:136px" %)4|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 66 -|(% style="width:135px" %)A|(% style="width:136px" %)5|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 67 -|(% style="width:135px" %)A|(% style="width:136px" %)6|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 68 -|(% style="width:135px" %)A|(% style="width:136px" %)7|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 69 -|(% style="width:135px" %)A|(% style="width:136px" %)8|(% style="width:1251px" %)Hauptraum „alter“ Teil Brüstungskanal 70 -|(% style="width:135px" %)A|(% style="width:136px" %)9|(% style="width:1251px" %)Lounge hinter Couch 71 -|(% style="width:135px" %)A|(% style="width:136px" %)10|(% style="width:1251px" %)Lounge hinter Couch 72 -|(% style="width:135px" %)A|(% style="width:136px" %)11|(% style="width:1251px" %)Lounge hinter Couch 73 -|(% style="width:135px" %)A|(% style="width:136px" %)12|(% style="width:1251px" %)Lounge hinter Couch 74 -|(% style="width:135px" %)A|(% style="width:136px" %)13|(% style="width:1251px" %)Lounge Brüstungskanal 75 -|(% style="width:135px" %)A|(% style="width:136px" %)14|(% style="width:1251px" %)Lounge Brüstungskanal 76 -|(% style="width:135px" %)A|(% style="width:136px" %)15|(% style="width:1251px" %)Lounge Brüstungskanal 77 -|(% style="width:135px" %)A|(% style="width:136px" %)16|(% style="width:1251px" %)Lounge Brüstungskanal 78 -|(% style="width:135px" %)A|(% style="width:136px" %)17|(% style="width:1251px" %)Lounge unter Tisch 79 -|(% style="width:135px" %)A|(% style="width:136px" %)18|(% style="width:1251px" %)Lounge unter Tisch 80 -|(% style="width:135px" %)A|(% style="width:136px" %)19|(% style="width:1251px" %)Lounge unter Tisch 81 -|(% style="width:135px" %)A|(% style="width:136px" %)20|(% style="width:1251px" %)Lounge unter Tisch 82 -|(% style="width:135px" %)A|(% style="width:136px" %)21|(% style="width:1251px" %)Hauptraum „alter“ Teil Zwischendecke Accesspoint 83 -|(% style="width:135px" %)A|(% style="width:136px" %)22|(% style="width:1251px" %)Hauptraum Dymo-Regal hinter Tür 84 -|(% style="width:135px" %)A|(% style="width:136px" %)23|(% style="width:1251px" %)DSL Westwoodlabs 85 -|(% style="width:135px" %)A|(% style="width:136px" %)24|(% style="width:1251px" %)DSL „fremd“ 86 -|(% style="width:135px" %)B|(% style="width:136px" %)1|(% style="width:1251px" %)Hauptraum „neuer“ Teil Brüstungskanal 87 -|(% style="width:135px" %)B|(% style="width:136px" %)2|(% style="width:1251px" %)Hauptraum „neuer“ Teil Brüstungskanal 88 -|(% style="width:135px" %)B|(% style="width:136px" %)3|(% style="width:1251px" %)Hauptraum „neuer“ Teil Brüstungskanal 89 -|(% style="width:135px" %)B|(% style="width:136px" %)4|(% style="width:1251px" %)Hauptraum „neuer“ Teil Brüstungskanal 90 -|(% style="width:135px" %)B|(% style="width:136px" %)5|(% style="width:1251px" %)Hauptraum „neuer“ Teil Brüstungskanal 91 -|(% style="width:135px" %)B|(% style="width:136px" %)6|(% style="width:1251px" %)Hauptraum „neuer“ Teil Brüstungskanal 92 -|(% style="width:135px" %)B|(% style="width:136px" %)7|(% style="width:1251px" %)Werkstatt Brüstungskanal 93 -|(% style="width:135px" %)B|(% style="width:136px" %)8|(% style="width:1251px" %)Werkstatt Brüstungskanal 94 -|(% style="width:135px" %)B|(% style="width:136px" %)9|(% style="width:1251px" %)Werkstatt Brüstungskanal 95 -|(% style="width:135px" %)B|(% style="width:136px" %)10|(% style="width:1251px" %)Werkstatt Brüstungskanal 96 -|(% style="width:135px" %)B|(% style="width:136px" %)11|(% style="width:1251px" %)Werkstatt Brüstungskanal 97 -|(% style="width:135px" %)B|(% style="width:136px" %)12|(% style="width:1251px" %)Werkstatt Brüstungskanal 98 -|(% style="width:135px" %)B|(% style="width:136px" %)13|(% style="width:1251px" %)Hauptraum „alter“ Teil auf Tisch 99 -|(% style="width:135px" %)B|(% style="width:136px" %)14|(% style="width:1251px" %)Hauptraum „alter“ Teil auf Tisch 100 -|(% style="width:135px" %)B|(% style="width:136px" %)15|(% style="width:1251px" %)Hauptraum „alter“ Teil auf Tisch 101 -|(% style="width:135px" %)B|(% style="width:136px" %)16|(% style="width:1251px" %)Hauptraum „alter“ Teil auf Tisch 102 -|(% style="width:135px" %)B|(% style="width:136px" %)17|(% style="width:1251px" %)Hauptraum „neuer“ Teil auf Tisch 103 -|(% style="width:135px" %)B|(% style="width:136px" %)18|(% style="width:1251px" %)Hauptraum „neuer“ Teil auf Tisch 47 +| Patchpanel | Nummer | Location | 48 +| ---------- | ------ | ------------------------------------------------ | 49 +| A | 1 | Hauptraum „alter“ Teil Brüstungskanal | 50 +| A | 2 | Hauptraum „alter“ Teil Brüstungskanal | 51 +| A | 3 | Hauptraum „alter“ Teil Brüstungskanal | 52 +| A | 4 | Hauptraum „alter“ Teil Brüstungskanal | 53 +| A | 5 | Hauptraum „alter“ Teil Brüstungskanal | 54 +| A | 6 | Hauptraum „alter“ Teil Brüstungskanal | 55 +| A | 7 | Hauptraum „alter“ Teil Brüstungskanal | 56 +| A | 8 | Hauptraum „alter“ Teil Brüstungskanal | 57 +| A | 9 | Lounge hinter Couch | 58 +| A | 10 | Lounge hinter Couch | 59 +| A | 11 | Lounge hinter Couch | 60 +| A | 12 | Lounge hinter Couch | 61 +| A | 13 | Lounge Brüstungskanal | 62 +| A | 14 | Lounge Brüstungskanal | 63 +| A | 15 | Lounge Brüstungskanal | 64 +| A | 16 | Lounge Brüstungskanal | 65 +| A | 17 | Lounge unter Tisch | 66 +| A | 18 | Lounge unter Tisch | 67 +| A | 19 | Lounge unter Tisch | 68 +| A | 20 | Lounge unter Tisch | 69 +| A | 21 | Hauptraum „alter“ Teil Zwischendecke Accesspoint | 70 +| A | 22 | Hauptraum Dymo-Regal hinter Tür | 71 +| A | 23 | DSL Westwoodlabs | 72 +| A | 24 | DSL „fremd“ | 73 +| B | 1 | Hauptraum „neuer“ Teil Brüstungskanal | 74 +| B | 2 | Hauptraum „neuer“ Teil Brüstungskanal | 75 +| B | 3 | Hauptraum „neuer“ Teil Brüstungskanal | 76 +| B | 4 | Hauptraum „neuer“ Teil Brüstungskanal | 77 +| B | 5 | Hauptraum „neuer“ Teil Brüstungskanal | 78 +| B | 6 | Hauptraum „neuer“ Teil Brüstungskanal | 79 +| B | 7 | Werkstatt Brüstungskanal | 80 +| B | 8 | Werkstatt Brüstungskanal | 81 +| B | 9 | Werkstatt Brüstungskanal | 82 +| B | 10 | Werkstatt Brüstungskanal | 83 +| B | 11 | Werkstatt Brüstungskanal | 84 +| B | 12 | Werkstatt Brüstungskanal | 85 +| B | 13 | Hauptraum „alter“ Teil auf Tisch | 86 +| B | 14 | Hauptraum „alter“ Teil auf Tisch | 87 +| B | 15 | Hauptraum „alter“ Teil auf Tisch | 88 +| B | 16 | Hauptraum „alter“ Teil auf Tisch | 89 +| B | 17 | Hauptraum „neuer“ Teil auf Tisch | 90 +| B | 18 | Hauptraum „neuer“ Teil auf Tisch |
- IMG_20240413_221652_448_2.jpg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.mirconnect - Größe
-
... ... @@ -1,1 +1,0 @@ 1 -4.4 MB - Inhalt