Comment on Do I really need a firewall for my server?
possiblylinux127@lemmy.zip 11 months agoIt will impact server to server performance significantly.
If the servers are independent that’s fine but don’t do a file share or some other performance critical component across vlans.
superglue@lemmy.dbzer0.com 11 months ago
Interesting, I haven’t noticed anything, in fact since I switched everything has felt faster. And I’m constantly sending large files to devices on other VLANs.
possiblylinux127@lemmy.zip 11 months ago
It will be slower with more latency and CPU usage.
I would highly recommend you read up on networking and the OSI model. Switching is extremely fast because it is done in hardware. Routing is slow because it goes though the CPU.
If all else fails you could create a dedicated vlan for storage access.