| Subiectul anterior :: Subiectul următor |
| Autor |
Mesaj |
mitrutz Generalu' Rommel

Data înscrierii: 11 Mar 2005 Mesaje: 2633 Locație: [at] atlabs [dot] ro
|
Trimis: Sâm Iul 23, 2005 1:17 pm Titlul subiectului: Marirea vitezei de conectare la Internet |
|
|
(valabil doar in Win XP)
Marirea vitezei de conectare la Internet:
1) Asigurati-va ca sunteti logat ca si Administrator si aveti astfel de privilegii
2) Click Start --> Run dupa care tastati gpedit.msc si apasati Enter.
3) Extindeti coloana Local computer policy
4) Extindeti coloana Administrative templates
5) Extindeti coloana "network"
6) Selectati "QoS Packet Scheduler" in fereastra din stanga
7) In fereastra din dreapta , faceti dublu-click pe optiunea "limit reservable bandwidth"
In campul setting bifati optiunea "enabled"
9) Setati optiunea "Bandwidth limit %" dandu-i valoarea 0
10)Restartati sistemul.
Ce va pot spune este ca........ se simte ! _________________ Mitrut Stanoiu
Cazare Targu Jiu
Servicii web
Gazduire web
Cazare Ranca |
|
| Sus |
|
 |
claudiu Site Admin

Data înscrierii: 29 Ian 2003 Mesaje: 1284 Locație: /dev/null
|
Trimis: Dum Iul 24, 2005 10:36 pm Titlul subiectului: |
|
|
Sau poti, pur si simplu, sa scoti QoS din Networking, de pe placa de retea (acolo unde afiseaza si protocoalele). _________________ Claudiu Cismaru
Network/System Administrator, Software Developer |
|
| Sus |
|
 |
mentor Aspirant

Data înscrierii: 10 Aug 2005 Mesaje: 41
|
Trimis: Mie Aug 17, 2005 8:51 am Titlul subiectului: |
|
|
Pentru Cable Modem/XP:
In regedit:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters:
| Cod: | DefaultTTL REG_DWORD 0x00000080 (128)
EnablePMTUBHDetect REG_DWORD 0x00000000 (0)
EnablePMTUDiscovery REG_DWORD 0x00000001 (1)
GlobalMaxTcpWindowSize REG_DWORD 0x00007fff (32767)
TcpMaxDupAcks REG_DWORD 0x00000002 (2)
SackOpts REG_DWORD 0x00000001 (1)
Tcp1323Opts REG_DWORD 0x00000001 (1)
TcpWindowSize REG_DWORD 0x00007fff (32767)
|
DefaultTTL = "80" hex (or 128 decimal)
Specifies the default time to live (TTL) for TCP/IP packets. The default is 32.
EnablePMTUBHDetect = "0"
Specifies whether the stack will attempt to detect Maximum Transmission Unit (MTU) routers that do not send back ICMP fragmentation-needed messages. The default is 0.
EnablePMTUDiscovery = "1"
Specifies whether the TCP/IP stack will attempt to perform path MTU discovery as specified in RFC 1191. The default is 1.
GlobalMaxTcpWindowSize = "7FFF" hex (or 32767 decimal)
Specifies the system maximum receive window size advertised by the TCP/IP stack.
TcpMaxDupAcks = "2"
Determines the number of duplicate ACKs that must be received for the same sequence number of sent data before "fast retransmit" is triggered.
SackOpts = "1"
Enables support for selective acknowledgements as documented by Request for Comment (RFC) 2018. Default is 0.
Tcp1323Opts = "1"
Controls RFC 1323 time stamps and window scaling options. Possible values are: "0" = disable RFC 1323 options, "1" = window scale enabled only, "2" = time stamps enabled only and "3" = both options enabled.
TcpWindowSize = "7FFF" hex (or 32767 decimal)
Specifies the receive window size advertised by the TCP/IP stack. If you have a latent network you can try increasing the value to 93440, 186880, or 372300.
***********
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
| Cod: |
MaxConnectionsPerServer REG_DWORD 0x00000008 (8) (implicit: 4)
MaxConnectionsPer1_0Server REG_DWORD 0x00000008 (8) (implicit: 2) |
***********
EnablePMTUDiscovery cu toate ca optimizeaza conexiunile prin modificarea dinamica a marimii MTU, creaza o cale pentru un atac DoS prin faptul ca un atacator poate pacali sistemul sa aloce o valoare foarte mica a MTU asa incat stiva va fi supraincarcata. Pentru evitare, se poate seta pe "0" (disabled).
Sursa: www.winguides.com _________________ If you can help, DO IT!... |
|
| Sus |
|
 |
mitrutz Generalu' Rommel

Data înscrierii: 11 Mar 2005 Mesaje: 2633 Locație: [at] atlabs [dot] ro
|
|
| Sus |
|
 |
|