hardware problem ?
Vu Pham
vu
Mon May 17 11:58:20 PDT 2004
----- Original Message -----
From: "Net Llama!" <netllama at linux-sxs.org>
To: <linux-users at linux-sxs.org>
Sent: Sunday, January 18, 2004 6:21 PM
Subject: Re: hardware problem ?
>
> No, the problem is the very large number of tcp/ip connections hitting
> your box. You need to increase the number of connection tracking table
> entries. 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
Thanks a lot for this tip. I am googling for how to fix this. I will add
this now.
>
> Did the output of ifconfig for each interface show any errors? What
> kind of NIC(s) do you have? There are some cases of the old eepro100
> driver hanging under very heavy network load traffic (like you
> apparently have).
I viewed ifconfig -all this morning and there were no error reported.
if0 is the main network interface that connects to the Internet.
if1 is the network card for internal workstation
if2 is the network card for backup, it connects to the Internet thru an ISDN
line.
the gateway is for the router on if0.
This configuration has worked for about 8 months, then suddenly 3 weeks ago,
and then this morning, that problem occurred.
It *temporarily fixed it by restarting the server.
Thanks,
Vu
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> L. Friedman netllama at linux-sxs.org
> Linux Step-by-step & TyGeMo: http://netllama.ipfox.com
>
> 16:15:01 up 42 days, 21:00, 1 user, load average: 0.02, 0.07, 0.12
> _______________________________________________
> Linux-users mailing list
> Linux-users at smtp.linux-sxs.org
> Unsubscribe/Suspend/Etc ->
http://smtp.linux-sxs.org/mailman/listinfo/linux-users
>
More information about the Linux-users
mailing list