关于MTU的问题。
本帖最后由 pharaoh 于 2016-10-2 21:26 编辑我开了PPPOE服务器。MTU设置为了ADSL常用的的1492
我通过ping -f -l测试MTU值,当值>1472时提示需拆包,当1453<值<=1472 时提示Request timed out.
而只有当值<=1452时才有可PING到,这是为什么呀!不是减去包头就应能行吗?为什么会出OUT呀
Pinging baidu.com with 1473 bytes of data:
Packet needs to be fragmented but DF set.
------------------------------------------------------------------------------------------
ping -f -l 1472 baidu.com
Pinging baidu.com with 1472 bytes of data:
Request timed out.
Request timed out.
------------------------------------------------------------------------------------------
1452-----1472全OUT
------------------------------------------------------------------------------------------
ping -f -l 1452 baidu.com
Pinging baidu.com with 1452 bytes of data:
Reply from 123.125.114.144: bytes=1452 time=25ms TTL=52 你的包头是多少,你的1472是怎么来的 下载不知道设置多少了··用户认证那填1492 添加ADSL那也是要填成1492吗???
页:
[1]