I’ve gotten into selfhosting and have 3 mini PC’s

ODROID H4+ for TrueNAS
One for Home Assistant
and another for Immich and Nextcloud

They’re all just plugged into the router my ISP provided with network cables.

I’d like to get a managed switch or a router of my own that can function as a switch and router

I’ll be putting everything in a 10" rack at some point so it has to fit.

Any suggestions or tips would be appreciated, I’ve done some research and looked at options but unsure what is right/wrong

I’m especially stuck on what Hardware to get. Is 2.5ghz managed switch overkill? Should I get PoE for future use?
What brands are good, what should be avoided?

  • ominous ocelot@leminal.space
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    The h4 already can be a managed switch itself (2" 2,5gbit + 4*1gbit with the nic addon.) if you want it to be one. Linux as the host OS (VLANs, bridges) - netplan works well for me. Some VMs and containers on top (lxd, incus, some use proxmox) for router/ firewall/ vpn-gateway (opnsense, ipfire,…) and other functionality which you don’t want to run on the host OS directly. The cpu is fast enough to run all your services at once. It all comes down to RAM.

    IMO there is not one right way. It all depends on what you want to achieve. Also a lot depends on, whether you want results fast or if you enjoy the tinkering while learning.