Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

Overide MTU size

Sep 15 04 5:30 am

Guys,

Yet another question, sorrt for all of these but may be other will learn from the responses also.

In the network panel of gatekeper, when one right clicks the local LAN adapter, the advanced panel shows Overide MTU size.

I'm not sure what the purpose or function of this may be or why you would want to do it. If this affects the card itself, then it affects the network performance since the max is 1500 bytes and its being downgraded to 584.

Its significant to me because my company is using Checkpoint VPN software and I am having terrible problems. The client is set to force UDP tunnel which in a previoius posting I was told should make it work. It works for some apps and not others. Interestingly when one looks at the connection details, my last connection UDP tunnel had set its size to 584, previously its been al sorts. Its the most reliable that its been although it still does not work properly.

Can you comment on this function/parameter.

Many thanks,
Neil

Sep 15 04 11:03 am

Definition: The MTU is a limit, expressed in bytes, on the size of data sent over a network. It is the maximum size of a single unit (e.g., an Ethernet frame) of digital communications.

MTU sizes are properties of physical network interfaces. The MTU for Ethernet, for instance, is 1500 bytes. Some types of networks (like Token Ring) have larger MTUs, and some types have smaller MTUs. Higher-level network protocols like TCP/IP can be configured with a maximum packet size, but this setting is distinct from the physical MTU. The MTU of a network has important implications on the performance of computer communications as explained below.

In Microsoft Windows, the maximum packet size for protocols like TCP can be set in the Registry. If this value is set too low, streams of network traffic will be broken up into a relatively large number of small packets that adversely affects performance. If the maximum TCP packet size is set too high, it will exceed the network's MTU and also degrade performance by requiring that each packet be subdivided into at least two smaller ones (a process known as fragmentation).

Setting an optimal TCP packet size on home computers can be tricky. For communications within the home LAN, a setting of 1500 bytes to match the Ethernet MTU is optimal. Windows 95 uses a default of 1500 bytes for this reason. However, for communications over a dial-up connection to the Internet, the recommended MTU size is only 576 bytes. Windows 98 uses 576 bytes as its default for this reason. But high-speed connections (including DSL or cable service and home LANs) usually perform better at the higher value. Tuning the maximum packet size of TCP/IP also depends in important ways on two other related parameters named MSS and RWIN.

Also Known As: Maximum Transmission Unit

http://compnetworking.about.com/library ... ef-mtu.htm
Post a reply