![]() |
||
The Crucial Blog December 17, 2008
ip_conntrack: table full, dropping packet.If you see something like the following in your log files: ip_conntrack: table full, dropping packet. It will probably look like you are experiencing a network issue with a lot of packet loss, but in fact it isn’t one at all! This error has to do with the value in /proc/sys/net/ipv4/ip_conntrack_max set to low, and letting the system only handle a few connections at once. This value is usually imposed when APF is installed, and the following should be done to correct it: echo “138304″ > /proc/sys/net/ipv4/ip_conntrack_max add the following to /etc/sysctl.conf: sys.net.ipv4.ip_conntrack_max = 138304 If you are running APF modify the following line to: SYSCTL_CONNTRACK=”138304″ To check what the current value is you can use: cat /proc/sys/net/ipv4/ip_conntrack_max Tags: linux, networking, server-administrationFiled under: Uncategorized by — aaron @ 2:22 pm 4 Responses to “ip_conntrack: table full, dropping packet.”Leave a Reply |
Tag Cloud
storage
cpanel
lxadmin
XenServer
ruby-on-rails
system administration
apache
mail
virtual dedicated servers
vps
debian
vds
esxi
windows
yum
exchange
servers
windows 2008 server
vmware
fantastico
lxlabs
wordpress
security
linux
php
server-administration
fedora
networking
xen
windows server
hypervm
gentoo
subversion
virtualization
firewall
control panels
raid
ssh
centos5
cisco
centos
microsoft
joomla
webmin
ubuntu
|
|
Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers
© Copyright 2003-2008
Crucial Paradigm
ABN 97 125 618 662
Hello,
Can we set “SYSCTL_CONNTRACK” more than 138304?
Thank You
HI Masood, I believe you are able to increase it to above 138304, this is just an example! It really depends on you requirements.
What if I already changed this value from 65535 to 147456 and it still keeps showing this error??
Using Centos 5
Hi Alexandre, try increasing the value further and see how you go.