lchuzel
Posts: 10
Joined: 2.Mar.2004
From: velizy france
Status: offline
|
Hi, be sure IP routing is enable (with that ISA use kernel mode) the option is in general - ip preferences - ip routing - Enable ip routing 2- You can encrease speed by adding this values : HKLM\system\currentcontrolset\services\tcpip\parameters ForwardBufferMemory (DWORD KEY) = 80000 (décimale) MaxForwardBufferMemory (DWORD KEY) = 80000 (décimale) 3- If you have two NIC and two processors on your server you can activate infinity filter (you find it in windows 2003 Ressource Kit infinity)on network card and dedicate one card for input an the other for output program intfiltr.exe in c:\Program Files\Windows Resource Kits\Tools before using it don't forget to register it with this reg key REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InterruptAffinityFilter] "Type"=dword:00000001 "Start"=dword:00000000 "ErrorControl"=dword:00000001 "ImagePath"=hex(2):53,79,73,74,65,6d,33,32,5c,44,52,49,56,45,52,53,5c,69,6e,74,\ 66,69,6c,74,72,2e,73,79,73,00 "DisplayName"="Interrupt Affinity Filter" Hope help you L chuzel
|