Perdón, creo que el grupo no admite adjuntos, así que aquí transcribo el artículo:
<http://forums.fivetechsupport.com/#p110806> POSIBLE SOLUCIÓN A LA LENTITUD EN RED. <http://forums.fivetechsupport.com/viewtopic.php?p=110806#p110806> by <http://forums.fivetechsupport.com/memberlist.php?mode=viewprofile&u=24> thefull » Fri Feb 11, 2011 9:14 am Hoy nos han proporcionado una solución que aparentemente funciona. Como todos sabemos, cuando en una red hay diferentes versiones de Windows, puede afectar el rendimiento en las unidades mapeadas que usamos en nuestras aplicaciones con DBFs. Han colocado varios ordenadores nuevos con Windows 7, el problema que se encontraba es que si el servidor era Windows 2000 Server no había problema pero en cuanto el servidor era Windows 2003 Server era imposible trabajar debido a la lentitud. Cread un bat con el siguiente código y ejecutarlo en cada máquina. netsh interface tcp set global autotuninglevel=disabled netsh interface tcp set global rss=disabled sc config lanmanworkstation depend= bowser/mrxsmb10/nsi sc config mrxsmb20 start= disabled Si alguien ha tenido / tiene este problema, prueben esta solución a ver si conseguimos que todo vuelva a la 'normalidad'. Para saber, previamente, como se encuentra los comandos anteriores, ejecuta netsh interface tcp show global Por supuesto que todo siguió IGUAL. Al día siguiente fui nuevamente a la empresa para tratar de encontrar una solución y OH SORPRESA, todo funcionaba PERFECTO. Creo que la solución estuvo cuando todos los equipos se apagaron y encendieron nuevamente. Si bien el problema ha desaparecido, EVENTUALMENTE aparece por allí pero con menor intensidad y solo por unos minutos. La causa aparente es la DIVERSIDAD de sistemas operativos funcionado. Disable Windows Scaling heuristics Windows Vista/7 has the ability to automatically change its own TCP Window auto-tuning behavior to a more conservative state regardless of any user settings. It is possible for Windows to override the autotuninlevel even after an user sets their custom TCP auto-tuning level. When that behavior occurs, the "netsh int tcp show global" command displays the following message: ** The above autotuninglevel setting is the result of Windows Scaling heuristics overriding any local/policy configuration on at least one profile. To prevent that behavior and enforce any user-set TCP Window auto-tunning level, you should execute the following command: netsh int tcp set heuristics disabled possible settings are: disabled,enabled,default (sets to the Windows default state) recommended: disabled (to retain user-set auto-tuning level) Note this should be executed in elevated command prompt (with admin priviledges) before setting the autotuninlevel in next section. If the command is accepted by the OS you will see an "Ok." on a new line. TCP Auto-Tuning To turn off the default <http://javascript%3Cb%3E%3C/b%3E:/%20What%20is%20RWIN%20?> RWIN auto tuning behavior, (in elevated command prompt) type: netsh int tcp set global autotuninglevel=disabled The default auto-tuning level is "normal", and the possible settings for the above command are: disabled: uses a fixed value for the tcp receive window. Limits it to 64KB (limited at 65535). highlyrestricted: allows the receive window to grow beyond its default value, very conservatively restricted: somewhat restricted growth of the tcp receive window beyond its default value normal: default value, allows the receive window to grow to accommodate most conditions experimental: allows the receive window to grow to accommodate extreme scenarios (not recommended, it can degrade performance in common scenarios, only intended for research purposes. It enables RWIN values of over 16 MB) Our recommendation: normal (unless you're experiencing problems). If you're experiencing problems with your NAT router or SPI firewall, try the "restricted", "highlyrestricted", or even "disabled" state. Notes: - Reportedly, some older residential NAT routers with a SPI firewall may have problems with enabled tcp auto-tuning in it's "normal" state, resulting in slow speeds, packet loss, reduced network performance in general. - auto-tuning also causes problems with really old routers that do not support TCP Windows scaling. See <http://www.speedguide.net/netsh%20int%20tcp%20set%20global%20autotuninglevel=normal> MSKB 935400 - netsh set commands take effect immediately after executing, there is no need to reboot. - sometimes when using "normal" mode and long lasting connections (p2p software / torrents), tcp windows can get very large and consume too much resources, if you're experiencing problems try a more conservative (restricted) setting. If you're experiencing problems with Auto-Tuning, see also: <http://support.microsoft.com/kb/935400> MS KB 835400 - email issues <http://support.microsoft.com/kb/934430> MS KB 934430 - network connectivity behind firewall problems <http://support.microsoft.com/kb/940646> MS KB 940646 - 3G WWAN throughput issues <http://support.microsoft.com/kb/929868> MS KB 929868 - web browsing issues <http://support.microsoft.com/kb/932170> MS KB 932170 - slow network file transfer Saludos… Claudio E. Segretin Este mensaje se dirige exclusivamente a su destinatario y puede contener información CONFIDENCIAL sometida a secreto profesional o cuya divulgación este prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción. (This message is intended exclusively for its address and may contain information that is CONFIDENTIAL and protected by a professional privilege or whose disclosure is prohibited by law. If this message has been received in error, please immediately notify us via e-mail and delete it.) De: [email protected] [mailto:[email protected]] En nombre de Cristian Conte Enviado el: viernes, 3 de junio de 2016 15:31 Para: GUFA List Member <[email protected]> Asunto: [GUFA] CONSULTA TECNICA Tengo una red, con un servidor windows xp sp3, y compraron una pc nueva , le instalaron windows 7 ultimate, el tema es el siguiente, cuando quiero ejecutar el bat para mapear la unidad logica y ejecutar el .exe del sistema tarda una eternidad, no tiene activado nada, ni firewall, ni antivirus, que puede ser la causa q me lentiliza esta ejecucion. Gracias. Cristain Conte Cristian O. Conte E-mail: [email protected] <mailto:[email protected]> Telefonos Movil : 0341-155025469 - 0341-4592174 - Rosario - Santa Fe - Argentina
