07/12/15 19:56:44 WhbL9ev60
892 名前:stream ◆PNstream2s [] 投稿日:2007/12/15(土) 19:24:54 ID:7p7u32cj0
少し分かった。
小さいサイズでpingするとすぐ返ってくるけど、
1439バイト以上だと返事がない(他のサーバーなら問題がない)。
スイッチかサーバーの設定がおかしいのでは?
C:\>ping -l 100 namidame.2ch.net
Pinging namidame.2ch.net [207.29.253.235] with 100 bytes of data:
Reply from 207.29.253.235: bytes=100 time=127ms TTL=244
Reply from 207.29.253.235: bytes=100 time=124ms TTL=244
Reply from 207.29.253.235: bytes=100 time=124ms TTL=244
Reply from 207.29.253.235: bytes=100 time=124ms TTL=244
C:\>ping -l 1439 namidame.2ch.net
Pinging namidame.2ch.net [207.29.253.235] with 1439 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
C:\>ping -l 1439 qb5.2ch.net
Pinging qb5.2ch.net [207.29.253.150] with 1439 bytes of data:
Reply from 207.29.253.150: bytes=1439 time=122ms TTL=53
Reply from 207.29.253.150: bytes=1439 time=140ms TTL=53
Reply from 207.29.253.150: bytes=1439 time=140ms TTL=53
Reply from 207.29.253.150: bytes=1439 time=124ms TTL=53
969 名前:stream ◆PNstream2s [] 投稿日:2007/12/15(土) 19:33:32 ID:7p7u32cj0
ちなみに他のサーバーでも、パケット分割禁止にすると返事がない(正常)
C:\>ping -f -l 1439 qb5.2ch.net
Pinging qb5.2ch.net [207.29.253.150] with 1439 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.