Skip to main content

How MTU Size Affects Windows Login

More
14 years 11 months ago #33320 by skepticals
Long story short.

Why would having a small MTU size make loging into Windows take 10 min?

I had a point-to-point link from a provider that did not have jumbo frames enabled when using QinQ tunneling and it made logging into Windows take 10 min, but the overall speed wasn't bad. Once jumbo frames had been enabled everything was really fast.

Does it have to do with framententing the authentication frames or something?
More
14 years 11 months ago #33323 by KiLLaBeE
Possibly. This may shed some light: support.microsoft.com/kb/244474

The article basically says that the Kerberos protocol initially tries to use UDP for authentication. The issue that you seem to be occurring in your situation is that when the UDP packets from Kerberos are sent over the tunnel, they are fragmented (because of the small MTU). When they are fragmented, they are lost (due to UDP's connectionless nature) and as a result this greatly delays the authentication process for Windows.

The article suggests changing a registry key on the client computer to for it to use TCP for Kerberos as this would overcome the issue presented by fragmentation.

I've had issues like this with VPN clients, and this solution has beautifully resolved those problems.
More
14 years 11 months ago #33334 by skepticals
Interesting article...

If the UDP packets are lost in transmission when they arrive out of order due to fragmentation, why does the sever ever get logged in? Does the server simply try over and over unil the fragmented packets happen to arrive in order?
More
14 years 11 months ago #33345 by KiLLaBeE
I suspect either that or the Kerberos protocol has built-in capabilities to resend packets that it receives no acknowledgement on....not sure. I glanced at the Kerberos RFC and saw some areas where it indicates that clients must resend requests.
More
14 years 11 months ago #33348 by skepticals
I'm just wonder why the low MTU makes the login take 10 minutes, but it eventually works. Or does it not work and it is only using cached credentials, and that is the timeout?
More
14 years 11 months ago #33351 by S0lo
Interesting talk.

Or does it not work and it is only using cached credentials, and that is the timeout?


You could try to temporarily disable caching of roaming profiles through local group policy. I believe this way it will not login using the cached credentials, so you will know then.

Any one, correct me if I'm wrong.

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.144 seconds