-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
| 
         I verified with  Its like its ignoring the   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Inspecting the database gave me a hint, the traffic type in the database said "Guest" and I didn't have any guest network defined for my 'mgmt' physical network. I'd think it should have errored out if it was needed, so I don't honestly know how it chose what to use. I've pasted the instructions below I created for myself. That said, its still not perfect, if you have a deny rule in your network acls for egress, nothing works. What's even more frustrating is if you temporarily switch it to default_allow it works, then when you switch it back to your ACL, it still works! Restarting the VPC is the only way to know if it will really persist. Access to Ceph NetworkWe need to be able to add a private gateway to access the hypervisor network which is also our management network. In order to do that we must add a tag to our management network and then add support for guest traffic types and finally set the traffic label to match our interface name. 
  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @bradh352 closing this  | 
  
Beta Was this translation helpful? Give feedback.



Inspecting the database gave me a hint, the traffic type in the database said "Guest" and I didn't have any guest network defined for my 'mgmt' physical network. I'd think it should have errored out if it was needed, so I don't honestly know how it chose what to use.
I've pasted the instructions below I created for myself. That said, its still not perfect, if you have a deny rule in your network acls for egress, nothing works. What's even more frustrating is if you temporarily switch it to default_allow it works, then when you switch it back to your ACL, it still works! Restarting the VPC is the only way to know if it will really persist.
Access to Ceph Network
We need to be able to add a…