Comment on Basic networking/subnetting question.
kylian0087@lemmy.dbzer0.com 1 week ago
What is holding you back in regards to VLANs?
Comment on Basic networking/subnetting question.
kylian0087@lemmy.dbzer0.com 1 week ago
What is holding you back in regards to VLANs?
marauding_gibberish142@lemmy.dbzer0.com 1 week ago
I’d either have to do it in the router (which would need a lot of PCIe network cards which can get expensive + difficult to accommodate enough physical PCIe lanes on consumer hardware) or run it on a switch running a proprietary OS that I can’t control and don’t know what it’s doing underneath.
kylian0087@lemmy.dbzer0.com 1 week ago
Can you elaborate why you think you need much more PCIe lanes? Technically you can do with 1 single LAN port with all your VLANs.
You configure the VLANs on the router then make a single trunk port to a switch. then have that switch divide the VLANs on the ports you desire. this can be a L2 switch.
non_burglar@lemmy.world 1 week ago
Op specified they have a dumb switch
marauding_gibberish142@lemmy.dbzer0.com 1 week ago
Thanks, but to make that work I would need a managed switch running a proprietary OS can I cannot trust.
kylian0087@lemmy.dbzer0.com 1 week ago
Or a openwrt to make it L3
nottelling@lemmy.world 1 week ago
What in the world is “a proprietary OS I cannot trust”. What’s your actual threat model? Have you actually run any risk analyses or code audits against these OSes vs. (i assume) Linux to know for sure that you can trust any give FOSS OS? You do realize there’s still an OS on your dumb switch, right?
This is a silly reason to not learn to manage your networking hardware.
Clearwater@lemmy.world 1 week ago
As a heads up, almost all OpenWRT routers function as managed switches with vlan capabilities. Not truly all, but a very good number.
marauding_gibberish142@lemmy.dbzer0.com 1 week ago
Thanks, yes I realised that OpenWRT devices can do this