1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/windows/_posts/2009-03-18-microsoft.com-not-working.md

933 B

title layout created updated toc tags
microsoft.com not working default 2009-03-18 20:05:52 +0100 2009-03-18 20:05:52 +0100 false
know-how
software
windows

If you have a router and Internet works with any application/site but you can't connect to any microsoft.com site (e.g. WindowsUpdate, Windows Live Messenger [error code: 81000306], etc.) you might have your MTU set to a too high value. The default MTU for ethernet devices is 1500 but since the PPPoE header adds 8 Bytes to the packets, they get fragmented. And the microsoft.com servers seem to not accept fragmented packets.

So the solution is to set your MTU to the best value for PPPoE: 1492. To do this, use a tool like the TCP Optimizer to set the MTU for your ethernet device to 1492. After a reboot, all microsoft.com pages should work again - including Windows Live Messenger.