Hi Scott
Yes, I made a dirty fix. It's all I got this far.
256 was default. I raised it to 512. Will come back with more information.
Dennis
Scott Ullrich wrote:
On 3/28/08, Dennis Karlssson <[EMAIL PROTECTED]> wrote:
Hi Scott
I use both CP and FW schedules.
I have a feeling that you are just working around the problem and not
solving it.
From a shell do this:
sysctl net.inet.ip.fw.dyn_buckets
How many buckets are defined by default? 256?
Take that number and *2 and then do this:
sysctl net.inet.ip.fw.dyn_buckets=512
Replacing 512 with the *2 of the original value. If the problem
still persists *3 the value and so on until you find a happy medium.
Scott