Cosmic_Nomad
Senior Member
- Joined
- Oct 29, 2003
- Messages
- 690
I have been having loads of disconnections on my ADSL line @ 384 kbps / 128 kbps
I checked on the router and that it was a default 1472. I must also mention that I'm about 7 Km from the exchange, so every bit counts....
After doing the exercise I have now changed it to 1398.
Go to Start/ Programs/ Accessories/ Command Prompt and type the following:
ping -f -l 1472 www.google.com
(That is a dash lower case "L," not a dash "1." Also note the spaces in between the sections.)
Press Enter.
If you get the "packet needs to be fragmented" error message. Then reduce 1472 by 10 until you no longer get the "packet needs to be fragmented" error message.
C:\Users\Timo>ping www.google.com -f -l 1420
Pinging www.l.google.com [64.233.179.104] with 1420 bytes of data:
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 statistics for 64.233.179.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\Timo>ping www.google.com -f -l 1400
Pinging www.l.google.com [64.233.179.104] with 1400 bytes of data:
Reply from 64.233.179.104: bytes=64 (sent 1400) time=495ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1400) time=496ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1400) time=496ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1400) time=496ms TTL=50
Ping statistics for 64.233.179.104:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 495ms, Maximum = 496ms, Average = 495ms
C:\Users\Timo>ping www.google.com -f -l 1408
Pinging www.l.google.com [64.233.179.104] with 1408 bytes of data:
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 statistics for 64.233.179.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\Timo>ping www.google.com -f -l 1370
Pinging www.l.google.com [64.233.179.104] with 1370 bytes of data:
Reply from 64.233.179.104: bytes=64 (sent 1370) time=491ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1370) time=491ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1370) time=492ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1370) time=492ms TTL=50
You will have to add 28 more to this (this is just the ping packet size, not including IP/ICMP header of 28 bytes), and this is your MaxMTU.
I have no longer got the problem with ADSL going bang at two in the morning.( Holding thumbs )
Did any one else have a major change from what was default or have I just got to sell the house and move closer?
All info from .dslreports.com/faq/tweaks/4._MTU and .kitz.co.uk/adsl/tweak2.htm
I checked on the router and that it was a default 1472. I must also mention that I'm about 7 Km from the exchange, so every bit counts....
After doing the exercise I have now changed it to 1398.
Go to Start/ Programs/ Accessories/ Command Prompt and type the following:
ping -f -l 1472 www.google.com
(That is a dash lower case "L," not a dash "1." Also note the spaces in between the sections.)
Press Enter.
If you get the "packet needs to be fragmented" error message. Then reduce 1472 by 10 until you no longer get the "packet needs to be fragmented" error message.
C:\Users\Timo>ping www.google.com -f -l 1420
Pinging www.l.google.com [64.233.179.104] with 1420 bytes of data:
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 statistics for 64.233.179.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\Timo>ping www.google.com -f -l 1400
Pinging www.l.google.com [64.233.179.104] with 1400 bytes of data:
Reply from 64.233.179.104: bytes=64 (sent 1400) time=495ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1400) time=496ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1400) time=496ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1400) time=496ms TTL=50
Ping statistics for 64.233.179.104:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 495ms, Maximum = 496ms, Average = 495ms
C:\Users\Timo>ping www.google.com -f -l 1408
Pinging www.l.google.com [64.233.179.104] with 1408 bytes of data:
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 statistics for 64.233.179.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\Timo>ping www.google.com -f -l 1370
Pinging www.l.google.com [64.233.179.104] with 1370 bytes of data:
Reply from 64.233.179.104: bytes=64 (sent 1370) time=491ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1370) time=491ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1370) time=492ms TTL=50
Reply from 64.233.179.104: bytes=64 (sent 1370) time=492ms TTL=50
You will have to add 28 more to this (this is just the ping packet size, not including IP/ICMP header of 28 bytes), and this is your MaxMTU.
I have no longer got the problem with ADSL going bang at two in the morning.( Holding thumbs )
Did any one else have a major change from what was default or have I just got to sell the house and move closer?
All info from .dslreports.com/faq/tweaks/4._MTU and .kitz.co.uk/adsl/tweak2.htm
Last edited: