A homelab is such a great learning opportunity! I’m even more convinced now that Pubmox will be of great service to our community.
Here’s the story: Yesterday, I made a few changes to my physical homelab setup in preparation for the Pubmox project. Proxmox server, Synology NAS and the new 2.5G switch are now sitting together nicely on my office shelf, all connected to my UPS.
But when I tried to use the JetKVM, I got immediate disconnection errors. This only happened when it was connected to the Pubmox VLAN 7, but not with the default Home VLAN 1. It took me a bit of thinking to realize what was happening.
This is how my network is set up:
UDM == Office AP -- Office Switch -- Pubmox Switch
The Unifi Dream Machine, my internet router, sits downstairs where the cable internet comes in. Since I can’t run cables, I’m using a Wi-Fi bridge (==) to connect my office upstairs. In the office, I’m running the Pubmox Switch on the shelf via POE off the Office Switch under my desk.
Here’s what, I think, is happening: As long as I only use VLAN 1, my Office switch sends packets directly to the Pubmox switch.
But any packet from VLAN 1 to VLAN 7 first goes downstairs via Wi-Fi, just to be routed back upstairs again. In consequence, any TCP roundtrip would pass the Wi-Fi bridge four (!) times.
Am I right in this conclusion?
If so, the question is how to solve this.
Is there a way to set up layer 2 so the Office Switch talks to the Pubmox switch for VLAN 7 packets? Would it help to declare the port on the Office Switch connecting to the Pubmox Switch as “VLAN 7 only”? I’d have to run cables to the Office Switch for personal devices on the shelf, but cables are cheaper than the other option.
The other option being to replace the Office Switch with a layer 3 switch. Heh, I learned about layer 3 switches only last night! That’s what I meant by a homelab being great for learning. A layer 3 switch would be able to make real routing decisions on its own, without involving the main router downstairs.
Any hints from someone who’s more experienced in networking than me would be greatly appreciated.

