Hello everyone,
New to networking in general but have brute forced myself through many of the concepts to get things done so while I have a good grasp on it, there’s probably basic things that I’m unaware of. I have a home setup with a RB2011. Here’s the physical topology of my network:
- Internet
- Modem (ETH1)
- RB2011
- Computer A (ETH2)
- Computer B (ETH3)
- Ubiquity AP (ETH4)
- 20x Clients
- 24-port unmanaged switch (ETH5)
- 20x Computers
I’ve been using the RB2011 for about 18 months now, tinkering with things here and there, setting up features like VPN access, DNS server, scripting, and VLANs. I mostly use WinBox, but have followed many tutorials/guides through the command line. In my home network, I was eventually hoping make fancy with better IP address organization, but cannot figure out how to do it. What I specifically am looking to do is to dynamically assign IP addresses in different subnets, and have them successfully connect to the internet.
There’s some topics that seem to be exactly what I need, but I always seem to be missing something:
- 2 different interface with 2 subnet
- Connect hosts from different subnets
- Plethora of other “connect two subnets together” threads
At a high level, I would like to organize my network’s addresses and have the potential to control communication between the groups. Ideally I would do this with VLANs, but the unmanaged switch doesn’t help me at all, yet has the most connections that I want to organize. Here’s the network topology I am trying to achieve:
- Personal Computers (IP Address within 192.168.0.0/24)
- Wireless Clients (IP Address within 192.168.1.0/24)
- Wireless Non-Moving Clients (IP Address within 192.168.2.0/24)
- Guest Wireless (IP Address within 192.168.100.0/24)
- Homelab Space (IP Address within 10.0.0.0/24)
Since the devices are mixed between the various RB2011 interfaces, it’s not possible to simply assign a VLAN to one interface as devices tied to it aren’t necessarily going to be part of the same VLAN. I’ve achieved the Guest Wireless grouping through a VLAN tagged separate SSID, so that’s out of the way. So my question is:
Is it possible to achieve the network scheme I want with the RB2011? If so, can it be done without a managed switch (and only 5 gigabit interfaces of the RB2011) and how?
Currently, all of the devices (excluding the VLANed guest wireless) live in one subnet. I’d like to learn how to allocate (defined by me, distributed by DHCP) my devices with an IP address based on where I would like to organize them.
Hopefully I have given enough information to provide my intent. It is very frustrating as I feel like in each thread I read, I’m missing one tiny piece.