New problem solver
•
39 Messages
MTU size and Cisco DPC3939B
The correct MTU or Maximum Transmission Unit can be found using ping.
Choose a publicly accessible site like google.com or comcast.net and try values until the response is not fragmented then add 28. Substitute xxxx's for the size of the packet.
to see ping's options on a windows pc open a cmd prompt: /start/run/cmd and type in the black window ping /?
ping google.com -f -n 1 -l xxxx
to see options for ping in linux: man ping
ping google.com -c 1 -s xxxx
much more complete tutorials are found on the web with pictures.
the Cisco DPC3939B gateway provided by Comcast does not allow options to ping other than count.
can anyone share the MTU size this unit is set to? please
train_wreck
Gold Problem solver
•
610 Messages
10 years ago
The MTU on the DPC's ethernet ports is 1500. Shown below is a set of increasingly larger "dont fragment"-enforced pings from one of my Linux servers:
0
aic
New problem solver
•
39 Messages
10 years ago
thanks train_wreck for taking this on.
I get the same results you do, regardless I had difficulties getting an email and I solved it by lowering my MTU to 1380. I am back to 1472+28=1500, thanks for confirming.
0
0