this post was submitted on 04 Oct 2023
5 points (100.0% liked)
Networking
480 readers
1 users here now
This is a community dedicated to all types of computer networking (physical/virtual/cloud/etc.)
Computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are made up of telecommunication network technologies based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network topologies.
Helpful Links:
Rules:
- Posts must be relevant to networking
- No NSFW content
- No hate speech, bigotry, etc
- Try to keep discussions on topic
- No spam of tools/companies/advertisements.
- It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
IP classes are a very old terminology that is no longer applicable.
Everything is now IP subnets, and most things use CIDR notation.
So 192.168.0.1/24 has a subnet mask of 255.255.255.0 and a possible 255 devices (24 out of the 32 bits of the address are masked, leaving 8 bits for clients in the subnet).
https://www.techtarget.com/searchnetworking/definition/CIDR
I think what you are looking for are VLANs, a router capable of VLANs, WiFi access points that support multiple WLANs (IE multiple SSIDs as different networks), and some smart switches.
https://www.computernetworkingnotes.com/ccna-study-guide/vlan-basic-concepts-explained-with-examples.html
The cheapest is going to be TP Link Omada.
They have fairly decent controller/gateway devices, and all the switches and WiFi APs are easily managed through a central web based UI (I think there is an app as well, and also cloud configuration stuff).
TP Link Omada is TP Link's answer to Ubiquity Unifi. Unifi was the only consumer-accessible (ie no subscriptions, and reasonably priced gear) for a long time. It's well established and very popular. The gear is more expensive than Omada, there is better community support for Unifi, although Ubiquity has had a rocky reputation the past few years.
If you want to do it all yourself (steep learning curve), I like Mikrotik. It's very competitively priced, and extremely powerful and flexible. However, it's very easy to tie yourself in knots. But it is 1 brand that will do everything.
If you don't mind mixing brands, I like OPNsense as a firewall/gateway. It's like openWRT on steroids. It's essentially a battle tested implementation of FreeBSD as a router. It's open source and can be installed on modest hardware that has a sensible network port. You can then mix in whatever switches and APs you want (I'd suggest unifi or omada for wireless, if you have multiple access points).
Omada and Unifi are powerful, but sometimes have some odd limitations (functionality that isn't implemented). I doubt you would run into any of them however.
The great thing about Omada and Unifi is you plug everything in, adopt all the switches/devices so the controller knows about them, then define some networks and where you want them to appear. And it manages all that.
If you run mixed brands of switches and APs, then you have different UIs for each and it can be easy to tie yourself in knots with regards to which VLANs go where.
Mikrotik would sit in the middle, IMO. It's the same interface for each switch, however you have to configure each switch yourself. It's also very easy to get confused how to do things, because mikrotik will let you configure things in ridiculous ways that will grind your network to a halt, and there has been some advances in recent years that means older tutorials incorrectly recommend doing (now) inefficient things.