NOC operates a number of networks, available as tagged VLANs on the core
switches (one in each half of the hackerspace). These networks are:
-| name | VLAN id | Extra subnets | Comment |
-|----------|---------|------------------|--------------------------------------|
-| mgmt | 32 | -- | Management network |
-| iot | 33 | -- | IoT devices, room infrastructure |
-| svc | 34 | -- | Services LAN, see below |
-| pub | 36 | 89.106.211.64/27 | Publicly-available services |
-| [HAMNET] | 44 | 44.0.0.0/8 | Amateur Radio Digital Communications |
-| guests | 127 | -- | Exposed through the “realraum” SSIDs |
-| members | 128 | 89.106.211.32/27 | Accessed with per-member credentials |
-| `0xFF` | 255 | -- | Funkfeuer VLAN |
+| name | VLAN id | RFC1918 | Extra subnets | Comment |
+|----------|---------|---------|------------------|--------------------------------------|
+| mgmt | 32 | y | -- | Management network |
+| iot | 33 | y | -- | IoT devices, room infrastructure |
+| svc | 34 | y | -- | Services LAN, see below |
+| pub | 36 | n | 89.106.211.64/27 | Publicly-available services |
+| [HAMNET] | 44 | n | 44.0.0.0/8 | Amateur Radio Digital Communications |
+| guests | 127 | y | -- | Exposed through the “realraum” SSIDs |
+| members | 128 | y | 89.106.211.32/27 | Accessed with per-member credentials |
+| `0xFF` | 255 | n | -- | Funkfeuer VLAN |
[HAMNET]: https://wiki.oevsv.at/index.php/Kategorie:Digitaler_Backbone
- The DNS zone for a given network is `NET.realraum.at`, with the exception
of `pub` (which uses `realraum.at`) and of the Funkfeuer VLAN (which has no
`realraum.at` zone).
-- Networks using RFC 1918 IP space use the 192.168.VID.0/24 subnet;
+- When a network uses RFC 1918 IP space, it is the 192.168.VID.0/24 subnet;
for instance, the `iot` network has id 33 and uses the 192.168.33.0/24 subnet.
- The gateway for a network is on the last IP for the subnet.