this post was submitted on 03 Jan 2025
5 points (100.0% liked)
Ubiquiti
559 readers
1 users here now
Unofficial Ubiquiti community.
Discover innovations, troubleshoot, and optimize your Ubiquiti products and software.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If they are on the same vlan and the same proxmox server the packets likely never leave your proxmox server. The bridge interface on your virtual host acts like its own switch so packets between those VMs would never hit the Ubiquiti ACLs.
If you have another nic on the host you could attach each VM to a different NIC which would force that traffic through the switch.
I assume these are Ubiquiti's Unifi switches not the Edgeswitches? The Edgeswitches can't be managed through Unifi but have a lot more capabilities like community vlans which would be another potential solution for intra-vlan isolation.
Proxmox might have its own options to solve this but I am not familiar with their capabilities.
Thanks so much for the reply! Yes this is a Ubiquiti switch and everything is a lot more clear to me now with the understanding that this traffic is never even reaching my switch. I'm currently running on a NUC which has a management port and another trunked port for my VMs, but in the future maybe I could grab something with more NICs. There also is a PVE firewall in Proxmox that I might play with a bit.