Bug 236872
Summary: | TCP connection breaks by ignoring acknowledge packets? | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Gary Shi <garyshi> | ||||
Component: | kernel | Assignee: | Thomas Graf <tgraf> | ||||
Status: | CLOSED CANTFIX | QA Contact: | Martin Jenner <mjenner> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.3 | CC: | davem, jbaron, jrieden, nhorman, rkhan | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-05-10 12:51:56 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Gary Shi
2007-04-18 04:38:47 UTC
Created attachment 152869 [details]
sample tcpdump output
This problem is confirmed. When I add LOG rules before the iptables DROP rule, I see match count and logged packets in /var/log/messages when the session is locked-up. Then I insert an ACCEPT rule before stateful rules, the locked session continues. Are you still experiencing the problem? Yes, we let the customer add non-stateful iptables rules to avoid this problem. But if any server (RHEL4 kernel, not sure the patch level) is still running the stateful firewall, this problem do occur. It is very likely to reproduce, if we open a dozen of SSH connections to the server, perform several operations, and leave them alone for 10-30 minutes, then you go back to type a command that produces a lot of outputs (for example, for i in `seq 10`; do dmesg; done), tit is very likely the output will block, until you add a non-stateful iptables rule to accept the packet, or the connection will timeout. It means the firewall still recognizes the connection after the idle, but suddenly drops packets afterwhile. RHEL4 has entered the Extended Life Phase. There will be no more minor releases. I'm closing this bug due to inactivity. Please reopen and provide an explanation if you need this issue to be addressed in RHEL4. Please note that only security and critical bugfixes are considered at this point. |