Setup MTU in Windows Vista
Theoretically it optimizes itself automatically. I have a linksys wrt54g router with ADSL. The MTU is 1492. I coulnd't use the Internet, because of wrong MTU value on the PC side.
All old utility don't work, but there is a solution.
Start a NETSH (from run...)
1. list your interfaces
netsh> interface ipv4 show subinterfaces
2. set the mtu for the appropriate interface card, e.g.:
netsh> interface ipv4 set subinterface "Local Area Connection" mtu=1492 store=persistent
It's tricky, isn't it?
Theoretically it optimizes itself automatically. I have a linksys wrt54g router with ADSL. The MTU is 1492. I coulnd't use the Internet, because of wrong MTU value on the PC side.
All old utility don't work, but there is a solution.
Start a NETSH (from run...)
1. list your interfaces
netsh> interface ipv4 show subinterfaces
2. set the mtu for the appropriate interface card, e.g.:
netsh> interface ipv4 set subinterface "Local Area Connection" mtu=1492 store=persistent
It's tricky, isn't it?
Megjegyzések