(I'll preface this by saying I'm in a home server/homelab environment, so I realize this is probably not the correct enterprise production way to run things.)
Anybody out there running multiple Proxmox clusters (single-node or otherwise) with VM and LXC containers whose vNICs share subnets?
I'm trying to figure out if I need to give each cluster its own vNIC MAC prefix under Datacenter -> MAC address prefix to avoid conflicts on the subnet when I'm generating new VMs and LXC containers.
In my case, I've got at least two single-node clusters that I plan to manage under a single pane of glass with Proxmox Datacenter Manager.
I use DHCP with static IP reservations, so it would be a problem if there were MAC address conflicts on VMs and LXCs. (It's late and I'm tired; please don't suggest switching to fully static IP management.
)
I don't think I'll somehow run out of MAC addresses if I don't change them (there's a lot of octet combinations), but there's still a non-zero chance of collisions across clusters and I don't want to confuse my DHCP server.
If I do need to change them, what's the easiest way? Can I just increment the third octet in the MAC prefix by one?
Thanks.
Anybody out there running multiple Proxmox clusters (single-node or otherwise) with VM and LXC containers whose vNICs share subnets?
I'm trying to figure out if I need to give each cluster its own vNIC MAC prefix under Datacenter -> MAC address prefix to avoid conflicts on the subnet when I'm generating new VMs and LXC containers.
In my case, I've got at least two single-node clusters that I plan to manage under a single pane of glass with Proxmox Datacenter Manager.
I use DHCP with static IP reservations, so it would be a problem if there were MAC address conflicts on VMs and LXCs. (It's late and I'm tired; please don't suggest switching to fully static IP management.
I don't think I'll somehow run out of MAC addresses if I don't change them (there's a lot of octet combinations), but there's still a non-zero chance of collisions across clusters and I don't want to confuse my DHCP server.
If I do need to change them, what's the easiest way? Can I just increment the third octet in the MAC prefix by one?
Thanks.