this post was submitted on 25 Nov 2023
4 points (100.0% liked)

Homelab

371 readers
3 users here now

Rules

founded 11 months ago
MODERATORS
 

I do not know whether I should ask here. Even though I am still thinking about turning my not-used RPI Zero into a router. Now I have an old Archer C6 v2 with OpenWRT and sometimes happen router turns off after connecting the PC. I know it is possible to do it, but I wonder whether RPI would be able to hold the traffic better than the Archer. I should point out, that traffic means a Proxmox server with 2 Linux VMs and 4 PVEs, a television, and 4 Wi-Fi connections. I am thinking about configuring OPNsense on the RPI as well. Would it work or do you have better ideas?

you are viewing a single comment's thread
view the rest of the comments
[–] kamaradski@alien.top 2 points 10 months ago (1 children)

might work, but not for a lot of throughput.

  1. CPU is not powerful enough, especially if you also dealing with encryption

  2. You have only 1 NIC on these, which you will need to share for external/internal with some vlan config or virtualization (already cuts bandwidth potential in half

  3. a work around for #2 is to use a USB NIC, which will put you in a bad spot with issue #1 again.

Get an Intel NUC, or ChromeBox or something like that. Or you can even run it virtualized inside Proxmox on another machine in your homelab. This is what i do, and it sits with a bunch of LXC's on the same machine (haproxy, UnifiController, CloudflareTunnel). Basically, all my network contollers on the same machine neatly in separate containers. Powered by a super cheap Celeron G3950 and 8GB RAM. food for thought.

[–] Pretend_Depth3892@alien.top 1 points 10 months ago

Yeah, I have one old server with a two-core Intel processor, so I was thinking about using it instead of the RPI, but IMO it is quite overkill…dunno what to use the remaining power for