Showing
1 changed file
with
29 additions
and
3 deletions
@@ -27,8 +27,34 @@ C:\Users\undancer>ping api.boxfish.cn | @@ -27,8 +27,34 @@ C:\Users\undancer>ping api.boxfish.cn | ||
27 | C:\Users\undancer> | 27 | C:\Users\undancer> |
28 | ``` | 28 | ``` |
29 | 2. nslookup | 29 | 2. nslookup |
30 | +``` | ||
31 | +Microsoft Windows [版本 6.1.7601] | ||
32 | +版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 | ||
33 | + | ||
34 | +C:\Users\undancer>nslookup api.boxfish.cn | ||
35 | +服务器: UnKnown | ||
36 | +Address: 10.211.55.1 | ||
37 | + | ||
38 | +非权威应答: | ||
39 | +名称: api.boxfish.cn | ||
40 | +Address: 121.199.251.59 | ||
41 | + | ||
42 | + | ||
43 | +C:\Users\undancer> | ||
44 | +``` | ||
45 | +3. traceroute (*nix) / tracert (win) | ||
46 | +``` | ||
47 | +Microsoft Windows [版本 6.1.7601] | ||
48 | +版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 | ||
30 | 49 | ||
31 | - test | 50 | +C:\Users\undancer>tracert api.boxfish.cn |
32 | -3. traceroute | ||
33 | 51 | ||
34 | - test | 52 | +通过最多 30 个跃点跟踪 |
53 | +到 api.boxfish.cn [121.199.251.59] 的路由: | ||
54 | + | ||
55 | + 1 30 ms 31 ms 31 ms 121.199.251.59 | ||
56 | + | ||
57 | +跟踪完成。 | ||
58 | + | ||
59 | +C:\Users\undancer> | ||
60 | +``` |
-
Please register or login to post a comment