2012/02/24

Ping 最常收到的四個錯誤訊息及處理方式

Type 1
TTL Expired in Transit (傳輸的存留時間逾時)
此錯誤訊息代表需要的躍點數目超過存留時間 (TTL,Time To Live)。
如果要增加 TTL,請使用 ping -i 命令。
可能存在路由迴圈。
請使用 Tracert 命令判斷是否為錯誤設定的路由器造成路由迴圈。

Type 2
Destination Host Unreachable (無法與目標主機取得連線)
此錯誤訊息代表目標主機上沒有本機或遠端路由存在 (不論是在傳送主機或路由器上)。
請疑難排解本機主機或路由器的路由表。

Type 3
Request timed out (要求逾時)
此錯誤訊息代表在指定的逾時期間內並未收到 Echo Reply (回應回覆) 訊息。
根據預設值,指定的逾時期間為四秒鐘。
請使用 ping -w 命令增加逾時。

Type 4
Ping request could not find host (Ping 要求找不到主機)
此錯誤訊息代表無法解析目標主機名稱。
請檢查名稱以及是否找得到 DNSWINS 伺服器。

來源:如何運用 Windows XP 疑難排解 TCP/IP 的連線問題

網路設備(節點)和防火牆可用來阻斷 Ping 命令的 ICMP 回應

 
Microsoft Windows XP [版本 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>ping /?

Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] target_name

Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.

沒有留言:

張貼留言