Brian A. Henning wrote:

Hiho,
 Recently I lost remote contact with my Linux box.  Once I was able to sit
down in front of it, the error messages I saw were to the effect of packets
getting dropped because conn_track table full.  In true end-user fashion, I
didn't write down the error so I'm a little foggy now that I've gotten
around to writing about it, but I do distinctly remember seeing conn_track
(or possibly ip_conntrack?) and "table full."

Rebooting fixed the problem, but I would like to know if there is a less
disruptive way to clear that problem.  I always hate having to reset the
uptime counter :-)

Cheers,
~Brian



Try the following in a boot script or iptables script

echo "1000000" > /proc/sys/net/ipv4/ip_conntrack_max

/glen

--
Glen Ford
[EMAIL PROTECTED]


-- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc

Reply via email to