常用网络诊断命令
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
常用网络诊断命令(2007-03-17 21:36:11)
* arp.exe -a
获得主机的ARP列表,俺的只有网关。如果用同一个网线查不同的设备,有时候需要清一下ARP表。比如连接可网口管理的设备时,需要 arp -d * 清楚一下arp cache池。
Internet Address Physical Address Type
10.13.23.97 00-00-0c-07-ac-2b dynamic
* ipconfig.exe /all
这个常用,不费话了。常用参数还有 /release /renew
看看我的:Ethernet adapter 无线网络连接 4:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : ATMEL USB FastVNET (AR) #2
Physical Address. . . . . . . . . : 00-06-F4-03-EF-B4
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.13.23.101
Subnet Mask . . . . . . . . . . . : 255.255.255.224
Default Gateway . . . . . . . . . : 10.13.23.97
DHCP Server . . . . . . . . . . . : 10.13.20.19
DNS Servers . . . . . . . . . . . : 202.106.0.20
Primary WINS Server . . . . . . . : 10.13.20.18
Lease Obtained. . . . . . . . . . : 2006年5月14日 22:36:09
Lease Expires . . . . . . . . . . : 2006年5月15日 2:36:09
* ipconfig.exe /displaydns
给出一堆DNS,我的是:
—————————————-
Record Name . . . . . :
Record Type . . . . . : 5
Time To Live . . . . : 236
Data Length . . . . . : 4
Section . . . . . . . : Answer
CNAME Record . . . . :
—————————————-
Record Name . . . . . :
Record Type . . . . . : 1
Time To Live . . . . : 3170
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 222.208.183.30
—————————————-
Record Name . . . . . :
Record Type . . . . . : 1
Time To Live . . . . : 72747
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 219.133.40.157
Record Name . . . . . :
Record Type . . . . . : 1
Time To Live . . . . : 72747
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 219.133.40.156
* route.exe print
打印路由表,同 netstat -r
* net.exe start
察看windows启动的所有服务,看看,还是不少啊~: Alerter
Application Layer Gateway Service
Automatic Updates
Background Intelligent Transfer Service
COM+ Event System
Computer Browser
Cryptographic Services
DCOM Server Process Launcher
DHCP Client
DNS Client
Event Log
IPSEC Services
Logical Disk Manager
Network Connections
Network Location Awareness (NLA)
NVIDIA Display Driver Service
Plug and Play
Print Spooler
Protected Storage
Remote Access Connection Manager
Remote Procedure Call (RPC)
Remote Registry
Security Accounts Manager
Server
Shell Hardware Detection
System Event Notification
Telephony
Windows Audio
Windows Firewall/Internet Connection Sharing (ICS) Windows Gateway
Windows Image Acquisition (WIA)
Windows Management Instrumentation
Workstation
* netstat.exe -e