User Tools

Site Tools


hosts:network

This is an old revision of the document!


Table of Contents

Network Structure

We divide our network into 2 vLANs:

  • Managed (1) - Hosts where only the admins have root access
  • Unmanaged (2) - Hosts where any other user have root access.

Unmanaged

We put these on a seperate vLAN to prevent IP/ARP spoofing attacks, and some other LAN attacks that are possible with root.

Any unmanaged host must use the unmanaged subnet, and must go through the router's port on that vLAN in order to access anything outside that vLAN. This is so we can monitor/firewall traffic.

Managed

In our managed vLAN, we have a few other subnets for things like k8s, but our main one is 192.168.0.0/24.

For convenience when writing firewall rules, we further divide this into 3 prefixes:

Note that no matter the prefix, the subnet is still the same (/24).

You might notice some machines with two addresses, or things in the wrong place. This is because we're still migrating to this system, so they'll be fixed soon.

hosts/network.1683565059.txt.gz · Last modified: 2023/05/08 16:57 by tcmal