VMs in 192.168.122.0/24 subnet have broken networking
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Denis Egorenko | ||
6.0.x |
Won't Fix
|
Medium
|
MOS Maintenance | ||
6.1.x |
Won't Fix
|
Medium
|
MOS Maintenance | ||
7.0.x |
Fix Released
|
Medium
|
Denis Egorenko |
Bug Description
If I create a 192.168.122.0/24 subnet, VMs in that subnet are unable to reach the external world.
Symptoms:
As seen while pinging an external IP, there is an unwanted/incorrect SNAT applied to the packets before they leave the compute node. (When observing the private network with tcpdump, the pings will have a source IP that is *not* the VM.)
This causes the packets to not match the right (or any) SNAT rule inside the qrouter on the controller.
Other subnets with identical router and security group configurations work fine.
Suspected cause:
Failure of Fuel to remove a presumably-unneeded default libvirt network. (Observation/
Changed in fuel: | |
milestone: | none → 6.1 |
assignee: | nobody → Fuel Library Team (fuel-library) |
Changed in fuel: | |
status: | Confirmed → Won't Fix |
tags: | added: qa-agree-7.0 release-notes |
Changed in fuel: | |
assignee: | Alexey Deryugin (velovec) → Denis Egorenko (degorenko) |
tags: |
added: release-notes-done removed: release-notes |
tags: | added: rn7.0 |
tags: | added: on-verification |
Cluster details: Fuel 6.0, HA, on Ubuntu. Networking: Neutron with VLANs.