March 29, 2024, 08:44:56 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: ip_conntrack: table full, dropping packet  (Read 16191 times)

Offline muthu

  • Linux Noob !
  • *
  • Posts: 17
ip_conntrack: table full, dropping packet
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
ip_conntrack: table full, dropping packet
« Reply #1 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.

Offline muthu

  • Linux Noob !
  • *
  • Posts: 17
ip_conntrack: table full, dropping packet
« Reply #2 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

-----

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
ip_conntrack: table full, dropping packet
« Reply #3 on: April 05, 2005, 12:25:43 PM »
It means you have to increase it again !

Offline prasadeapen

  • New Member
  • Posts: 3
ip_conntrack: table full, dropping packet
« Reply #4 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

Offline Webbie

  • New Member
  • Posts: 1
ip_conntrack: table full, dropping packet
« Reply #5 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?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
ip_conntrack: table full, dropping packet
« Reply #6 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