Network: Difference between revisions

From CoMakingSpace Wiki

Internal Network: linked related projects/equipment pages
No edit summary
 
(42 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The network at the CoMakingSpace is built up as follows:
From a physical perspective, the network at the CoMakingSpace is built up as follows:
<mermaid> graph LR
subgraph lan [LAN]
A[CommonRoom Fritz!Box] --> B[E-Room Access Point]
A --> H[Office Router]
A --> N[Canon MF752Cdw]
A --> J[Wood Workshop Access Point]
click A "http://fritz.box" _blank
click I "http://homeassistant.local:8123" _blank
end


Internet ---> 1&1 Router ---> Netgear WNDR3700v4 ([[Freifunk]]) ---> TP-Link WDR4900 V1.3 (OpenWRT, NATting Freifunk to internal network)
subgraph workshop[Wood Workshop-LAN]
J --> P[Logo-Felder_RL_160]


=== Internet Connection ===
end
In order to connect to the internet, you can use SSID freifunk-rhein-neckar.de
subgraph eroom [E-Room-LAN]
B --> WCNC1(Workbee CNC)
click WCNC1 "https://workbeecnc.fritz.box" _blank
B --> WCNC2(Workbee CNC Tablet)
B --> O(Epilog Legend 36Ext)
B --> I[HomeAssistant]


=== Internal Network ===
end
In order to connect to the internal network of the CoMakingSpace, please use SSID "CoMakingSpace". The key can be found in the [[Common Room|common room]].
subgraph wlan [WLAN]
A -.-> D(Laser PC)
A -.-> E(Slicing PC)
A -.-> F(P7)
A -.-> G(P8)
A -.-> K(ESPHome_Garbage_Sign)
A -.-> M(Trash Tracker)
A -.-> L(prusa-link)
end
style wlan fill:#6dc8fc
</mermaid>


DHCP is configures as follows:
 
{| class = "wikitable"
 
The main Fritz!Box provides IPs within the 10.0.0.0/8
 
The DHCP Server provides dynamic IP adresses for clients in the range 10.100.0.0 - 10.100.255.255
 
All other IP Adresses are static adresses and listed below
 
===Network Infrastructure===
{| class="wikitable"
|+
!Device
!IP
|-
| Common Room Fritz!Box
|10.0.0.1
|-
|Office Fritz!Box
|10.0.0.2
|-
|Wood Workshop Access Point
|10.0.0.3
|-
|E-Room Access Point
|none
|}
 
===IoT-related devices===
{| class="wikitable"
!Device
!IP
|-
| Homeassistant
|10.1.0.1
|-
|-
! IP !! Host
|Buzzer - E-Room to Workshop
|
|-
|-
|192.168.1.1 || TP-Link WDR4900
|Buzzer - Workshop to E-Room
|
|-
|-
|192.168.1.2 || Raspberry Pi (next to the [[Sound System|sound system]])
|Shelly - RouterTable (COMS00154)
|10.1.0.6
|-
|-
|192.168.1.3 || [[Laser Printers#HP LaserJet 8150DN|Laserjet Printer]]
|Shelly - Felder AF 14 (COMS00073)
|10.1.0.7
|-
|-
|192.168.1.4 || Raspberry Pi controlling the [[CNC Router]]
|Shelly - Festool CTM26 E AC (COMS00021) (Chip)
|10.1.0.8
|-
|-
|192.168.1.5 || ESP8266 at the [[Flip Dot Display]]
|Shelly - Record Power AC400 (COMS00159)
|10.1.0.9
|-
|-
|192.168.1.6 || ESP8266 at the [[Project:Enhanced Door Bell|Door Bell]]
|Shelly - Record Power AC400 (COMS00158)
|10.1.0.10
|-
|-
|192.168.1.20 || [[Laser Cutter]]
|Logo-LaserAbluft
|10.1.0.11
|-
|-
|192.168.1.6 - 192.168.1.99 || Open for further static services
|ESPHome_Garbage_Sign
|10.1.0.12
|-
|-
|192.168.1.100 - 192.168.1.250 || IPs assigned by DHCP
|Trash Tracker
|10.1.0.13
|-
|-
|192.168.1.255 || Broadcast address
|Logo-Felder_RL_160
|10.1.0.14
|}
|}


Within the internal network, the following services are provided:
=== Machines===
{| class="wikitable"
{| class="wikitable"
!Device
!IP
|-
| Laser PC
|10.2.0.1
|-
|-
! Service !! Host-IP !! Hostname !! Port
|Slicing PC
|10.2.0.2
|-
|-
| Mopidy (MPD Daemon) || 192.168.1.2 || comakingcontroller || 6600
|[[Workbee]] CNC Router
|10.2.0.3
|-
|-
| Mopidy (Webinterface) || 192.168.1.2 || comakingcontroller || 8888
|Workbee CNC Tablet
|10.2.0.4
|-
|-
| SSH || 192.168.1.2 || comakingcontroller || 22
|BambuLab ([[P7]])
|10.2.0.5
|-
|-
| Printing || 192.168.1.3 || laserjet8150 || 631
|BambuLab ([[P8]])
|10.2.0.6
|-
|-
| CNCjs || 192.168.1.4 || comakingcnc || 8080
|[[HP LaserJet 8150DN|<s>LaserJet Laser Printer</s>]]
|<s>10.2.0.7</s>
|-
|prusa-link
|10.2.0.8
|-
|epilog legend 36ext
|10.2.0.9
|-
|[[Laser Printers|Canon MF752Cdw]]
|10.2.0.10
|}
|}


The static IPs will be assigned by the TP-Link WDR4900. If you want to add a service with a static IP please ask one of the TP-Link WDR4900 administrators to add your service and don't just grab a static IP.
===Configuration Changes ===
 
=== Configuration Changes ===
 
* If you need to change settings for the Netgear Router (providing the Freifunk network), please contact the [[management]]
 
* For changing settings on the Raspberry Pi, please contact the [[management]], [[User:NitramLegov|Martin]] or [[User:Olaf|Olaf]]
 
* For changing settings on the TP-Link WDR4900, please contact the [[management]] or [[User:Olaf|Olaf]]


If you need to change settings for the FritzBox Router (providing the CoMakingSpace network) or any of the Raspberry Pis, please contact {{IT-manager}}.


[[Category:Facilities]]
[[Category:Facilities]]
[[Category:Raspberry Pi]]
[[Category:Raspberry Pi]]

Latest revision as of 17:53, 13 August 2025

From a physical perspective, the network at the CoMakingSpace is built up as follows:

WLAN
E-Room-LAN
Wood Workshop-LAN
LAN
Laser PC
Slicing PC
P7
P8
ESPHome_Garbage_Sign
Trash Tracker
prusa-link
Workbee CNC
Workbee CNC Tablet
Epilog Legend 36Ext
HomeAssistant
Logo-Felder_RL_160
E-Room Access Point
CommonRoom Fritz!Box
Office Router
Canon MF752Cdw
Wood Workshop Access Point


The main Fritz!Box provides IPs within the 10.0.0.0/8

The DHCP Server provides dynamic IP adresses for clients in the range 10.100.0.0 - 10.100.255.255

All other IP Adresses are static adresses and listed below

Network Infrastructure

Device IP
Common Room Fritz!Box 10.0.0.1
Office Fritz!Box 10.0.0.2
Wood Workshop Access Point 10.0.0.3
E-Room Access Point none

IoT-related devices

Device IP
Homeassistant 10.1.0.1
Buzzer - E-Room to Workshop
Buzzer - Workshop to E-Room
Shelly - RouterTable (COMS00154) 10.1.0.6
Shelly - Felder AF 14 (COMS00073) 10.1.0.7
Shelly - Festool CTM26 E AC (COMS00021) (Chip) 10.1.0.8
Shelly - Record Power AC400 (COMS00159) 10.1.0.9
Shelly - Record Power AC400 (COMS00158) 10.1.0.10
Logo-LaserAbluft 10.1.0.11
ESPHome_Garbage_Sign 10.1.0.12
Trash Tracker 10.1.0.13
Logo-Felder_RL_160 10.1.0.14

Machines

Device IP
Laser PC 10.2.0.1
Slicing PC 10.2.0.2
Workbee CNC Router 10.2.0.3
Workbee CNC Tablet 10.2.0.4
BambuLab (P7) 10.2.0.5
BambuLab (P8) 10.2.0.6
LaserJet Laser Printer 10.2.0.7
prusa-link 10.2.0.8
epilog legend 36ext 10.2.0.9
Canon MF752Cdw 10.2.0.10

Configuration Changes

If you need to change settings for the FritzBox Router (providing the CoMakingSpace network) or any of the Raspberry Pis, please contact Martin.