PDA

View Full Version : Modifying MTU on Vista


gkweb
September 10th, 2007, 04:00 AM
Hello,

If you wish to modify your Vista network interface MTU, I've just found that on the Internet.

To check what MTU you have right now, enter in a command line (run as administrator) the following :
netsh interface ipv4 show subinterfaces

To set permanently a new MTU (e.g 1400), enter in a command line (run as administrator) the following :
netsh interface ipv4 set subinterface "Local Area Connection" mtu=1400 store=persistent

Just in case it could help.

Regards,
gkweb.

Coldmoon
September 10th, 2007, 12:30 PM
-{ Quote: "Hello,

If you wish to modify your Vista network interface MTU, I've just found that on the Internet.

To check what MTU you have right now, enter in a command line (run as administrator) the following :
netsh interface ipv4 show subinterfaces

To set permanently a new MTU (e.g 1400), enter in a command line (run as administrator) the following :
netsh interface ipv4 set subinterface "Local Area Connection" mtu=1400 store=persistent

Just in case it could help.

Regards,
gkweb." }-

Hi gkweb,
This Microsoft article about the Vista "Auto-Tuning" feature might also help:

http://www.microsoft.com/technet/technetmag/issues/2007/01/CableGuy/default.aspx

And this thread at DSLR can help as well:

http://www.dslreports.com/forum/r18965957-Vista

HTH
Mike