-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Discussed in #11795
Originally posted by bradh352 October 6, 2025
I've got these physical networks:

And I want to add a private gateway to access the mgmt network to allow access to few ports (ceph via the mgmt/hypervisor network in this case):
Before I attempt to add a private gateway, I check my network bridges:
ceph 8000.de95ff0e22c3 no vxlan200
hypervisor 8000.0625c5991a54 no vxlan100
public 8000.d286dc39fb05 no vnet1
vxlan2
I can see vnet1
for my VPC public ips attached to public
which is right. But otherwise no vnets are attached to those bridges which is right as well.
So I create a private gateway in my VPC like this:

It creates fine, but when I look at bridge config, it attached to the wrong network!
ceph 8000.de95ff0e22c3 no vxlan200
hypervisor 8000.0625c5991a54 no vxlan100
public 8000.d286dc39fb05 no vnet1
vnet11
vxlan2
I would have expected vnet11 to attach to hypervisor
but instead it attached to public
. Am I doing something wrong here? Or misunderstanding something? Or is this a bug?
I'm running 4.21.0
Metadata
Metadata
Assignees
Labels
Type
Projects
Status