All of lore.kernel.org
 help / color / mirror / Atom feed
* ip_conntrack: table full, dropping packet
@ 2004-09-24  8:07 www.piratehosting.net
  2004-09-24 15:19 ` Stephen J Smoogen
  0 siblings, 1 reply; 14+ messages in thread
From: www.piratehosting.net @ 2004-09-24  8:07 UTC (permalink / raw)
  To: netfilter

512mb ram
about 150,000 connections
its a ircd server with 15 clients at 1024 users each.
i have to keep moving it up as the conntrack doesnt empty


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ip_conntrack: table full, dropping packet
@ 2004-09-24 15:55 www.piratehosting.net
  2004-09-26 20:34 ` Jose Maria Lopez
  0 siblings, 1 reply; 14+ messages in thread
From: www.piratehosting.net @ 2004-09-24 15:55 UTC (permalink / raw)
  To: netfilter

can i get a url for the patch.
i have the latest kernal


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ip_conntrack: table full, dropping packet.
@ 2004-09-24  4:01 www.piratehosting.net
  2004-09-24  7:02 ` Jason Opperisano
  2004-09-26 20:34 ` Jose Maria Lopez
  0 siblings, 2 replies; 14+ messages in thread
From: www.piratehosting.net @ 2004-09-24  4:01 UTC (permalink / raw)
  To: netfilter

ip_conntrack: table full, dropping packet.

i have been using
echo "4008192" > /proc/sys/fs/file-max
echo 4008192 > /proc/sys/net/ipv4/ip_conntrack_max
to increase the limits to avoid this dropping of packets.
can i just clear the list from
/proc/net/ip_conntrack
or something

some info
ip_conntrack_ftp       70576  0
ip_conntrack_irc       70064  0
ip_conntrack           24968  4
iptable_nat,ip_conntrack_ftp,ip_conntrack_irc,ipt_state


^ permalink raw reply	[flat|nested] 14+ messages in thread
* Strange setup
@ 2003-01-19 21:35 Evan Borgstrom
  2003-01-19 22:31 ` Peter Johnson
  0 siblings, 1 reply; 14+ messages in thread
From: Evan Borgstrom @ 2003-01-19 21:35 UTC (permalink / raw)
  To: netfilter

I've got sort of a strange setup that I'm looking to accomplish some
strange async routing. I know how I want to accomplish it and am pretty
sure that I can do it with netfilter but just can't seem to find the
proper way.

Here's the rundown on the network setup:

[ LAN ] --
[ DMZ ] -- [ Firewall/Router ] -- [ WAN ]
                    |
                    |
                 [ WLAN ]


The WLAN is between myself and a couple of other people in my building to
provide redundant paths out of each of our networks and is working
beautifully. We all advertise (via BGP) blocks close to us to each to
provide the shortest path as well.

Comming from the WAN I have a /29 routed to the DMZ which services a
number of machines that provide different services.

The firewall/router is a linux box that is running iptables.


Now the problem:
Because of the advertisments comming over the WLAN I now have about 40
routes in the kernel routing table. Most of them are not very specific
since we advertise our ISP's blocks to each other, so I have routes for
/16's, /21's, etc... What happens is when someone that resides in one of
these blocks that I'm getting advertisements for tries to access an
address in my /29 their return path follows the advertisment over the
WLAN.

Using the iproute2 package I've created a second routing table with a
single default route out my WAN default route. I'm hopping that there's a
way to tag the connection in the conntrack table and then -j MARK it when
a related,established packet comes back so that I use the iproute2 package
to specify that the second routing table will be used.

Anyone know of a way that I can accomplish this?

Thanks in advance,
Evan

-- 
Evan Borgstrom <evan@unixpimps.org>
http://www.unixpimps.org - SIG:ILL




^ permalink raw reply	[flat|nested] 14+ messages in thread
* ip_conntrack: table full, dropping packet.
@ 2002-10-30 13:43 Vicky Shrestha
  2002-10-30 16:28 ` Antony Stone
  2002-10-30 16:59 ` Maciej Soltysiak
  0 siblings, 2 replies; 14+ messages in thread
From: Vicky Shrestha @ 2002-10-30 13:43 UTC (permalink / raw)
  To: netfilter

I have built a firewall on 2.4.8-17 kernel which has 2 Mb of traffic going in 
an out of it. 

I recently added a line :
iptables -A FORWARD -m state --state ESTABLISED,RELATED -J ACCEPT

Now I can see the lines "ip_conntrack : table full, dropping packet" in my 
kern.log.

Does dropping packets means that it is actually dropping the packets or just 
truncating the file /proc/net/ip_conntrack , does this affect my client's  
connections???

-- 
Best regards,


Vicky Shrestha
System Administrator
WorldLink Communications Pvt.Ltd
Jawalakhel, Kathmandu, Nepal.



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2004-09-26 20:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-24  8:07 ip_conntrack: table full, dropping packet www.piratehosting.net
2004-09-24 15:19 ` Stephen J Smoogen
  -- strict thread matches above, loose matches on Subject: below --
2004-09-24 15:55 www.piratehosting.net
2004-09-26 20:34 ` Jose Maria Lopez
2004-09-24  4:01 www.piratehosting.net
2004-09-24  7:02 ` Jason Opperisano
2004-09-26 20:34 ` Jose Maria Lopez
2003-01-19 21:35 Strange setup Evan Borgstrom
2003-01-19 22:31 ` Peter Johnson
2003-01-20  0:45   ` Evan Borgstrom
2003-01-20  7:50     ` Peter Johnson
2003-01-20 14:49       ` Evan Borgstrom
2003-01-20 15:01         ` ip_conntrack: table full, dropping packet hare ram
2003-01-20 15:13           ` Maciej Soltysiak
2002-10-30 13:43 Vicky Shrestha
2002-10-30 16:28 ` Antony Stone
2002-10-30 16:59 ` Maciej Soltysiak
2002-10-31  6:40   ` Vicky Shrestha
2002-11-01  2:02     ` Jet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.