> Dear managers, > > I am getting the following error message in /var/log/messages > > server kernel: ip_conntrack: max number of expected connections 1 of ftp > reached for xx.xx.xx.xx->yy.yy.yy.yy, reusing > > I have iptables installed in this machine: > > Kernel : 2.4.20 > iptables v1.2.5 > > This machine is an ftp server and I am using xinetd ( xinetd-2.3.7-4.7x ) > >From the error message, what I understand is ftp is limited to 1 concurrent > connection. How can I increase this limit. >
Set ip_conntrack_max to a higher value in /proc/sys/net/somewhere Regards, Mukund Deshmukh Beta Computronics Pvt. Ltd. Web site - http://betacomp.com ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
