PDA

View Full Version : Will changing the MTU be a problem?


dlgoff
Nov17-11, 09:25 PM
I've had this problem here for a while and think I've found the reason "why".

http://www.physicsforums.com/showthread.php?t=517098

Evidently there are other that have had this problem. It appears the it's due to the Maximum Transmission Unit (MTU=1505 in my case) is set too large for some sites to be able to handle . I understand that I can change the MTU value with the command: "netsh interface ipv4 set subinterface "Local Area Connection" mtu=1404 store=presistent" but I'm thinking this is my DSLs preset value and changing it would cause a connection problem. Any help would be appreciated.

Regards

dlgoff
Nov18-11, 08:50 PM
Okay. I guess what I was most worried about is not being able to reset it should I have a DSL connection problem. So I had a chat with the tech support for my DSL service and learned that the MTU can be changed but they recommended that I contact one of their "live agents" before proceeding; which I will do.

Thanks for your patients as I learn.

Routaran
Nov20-11, 04:38 PM
you can determine your ISP's largest MTU value by pinging a website and giving your system the packet size you want to use for the ping

in a dos prompt, execute the following command
ping -f -l [MTUSIZE] [yourISPgateway]

replace MTUSIZE with a number and yourISPgateway with the ip address of your ISP's gateway.
the largest value that you are able to use is your MTU
try these values for MTU
1500
1496
1492
1480
1472
1486
1464
1452

the largest one that successfully pings is your MTU. You dont have to change any system settings to do this.

Once you find out what it is, depending on your OS, you can change the appropriate settings.

Always backup current settings before you change them just in case you break something.