Will changing the MTU be a problem?

  • Thread starter Thread starter dlgoff
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Science Advisor
Gold Member
Messages
4,458
Reaction score
3,265
I've had this problem here for a while and think I've found the reason "why".

https://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
 
Last edited by a moderator:
Physics news on Phys.org
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.
 
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 don't 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.