occasional connection reset on SNATed after tcp retries
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
Medium
|
Unassigned |
Bug Description
When neutron ports are connected to DVR routers that are without floating ip, the traffic is going via SNAT on the network node.
In some cases when the tcp connections that are nat'ed end up retransmitting, sometimes a packet is being retransmitted by the remote that is outside what the Linux kernel connection tracking considers part of valid tcp window. When this happens, the flow is receiving a RST, terminating the connection on the sender side, while leaving the receiver side (the neutron port attached VM) hanging.
A similar issue is described elsewhere, e.g. https:/
Changed in neutron: | |
assignee: | nobody → Dirk Mueller (dmllr) |
status: | New → In Progress |
tags: | added: l3-dvr-backlog |
Changed in neutron: | |
status: | New → Confirmed |
Changed in neutron: | |
status: | Confirmed → In Progress |
this isn't specific to DVR, right?