Displaying 5 results from an estimated 5 matches for "ip_conntrack_count".
2006 Sep 26
10
[Bug 517] failed to forward packets via some interface
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=517
------- Additional Comments From netfilter@linuxace.com 2006-09-26 03:44 MET -------
*** Bug 519 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2010 Jan 24
8
ip conntrack table full
xen-3.0.3-94.el5_4.2
2.6.18-164.6.1.el5xen
RHEL5.4 x86_64
I''ve got a dom0 that does nothing but have a DomU created. The DomU gets
plenty of load. Over time, the dom0''s ipconntrack table fills up but not
the DomU. Once it gets full I can restart iptables and it''s fine.
The strange thing is this only happens on hosts I have provided (hardware
and hosting) from one
2003 May 08
0
[Bug 91] New: conntrack unload loops forever (reproducible)
...ReportedBy: kaber@trash.net
CC: netfilter-buglog@lists.netfilter.org
i know this is a know issue but i'm unsure if it is know how to reproduce it.
some printks in conntrack unload path showed it clears out the entire hash table
but loops infinitely to clear some more because ip_conntrack_count doesn't reach
0 which means that there are still packet with references to some conntrack
structures in the stack. this suggests the BR_NETPROTO_LOCK barrier in
ip_conntrack_cleanup doesn't work as expected.
to reproduce try this:
- start downloading something over _slow_ line from the box...
2008 Nov 06
2
iptables starts blocking outbound http traffic
Hello:
I have a machine running CentOS 5 x86_64.
It is running apache httpd and tomcat.
For some reason, after running for a few days,
web requests stop responding. It happened again
this morning. I check the syslog and see a HUGE
number of logs like this:
OUTPUT IN= OUT=eth0 SRC=[MyIP] DST=[OutsideIP] LEN=532 TOS=0x00 PREC=0x00
TTL=64 ID=52669 DF PROTO=TCP SPT=80 DPT=54697 WINDOW=61
2004 Jan 07
5
[Bug 91] conntrack unload loops forever (reproducible)
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=91
mschwendt@users.sf.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From mschwendt@users.sf.net