doc/Network: Move the switch/ap naming scheme to the “physical locations” part
[noc.git] / doc / Network.mdwn
1 # Network infrastructure
2
3 ## VLANs
4
5 NOC runs 2 core switches (one in each room), carrying a bunch of VLANs:
6 - 33 is the management VLAN (192.168.33.0/24);
7 - 127 is the LAN (192.168.127.0/24);
8 - 255 (`0xFF`) is our Funkfeuer VLAN.
9
10
11
12 ## WiFi
13
14 Each location has a single AP, `ap{0,1}.mgmt.realraum.at`, which provides SSIDs
15 for the management VLAN (`realstuff`) and the LAN (`realraum` and `realraum5`);
16 we use Ubiquity hardware running OpenWRT.
17
18
19 ## Physical locations
20
21 The switches have hostnames `sw{0,1}.mgmt.realraum.at`, and the WiFi access
22 points are similarly `ap{0,1}.mgmt.realraum.at`. `0` denotes the main room, and
23 `1` denotes Wöhnung 2.
24
25
26 ### Wöhnung 2
27
28 #### Raum 1
29
30 r1w2 has two fiber connections: one to the main room, and one to the radio room.
31 (We use fiber to avoid creating a ground loop between the locations.)
32
33 In r1w2, we have a rack hosting a number of devices:
34 - the patch panel and core switch (`sw1.mgmt.realraum.at`) for W2;
35 - the `alfred` virtualization server;
36 - miscelaneous devices:
37   - RIPE ATLAS probe;
38   - some Raspberry Pi belonging to members;
39   - ...
40
41 **Note:** members setting up devices that only need power and network access
42           should do so in this rack (or even better, run a VM or a container
43           on `alfred`).
44
45
46 #### realfunk
47
48 realfunk receives the `0xFF` and LAN VLANs trunked on a single fiber;
49 the switch there, `sw2.mgmt.realraum.at`, provides untagged ports on either VLAN.
50
51 Moreover, there is a Funkfeuer node there; it *does not* advertise the realraum
52 SSIDs.
53
54
55 ### Main room
56
57 The main room has its patch panel and core switch (`sw0.mgmt.realraum.at`) in
58 Cx. The patch panel has a fiber link to r2w1, and a copper link to an external
59 antenna for our link to Funkfeuer.
60
61 The network shelf in Cx also houses some important devices:
62 - `gw.realraum.at`;
63 - `smsgw.mgmt.realraum.at`, plus its mobile phone;
64 - the PoE injectors for `ap0.mgmt.realraum.at` and `sch24.r3.ffgraz.net`;
65 - `test.r3.ffgraz.net`, which is a test Funkfeuer node.