From: nicoo <nicoo@realraum.at>
Date: Mon, 2 Jul 2018 21:23:30 +0000 (+0200)
Subject: doc/Network: Update the subnets description
X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=0c37de45100ea5b9d037e17c48735a2358a90a63;p=noc.git

doc/Network: Update the subnets description

Closes #24
---

diff --git a/doc/Network.mdwn b/doc/Network.mdwn
index ced1937..714b59c 100644
--- a/doc/Network.mdwn
+++ b/doc/Network.mdwn
@@ -1,11 +1,15 @@
 # Network infrastructure
 
-## VLANs
+## Networks
 
-NOC runs 2 core switches (one in each room), carrying a bunch of VLANs:
-- 33 is the management VLAN (192.168.33.0/24);
-- 127 is the LAN (192.168.127.0/24);
-- 255 (`0xFF`) is our Funkfeuer VLAN.
+NOC operates a number of networks, available as tagged VLANs on the core
+switches (one in each half of the hackerspace).  These networks are:
+
+- the IoT network (33);
+- the services interconnect (34) and management (23) networks;
+- the guests (127) and members (128) LANs;
+- the public services network (36, 89.106.211.32/27);
+- the Funkfeuer VLAN (255, `0xFF`).
 
 
 ### Conventions