Network: Difference between revisions

From CoMakingSpace Wiki

mNo edit summary
m (New setup)
Line 1: Line 1:
'''THIS PAGE NEEDS AN UPDATE BY {{NL}}!'''
The network at the CoMakingSpace is built up as follows:<mermaid> graph LR
<mermaid> graph LR
A[CommonRoom Fritz!Box] --> B[E-Room Access Point]
A[CommonRoom Fritz!Box] --> B[E-Room Access Point]
B --> C(Workbee CNC)
subgraph LAN
B -.-> D(Laser PC)
B -.-> E(Slicing PC)
B -.-> F(P7)
B -.-> G(P8)
A --> H[Office Router]
A --> H[Office Router]
A --> I[HomeAssistant]
A --> I[HomeAssistant]
end
subgraph E-Room-LAN
B --> WCNC1(Workbee CNC)
B --> WCNC2(Workbee CNC Tablet)
end
A -.-> D(Laser PC)
A -.-> E(Slicing PC)
A -.-> F(P7)
A -.-> G(P8)
</mermaid>
</mermaid>




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


----DHCP on the main FritzBox is configured to assign IP Adresses between 192.168.178.50 and 192.168.178.200
All other IP Adresses are static adresses and listed below


Recent IP Adresses outside this range:
===Network Infrastructure===
 
CoMakingCNC
 
192.168.178.24
 
CoMakingController
 
LAN 4
 
192.168.178.22
 
laserjet8150
 
LAN 2
 
192.168.178.23
 
PC-192-168-178-3 (E-Room Access Point - in Work)
 
LAN 4 mit 1 Gbit/s
 
192.168.178.3
----
 
 
 
 
 
The network at the CoMakingSpace is built up as follows:
 
Internet ---> 1&1 Router ---> Netgear WNDR3700v4 ([[Freifunk]]) ---> TP-Link WDR4900 V1.3 (OpenWRT, NATting Freifunk to internal network)
 
===Internet Connection ===
In order to connect to the internet, you can use SSID freifunk-rhein-neckar.de
 
===Internal Network ===
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]].
 
DHCP is configures as follows:
{| class="wikitable"
{| class="wikitable"
|+
!Device
!IP
|-
|-
!IP!!Host
| Common Room Fritz!Box
|10.0.0.1
|-
|-
|192.168.1.1||TP-Link WDR4900
|Office Fritz!Box
|10.0.0.2
|-
|E-Room Access Point
|none
|}
 
===IoT-related devices===
{| class="wikitable"
!Device
!IP
|-
|-
|192.168.178.22||Raspberry Pi (next to the [[Sound System|sound system]])
| Homeassistant
|10.1.0.1
|-
|-
|192.168.178.23||[[Laser Printers#HP LaserJet 8150DN|Laserjet Printer]]
|Buzzer - Common Room to Workshop
|
|-
|-
|192.168.178.24||Raspberry Pi controlling the [[CNC Router]]
|Buzzer - Common Room to E-Room
|
|-
|-
|192.168.1.5||ESP8266 at the [[Flip Dot Display]]
|Buzzer - Common Room to Storage
|
|-
|-
|192.168.1.6||ESP8266 at the [[Project:Enhanced Door Bell|Door Bell]]
|Buzzer - E-Room to Workshop
|
|-
|-
|192.168.1.7||[[Projector]]
|Buzzer - Workshop to E-Room
|
|-
|-
|192.168.1.8||[[Visionect Server]]
|Shelly - RouterTable (COMS00154)
|10.1.0.6
|-
|-
|192.168.1.9||Buzzer API Pi
|Shelly - Felder AF 14 (COMS00073)
|10.1.0.7
|-
|-
|192.168.1.10 - 192.168.1.99||Open for further static services
|Shelly - Festool CTM26 E AC (COMS00021) (Chip)
|10.1.0.8
|-
|-
|192.168.1.100 - 192.168.1.250|| IPs assigned by DHCP
|Shelly - Record Power AC400 (COMS00159)
|10.1.0.9
|-
|-
|192.168.1.255||Broadcast address
|Shelly - Record Power AC400 (COMS00158)
|10.1.0.10
|}
|}


Within the internal network, the following services are provided:
=== Machines===
{| class="wikitable"
{| class="wikitable"
!Device
!IP
|-
|-
!Service!!Host-IP!!Hostname!!Port
| Laser PC
|10.2.0.1
|-
|-
|Mopidy (MPD Daemon)||192.168.178.22||comakingcontroller||6600
|Slicing PC
|10.2.0.2
|-
|-
|Mopidy (Webinterface)||192.168.178.22||comakingcontroller||8888
|Workbee CNC Router
|10.2.0.3
|-
|-
| SSH||192.168.178.22||comakingcontroller||22
|Workbee CNC Tablet
|10.2.0.4
|-
|-
|Visionect Server||192.168.1.8||visio||8081
|BambuLab (P7)
|10.2.0.5
|-
|-
|Printing||192.168.178.23||laserjet8150||631
|BambuLab (P8)
|10.2.0.6
|-
|-
|CNCjs||192.168.178.24||comakingcnc||8080
|LaserJet Laserprinter
|
|-
|-
|Buzzer API||192.168.1.9||BuzzerPi||5000
|
|
|}
|}


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 ===
Line 113: Line 114:
[[Category:Facilities]]
[[Category:Facilities]]
[[Category:Raspberry Pi]]
[[Category:Raspberry Pi]]
|}

Revision as of 00:11, 27 July 2024

The network at the CoMakingSpace is built up as follows:

graph LR A[CommonRoom Fritz!Box] --> B[E-Room Access Point] subgraph LAN A --> H[Office Router] A --> I[HomeAssistant] end subgraph E-Room-LAN B --> WCNC1(Workbee CNC) B --> WCNC2(Workbee CNC Tablet) end A -.-> D(Laser PC) A -.-> E(Slicing PC) A -.-> F(P7) A -.-> G(P8)


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
E-Room Access Point none

IoT-related devices

Device IP
Homeassistant 10.1.0.1
Buzzer - Common Room to Workshop
Buzzer - Common Room to E-Room
Buzzer - Common Room to Storage
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

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 Laserprinter


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. |}