Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Kernel => Topic started by: muthu on March 28, 2005, 07:54:11 AM

Title: ip_conntrack: table full, dropping packet
Post by: muthu on March 28, 2005, 07:54:11 AM
sir,

I had this problem

ip_conntrack: table full, dropping packet.

If  Any solution.

please help me.


thanks and Regrads

s.muthu
Title: ip_conntrack: table full, dropping packet
Post by: Ricky on March 28, 2005, 05:13:51 PM
This occures when maximum simultenous connection from your machine exceeds.. so apparently your ip_conntrack table is full, you can review your table
with:

# cat /proc/net/ip_conntrack

The max number of connections is set in

# cat /proc/sys/net/ipv4/ip_conntrack_max

You can increase it with:

# echo "some_number" > /proc/sys/net/ipv4/ip_conntrack_max

But be sure to use not much high value as it will use more RAM.
Title: ip_conntrack: table full, dropping packet
Post by: muthu on March 29, 2005, 10:22:10 AM
its working fine



by

s.muthu

Edited:
------------------
New problem..

hi linux groups,

i am using redhat linux 9 distrp.

my linux h/w configuration is :

ram = 64 mb

hard disk = 20gb

my problem is when i start my linux machine,

ip_conntrack: table full, dropping packet accur.

and i have tried this cmd:

# cat /proc/net/ip_conntrack | wc -l
6650

and increase my value: 4024 to 7000.

# cat /proc/sys/net/ipv4/ip_conntrack_max
7000

but still doesn't work.

if any other solution

plz help me.


thank and regards

s.muthu

-----
Title: ip_conntrack: table full, dropping packet
Post by: Ricky on April 05, 2005, 12:25:43 PM
It means you have to increase it again !
Title: ip_conntrack: table full, dropping packet
Post by: prasadeapen on November 22, 2005, 04:10:57 AM
for 64 mb ram nearly 7000 connection is allowed

by my experience u shoud upgrade the  128 mb ram (16000 connection)

to avoid packet loss
Title: ip_conntrack: table full, dropping packet
Post by: Webbie on December 23, 2005, 03:21:06 AM
Hi there, i have the same issue, was wondering what would be the right amount of connections on a box with 1.5 gig dual channel ddr?
Title: ip_conntrack: table full, dropping packet
Post by: Ricky on December 24, 2005, 05:39:53 PM
as prasadeapen has mentioned .. u can set roughly 7000 connections for 64mb ram machine.. so u can set it accordingly