Will changing the MTU be a problem?

  • Thread starter Thread starter dlgoff
  • Start date Start date
AI Thread Summary
The discussion revolves around issues related to the Maximum Transmission Unit (MTU) size, specifically a case where an MTU of 1505 is causing connectivity problems with certain websites. Users note that adjusting the MTU can resolve these issues, with a suggested command to change the MTU value to 1404. Concerns are raised about potential connection problems after changing the MTU, prompting a user to seek advice from their DSL service's tech support. They learn that while the MTU can be modified, it's advisable to consult a live agent before making changes. Additionally, a method is provided for determining the largest MTU value by pinging the ISP's gateway with various packet sizes. Users are reminded to back up current settings before making any adjustments to avoid complications.
dlgoff
Science Advisor
Gold Member
Messages
4,441
Reaction score
3,276
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:
Computer science 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.
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top