PDA

View Full Version : Cable/DSL Tweak guide


Toadster
15-09-2000, 15:28
Surfing around I found this usefull info on tweaking both cable and adsl connections, so I thought I would share it.

http://cable-dsl.home.att.net/

The Elaysian
15-09-2000, 15:35
I have the neccesary info to edit your registry to 'dramatically' speed up ADSL... i did it my in march, made a BIG difference, however, i did a reformat yesterday and installed Window ME and that optimizes your pc setting for ADSL when you install it... quite impressive..

if anyone wants the text file let me know and i'll send it.

LabRat
15-09-2000, 18:13
Toadster - Thanks for posting that m8, I'll have a good look through it later, but it looks like just what I was looking for :)

The Elaysian - Is the text file one of those in the above site? If not, I'd like a look at that :)

Lehmann
15-09-2000, 18:39
Another nice tunning guide.

http://www.speedguide.net

Help?
15-09-2000, 22:42
does ne1 know of a ISDN tweeking site or just some info.

ICQ my if nessasery

ta guys :E

Spidery
17-09-2000, 13:54
Yes, I would also like to know about an ISDN specific Tweak Guide. Unfortunately, no one seems to provide them. It's for either for Low Bandwidth 56k and lower, or High Bandwidth Cable/DSL/T1. What about 'Mid bandwidth' (i made that up) ISDN? :)

snow patrol
17-09-2000, 14:43
So are you saying that if we use this reg-hack thing, we could make the USB ADSL even faster than 500k/s? cool...

Calzor Suzay
17-09-2000, 15:51
No Snow patrol you can't break the physical limit imposed by your isp, it's just like tweaking your dial up connection you've just got more bandwidth to play with, for example Internet Explorer by default opens two connections to the website your accessing, you can tweak to more and make use of the extra bandwidth etc...

The Elaysian
17-09-2000, 17:00
The following info may be of help to people who haven't yet optimised
their ADSL setup....I was stumped as to why my transfers were so naff
till I started tweaking. It now rips.......

ADSL Registry improvement tweaks. You can make up your own REG files
or edit directly WITH CARE!!... BACKUP YOUR REGISTRY!!!


I TAKE ABSOLUTELY NO RESPONSIBILITY IF THIS MESSES UP YOUR SYSTEM, ALTER YOUR REGISTRATION AT YOUR OWN RISK, IF UNSURE...DONT DO IT..OK?

WINDOWS 98
----------

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTra ns\000n

(Where "000n" is your TCP/IP protocol. It contains "TCP/IP" assigned
to the"DriverDesc" value. "n" can be any number from 0 to 9)
MaxMTU="1492" (string variable)

If it's not there, add it!


HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Inter net
Settings
"MaxConnectionsPerServer"=dword:00000004
"MaxConnectionsPer1_0Server"=dword:00000008


HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP
"DefaultRcvWindow"="65535"
"PMTUDiscovery"="0"
"PMTUBlackHoleDetect"="0"
"DefaultTTL"="64"
"TCP1323Opts"=dword:00000003
"SackOpts"="1"


HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\Pa rameters
"MaxDupAcks"=dword:00000003


WINDOWS 95
----------

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTra ns\000n

(Where "000n" is your TCP/IP protocol. It contains "TCP/IP" assigned
to the "DriverDesc" value. "n" can be any number from 0 to 9)
MaxMTU="1492" (string variable)

If it's not there, add it!



HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Inter net
Settings
"MaxConnectionsPerServer"=dword:00000004
"MaxConnectionsPer1_0Server"=dword:00000008


HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP
"DefaultRcvWindow"="64240"
"PMTUDiscovery"="0"
"PMTUBlackHoleDetect"="0"
"DefaultTTL"="64"


WINDOWS NT
----------

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parame ters
"TcpWindowSize"="64240"
"DefaultTTL="64"
EnablePMTUDiscovery="0"
EnablePMTUBHDetect="0"

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<Adapter
Name>\Parameters\Tcpip
MTU="1492"


Good luck!!