|
||||||||
On 11/6/06, bunea lucian <lucienut2003 at yahoo dot com> wrote: > I am using a PII (~333MHz) with 64MB of RAM on a Intel motherbord (AL440LX) to handle a 4 Mb ADSL connection for 10 users. I am using PPPoE to connect to ISP's server. > My problem are: > * after a while (usually 2-3 hours) I have to perform a "Reset state" if I want to browse > the WEB again. This problem occurs even more often if I use a p2p program. > Everything you've described is all the signs of exhausting the state table, which is 30,000 max states (and hard coded, you cannot easily increase it). Given your description of the network, I doubt if it's big enough to exhaust the state table with normal traffic. Which means you probably have a machine infected with a bot, worm, or something of that nature. Or using some application that does something pretty dumb. Check your state table under diagnostics to see what's using up all the states. -Chris |