this post was submitted on 01 Dec 2024
510 points (98.7% liked)

Technology

59772 readers
3103 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Max_P@lemmy.max-p.me 1 points 3 days ago* (last edited 3 days ago) (1 children)

The key there is the switch does most of the work in hardware, so you can have 1G going between all ports with no CPU usage, so the internal 1G port doesn't matter as much, and the hardware acceleration lets it efficiently handle routing across VLANs without involving much of the internal port. Those internal switches can usually handle VLANs and basic NAT nesrly entirely on its own.

With a single external 2.5G port you lose that because your traffic will have to go in the router and back out to the switch to cross VLANs, so it's basically a 1.25G link. And it needs to be a managed switch too since the router doesn't come with a built-in one anymore. Best you can do is software VLANs but the other device will need to also use the VLAN explicitly in that case, as there's no switch to give you untagged ports.

[โ€“] planish@sh.itjust.works 1 points 3 days ago

So you would have to pair this with a switch that not only does VLANs but also somehow does your NAT for you.