jot28
基本會員
積分 9
發文 3
註冊 2006-8-13
狀態 離線
|
#1 〔求助〕執行命令提示字元時。
無法執行PING
會出現Bad option specified
請問需要如何處理
謝謝
|
|
2007-3-28 01:01 PM |
|
slider
進階會員
積分 2132
發文 386
註冊 2005-9-9
狀態 離線
|
#2
是您執行 ping 網址或是 ip 位址之後所加的參數錯誤或是不接受...
可以先下 " ping /?" ,這樣可以先查到各種參數的用法...
例如: 這是ping 奇摩網站 5 次 的例子
C:\Documents and Settings\slider>ping tw.yahoo.com -n 5
Pinging tw-tpe-fo.yahoo-ap1.akadns.net [202.43.195.52] with 32 bytes of data:
Reply from 202.43.195.52: bytes=32 time=47ms TTL=57
Reply from 202.43.195.52: bytes=32 time=46ms TTL=57
Reply from 202.43.195.52: bytes=32 time=47ms TTL=57
Reply from 202.43.195.52: bytes=32 time=48ms TTL=57
Reply from 202.43.195.52: bytes=32 time=47ms TTL=57
Ping statistics for 202.43.195.52:
Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 46ms, Maximum = 48ms, Average = 47ms
|
|
2007-3-28 03:09 PM |
|
jot28
基本會員
積分 9
發文 3
註冊 2006-8-13
狀態 離線
|
#3 我出現的是這樣畫面
C:\Documents and Settings\Administrator>ping tw.yahoo.com
Pinging tw-tpe-fo.yahoo-ap1.akadns.net [202.43.195.52] with 32 bytes of data:
Bad option specified.
Bad option specified.
Bad option specified.
Bad option specified.
Ping statistics for 202.43.195.52:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
|
|
2007-3-28 06:08 PM |
|
slider
進階會員
積分 2132
發文 386
註冊 2005-9-9
狀態 離線
|
#4
一般來說會出現這個問題是因為相關網路設備或軟體的 TTL 設定值錯誤所造成的,被設定成 > 255 ; 就從本機的 Windows 設定著手。
Windows 95/98/Me:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP 修改:DefaultTTL資料型態:REG_SZ (字串)(1-255 十進位,預設值:64)
Windows 2000/XP/2003:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters 修改:DefaultTTL資料型態:REG_DWORD (1-255 十進位,預設值:128)
此外,如有防火牆也設置一下例外允許...
[ Last edited by slider on 2007-3-30 at 01:28 PM ]
|
|
2007-3-30 01:25 PM |
|