Quote:
Originally Posted by Frogbus How do I determine what the correct MTU setting for the machine is and does the link above correctly explain how to adjust it? |
To determine best MTU settings for your whole network, you should sit behind one of PC's, run command prompt ("cmd"), and test it. Ping your ISP provider's web page, or IP of your provider's gateway or some server:
Code:
PING www.yourprovider.com -f -l 1500
You'll get response something like this:
Code:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
PING again and lower the last number (this is MTU packet size) for 20, then again and again. Determine at which MTU size packets stop being fragmented. Usually your breaking point will be around 1450 for ADSL lines, and around 1350-1390 for ISDN lines.
For example, if you get your breaking pint to be
1460, login to your ROUTER, navigate to WAN setup and there you'll find MTU size setting. Set it to 10-20 units lower, in this case set ti to
1440.
That's all regarding general MTU setup.