2018-01-10
netstat
10/16/2017
Applies To: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat
Netstat
Updated: April 17, 2012
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows 8
https://technet.microsoft.com/en-us/library/ff961504(v=ws.11).aspx
Netstat
更新日期: 2010年9月
適用於: Windows Server 2008, Windows Server 2008 R2
https://technet.microsoft.com/zh-tw/library/ff961504(v=ws.10).aspx
文件庫 - Netstat
https://technet.microsoft.com/zh-tw/library/bb490947.aspx
Library - Netstat
https://technet.microsoft.com/en-us/library/cc940097.aspx
Windows 7 with SP1 x64 上測試 (一般「命令提示字元」模式):
顯示通訊協定統計資料和目前的 TCP/IP 網路連線。 NETSTAT [-a] [-b] [-e] [-f] [-n] [-o] [-p proto] [-r] [-s] [-x] [-t] [interval] -a 顯示所有連線和接聽連接埠。 -b 顯示涉及建立每個連線或接聽連接埠的可執行檔。 在某些情況下,已知可執行檔可主控多個 獨立元件,在這些情況下,便會顯示涉及建立連線 或接聽連接埠的元件順序。如此,可執行檔名稱位於 底部的 [] 中,上方便是它呼叫的元件等, 直到已達 TCP/IP。請注意,此選項 相當耗時,而且如果您沒有足夠的權限, 便會失敗。 -e 顯示乙太網路統計資料。這可以跟 -s 選項合併使用。 -f 顯示外部地址的完整格式的網域名稱 (FQDN)。 -n 以數字格式顯示位址和連接埠號碼。 -o 顯示與每個連線相關聯的擁有處理程序識別碼。 -p proto 顯示由 proto 指定的通訊協定連線; proto 可能是下列任一個: TCP、UDP、TCPv6 或 UDPv6。如果與 -s 選項搭配使用來顯示每個通訊協定的統計資料,proto 可能是下列任一個 : IP、IPv6、ICMP、ICMPv6、TCP、TCPv6、UDP 或 UDPv6。 -r 顯示路由表。 -s 顯示每個通訊協定的統計資料。依預設,將會顯示 IP、IPv6、ICMP、ICMPv6、TCP、TCPv6、UDP 和 UDPv6 的統計資料; -p 選項可以用來指定預設的子集。 -t 顯示目前的連線卸載狀態。 -x 顯示所有連線的 TCP 連線範本。 無法與其他選項合併使用。 interval 重新顯示選取的統計資料,每次顯示之間的暫停 間隔秒數。按 CTRL+C 鍵可以停止重新顯示 統計資料。如果省略,netstat 將會列印一次目前的 設定資訊。 C:\> |
C:\>netstat -a 使用中連線 協定 本機位址 外部位址 狀態 TCP 0.0.0.0:21 Win7x64:0 LISTENING TCP 0.0.0.0:135 Win7x64:0 LISTENING TCP 0.0.0.0:445 Win7x64:0 LISTENING TCP 0.0.0.0:902 Win7x64:0 LISTENING TCP 0.0.0.0:912 Win7x64:0 LISTENING TCP 0.0.0.0:1025 Win7x64:0 LISTENING TCP 0.0.0.0:1026 Win7x64:0 LISTENING TCP 0.0.0.0:1027 Win7x64:0 LISTENING TCP 0.0.0.0:1030 Win7x64:0 LISTENING TCP 0.0.0.0:1031 Win7x64:0 LISTENING TCP 0.0.0.0:1064 Win7x64:0 LISTENING TCP 0.0.0.0:3389 Win7x64:0 LISTENING TCP 0.0.0.0:5800 Win7x64:0 LISTENING TCP 0.0.0.0:5900 Win7x64:0 LISTENING TCP 0.0.0.0:8501 Win7x64:0 LISTENING TCP 0.0.0.0:9680 Win7x64:0 LISTENING TCP 127.0.0.1:912 activate:2043 ESTABLISHED TCP 127.0.0.1:1047 activate:1048 ESTABLISHED TCP 127.0.0.1:1048 activate:1047 ESTABLISHED TCP 127.0.0.1:1051 activate:1052 ESTABLISHED TCP 127.0.0.1:1052 activate:1051 ESTABLISHED TCP 127.0.0.1:1055 activate:1056 ESTABLISHED TCP 127.0.0.1:1056 activate:1055 ESTABLISHED TCP 127.0.0.1:1097 activate:1098 ESTABLISHED TCP 127.0.0.1:1098 activate:1097 ESTABLISHED TCP 127.0.0.1:2043 activate:912 ESTABLISHED TCP 127.0.0.1:2044 activate:2045 ESTABLISHED TCP 127.0.0.1:2045 activate:2044 ESTABLISHED TCP 127.0.0.1:4242 Win7x64:0 LISTENING TCP 127.0.0.1:9421 Win7x64:0 LISTENING TCP 127.0.0.1:10400 Win7x64:0 LISTENING TCP 127.0.0.1:10401 Win7x64:0 LISTENING TCP 127.0.0.1:10402 Win7x64:0 LISTENING TCP 127.0.0.1:10404 Win7x64:0 LISTENING TCP 127.0.0.1:14147 Win7x64:0 LISTENING TCP 127.0.0.1:28380 Win7x64:0 LISTENING TCP 127.0.0.1:49350 Win7x64:0 LISTENING TCP 127.0.0.1:49351 Win7x64:0 LISTENING TCP 169.254.197.137:139 Win7x64:0 LISTENING TCP 192.168.1.101:139 Win7x64:0 LISTENING TCP 192.168.1.101:1037 tk-in-f125:5222 ESTABLISHED TCP 192.168.1.101:1043 a69-192-2-147:https ESTABLISHED TCP 192.168.1.101:2046 a23-46-220-53:https CLOSE_WAIT ^C C:\> |
一般命令列提示模式
C:\>netstat -b
要求的作業需要提升的權限。
C:\>
|
以系統管理員身分執行的「命令列提示字元」
C:\>netstat -b 使用中連線 協定 本機位址 外部位址 狀態 TCP 127.0.0.1:912 activate:2043 ESTABLISHED [vmware-authd.exe] TCP 127.0.0.1:1047 activate:1048 ESTABLISHED[LINE.exe] TCP 127.0.0.1:1048 activate:1047 ESTABLISHED [LINE.exe] TCP 127.0.0.1:1051 activate:1052 ESTABLISHED [LINE.exe] TCP 127.0.0.1:1052 activate:1051 ESTABLISHED [LINE.exe] TCP 127.0.0.1:1055 activate:1056 ESTABLISHED [LINE.exe] TCP 127.0.0.1:1056 activate:1055 ESTABLISHED [LINE.exe] TCP 127.0.0.1:1097 activate:1098 ESTABLISHED [LINE.exe] TCP 127.0.0.1:1098 activate:1097 ESTABLISHED [LINE.exe] TCP 127.0.0.1:2043 activate:912 ESTABLISHED [vmware.exe] TCP 127.0.0.1:2044 activate:2045 ESTABLISHED [vmware-authd.exe] TCP 127.0.0.1:2045 activate:2044 ESTABLISHED [vmware-authd.exe] TCP 192.168.1.101:1037 tk-in-f125:5222 ESTABLISHED [remoting_host.exe] TCP 192.168.1.101:1043 a69-192-2-147:https ESTABLISHED [netsession_win.exe] TCP 192.168.1.101:2046 a23-46-220-53:https CLOSE_WAIT [vmware.exe] ^C C:\> |
C:\>netstat -anob
使用中連線
協定 本機位址 外部位址 狀態 PID
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 856
RpcSs
[svchost.exe]
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
無法取得擁有權資訊
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING 540
[wininit.exe]
TCP 0.0.0.0:1026 0.0.0.0:0 LISTENING 948
eventlog
[svchost.exe]
TCP 0.0.0.0:1027 0.0.0.0:0 LISTENING 496
Schedule
[svchost.exe]
TCP 0.0.0.0:1056 0.0.0.0:0 LISTENING 644
[lsass.exe]
TCP 0.0.0.0:1057 0.0.0.0:0 LISTENING 596
[services.exe]
TCP 0.0.0.0:2869 0.0.0.0:0 LISTENING 4
無法取得擁有權資訊
TCP 0.0.0.0:7368 0.0.0.0:0 LISTENING 1532
[spoolsv.exe]
TCP 0.0.0.0:8501 0.0.0.0:0 LISTENING 4
無法取得擁有權資訊
TCP 10.20.4.17:10090 172.16.4.213:49166 ESTABLISHED 1532
[spoolsv.exe]
TCP 10.20.4.17:10092 172.16.4.213:49166 ESTABLISHED 1532
[spoolsv.exe]
TCP 127.0.0.1:4242 0.0.0.0:0 LISTENING 1948
[dsNcService.exe]
TCP 192.168.1.249:139 0.0.0.0:0 LISTENING 4
無法取得擁有權資訊
TCP 192.168.1.249:11157 0.0.0.0:0 LISTENING 2552
[UoipService.exe]
TCP 192.168.1.249:11193 23.66.38.4:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11194 23.66.38.4:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11195 23.66.38.4:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11199 184.50.176.111:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11201 111.221.29.254:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11204 216.58.200.35:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11205 216.58.200.238:80 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11207 172.217.27.144:80 ESTABLISHED 496
BITS
[svchost.exe]
TCP 192.168.1.249:11308 172.217.27.131:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11309 216.58.200.33:443 ESTABLISHED 6288
[chrome.exe]
TCP 192.168.1.249:11310 172.217.160.65:443 ESTABLISHED 6288
[chrome.exe]
TCP [::]:135 [::]:0 LISTENING 856
RpcSs
[svchost.exe]
TCP [::]:445 [::]:0 LISTENING 4
無法取得擁有權資訊
TCP [::]:1025 [::]:0 LISTENING 540
[wininit.exe]
TCP [::]:1026 [::]:0 LISTENING 948
eventlog
[svchost.exe]
TCP [::]:1027 [::]:0 LISTENING 496
Schedule
[svchost.exe]
TCP [::]:1056 [::]:0 LISTENING 644
[lsass.exe]
TCP [::]:1057 [::]:0 LISTENING 596
[services.exe]
TCP [::]:2869 [::]:0 LISTENING 4
無法取得擁有權資訊
TCP [::]:7368 [::]:0 LISTENING 1532
[spoolsv.exe]
TCP [::]:8501 [::]:0 LISTENING 4
無法取得擁有權資訊
TCP [::1]:1129 [::]:0 LISTENING 4560
[jhi_service.exe]
UDP 0.0.0.0:68 *:* 948
Dhcp
[svchost.exe]
UDP 0.0.0.0:123 *:* 276
W32Time
[svchost.exe]
UDP 0.0.0.0:500 *:* 496
IKEEXT
[svchost.exe]
UDP 0.0.0.0:4500 *:* 496
IKEEXT
[svchost.exe]
UDP 0.0.0.0:5353 *:* 6288
[chrome.exe]
UDP 0.0.0.0:5353 *:* 6288
[chrome.exe]
UDP 0.0.0.0:5355 *:* 1388
Dnscache
[svchost.exe]
UDP 0.0.0.0:53170 *:* 6288
[chrome.exe]
UDP 10.20.4.17:53674 *:* 2552
[UoipService.exe]
UDP 10.20.4.17:53675 *:* 2552
[UoipService.exe]
UDP 10.20.4.17:64451 *:* 2552
[UoipService.exe]
UDP 10.20.4.17:64452 *:* 2552
[UoipService.exe]
UDP 127.0.0.1:1233 *:* 3424
[TMachInfo.exe]
UDP 127.0.0.1:1900 *:* 1560
SSDPSRV
[svchost.exe]
UDP 127.0.0.1:50760 *:* 1560
SSDPSRV
[svchost.exe]
UDP 127.0.0.1:57016 *:* 872
gpsvc
[svchost.exe]
UDP 127.0.0.1:61038 *:* 644
[lsass.exe]
UDP 127.0.0.1:63748 *:* 1776
NlaSvc
[svchost.exe]
UDP 192.168.1.249:137 *:* 4
無法取得擁有權資訊
UDP 192.168.1.249:138 *:* 4
無法取得擁有權資訊
UDP 192.168.1.249:1900 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:1900 *:* 1560
SSDPSRV
[svchost.exe]
UDP 192.168.1.249:49338 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:49339 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:49433 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:49434 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:50427 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:50428 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:50759 *:* 1560
SSDPSRV
[svchost.exe]
UDP 192.168.1.249:51518 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:51519 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:52289 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:52290 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:52412 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:52413 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:57705 *:* 2552
[UoipService.exe]
UDP 192.168.1.249:57706 *:* 2552
[UoipService.exe]
UDP [::]:123 *:* 276
W32Time
[svchost.exe]
UDP [::]:500 *:* 496
IKEEXT
[svchost.exe]
UDP [::]:4500 *:* 496
IKEEXT
[svchost.exe]
UDP [::]:5353 *:* 6288
[chrome.exe]
UDP [::]:5355 *:* 1388
Dnscache
[svchost.exe]
UDP [::1]:1900 *:* 1560
SSDPSRV
[svchost.exe]
UDP [::1]:50758 *:* 1560
SSDPSRV
[svchost.exe]
UDP [fe80::f85d:3964:326f:5069%23]:546 *:*
948
Dhcp
[svchost.exe]
UDP [fe80::f85d:3964:326f:5069%23]:1900 *:*
1560
SSDPSRV
[svchost.exe]
UDP [fe80::f85d:3964:326f:5069%23]:50757 *:*
1560
SSDPSRV
[svchost.exe]
C:\>
|
*************************************************************************
C:\>netstat -e 介面統計資料 已收到 已傳送 位元組 362581598 93313860 單點傳播封包 552165 485577 非單點傳播封包 31061 6102 丟棄 0 0 錯誤 0 0 不明的通訊協定 0 C:\> |
C:\>netstat -f 使用中連線 協定 本機位址 外部位址 狀態 TCP 127.0.0.1:912 activate.adobe.com:2043 ESTABLISHED TCP 127.0.0.1:1047 activate.adobe.com:1048 ESTABLISHED TCP 127.0.0.1:1048 activate.adobe.com:1047 ESTABLISHED TCP 127.0.0.1:1051 activate.adobe.com:1052 ESTABLISHED TCP 127.0.0.1:1052 activate.adobe.com:1051 ESTABLISHED TCP 127.0.0.1:1055 activate.adobe.com:1056 ESTABLISHED TCP 127.0.0.1:1056 activate.adobe.com:1055 ESTABLISHED TCP 127.0.0.1:1097 activate.adobe.com:1098 ESTABLISHED TCP 127.0.0.1:1098 activate.adobe.com:1097 ESTABLISHED TCP 127.0.0.1:2043 activate.adobe.com:912 ESTABLISHED TCP 127.0.0.1:2044 activate.adobe.com:2045 ESTABLISHED TCP 127.0.0.1:2045 activate.adobe.com:2044 ESTABLISHED TCP 192.168.1.101:1037 tk-in-f125.1e100.net:5222 ESTABLISHED TCP 192.168.1.101:1043 a69-192-2-147.deploy.akamaitechnologies.com:http s ESTABLISHED TCP 192.168.1.101:2046 a23-46-220-53.deploy.static.akamaitechnologies.c om:https CLOSE_WAIT TCP 192.168.1.101:2233 ec2-52-45-239-126.compute-1.amazonaws.com:https ESTABLISHED TCP 192.168.1.101:2311 ec2-34-228-214-37.compute-1.amazonaws.com:https ESTABLISHED ^C C:\> |
C:\>netstat -n 使用中連線 協定 本機位址 外部位址 狀態 TCP 127.0.0.1:912 127.0.0.1:2043 ESTABLISHED TCP 127.0.0.1:1047 127.0.0.1:1048 ESTABLISHED TCP 127.0.0.1:1048 127.0.0.1:1047 ESTABLISHED TCP 127.0.0.1:1051 127.0.0.1:1052 ESTABLISHED TCP 127.0.0.1:1052 127.0.0.1:1051 ESTABLISHED TCP 127.0.0.1:1055 127.0.0.1:1056 ESTABLISHED TCP 127.0.0.1:1056 127.0.0.1:1055 ESTABLISHED TCP 127.0.0.1:1097 127.0.0.1:1098 ESTABLISHED TCP 127.0.0.1:1098 127.0.0.1:1097 ESTABLISHED TCP 127.0.0.1:2043 127.0.0.1:912 ESTABLISHED TCP 127.0.0.1:2044 127.0.0.1:2045 ESTABLISHED TCP 127.0.0.1:2045 127.0.0.1:2044 ESTABLISHED TCP 192.168.1.101:1037 64.233.188.125:5222 ESTABLISHED TCP 192.168.1.101:1043 69.192.2.147:443 ESTABLISHED TCP 192.168.1.101:2046 23.46.220.53:443 CLOSE_WAIT TCP 192.168.1.101:2220 111.221.29.254:443 ESTABLISHED TCP 192.168.1.101:2233 52.45.239.126:443 ESTABLISHED TCP 192.168.1.101:5900 5.188.203.95:51084 TIME_WAIT TCP 192.168.1.101:5900 5.188.203.95:54327 TIME_WAIT TCP 192.168.1.101:5900 5.188.203.95:57933 TIME_WAIT TCP 192.168.1.101:5900 5.188.203.95:60631 TIME_WAIT TCP 192.168.1.101:5900 5.188.203.95:64464 TIME_WAIT TCP [::1]:2035 [::1]:2036 ESTABLISHED TCP [::1]:2036 [::1]:2035 ESTABLISHED C:\> |
C:\>netstat -o 使用中連線 協定 本機位址 外部位址 狀態 PID TCP 127.0.0.1:912 activate:2043 ESTABLISHED 2552 TCP 127.0.0.1:1047 activate:1048 ESTABLISHED 4500 TCP 127.0.0.1:1048 activate:1047 ESTABLISHED 4500 TCP 127.0.0.1:1051 activate:1052 ESTABLISHED 4500 TCP 127.0.0.1:1052 activate:1051 ESTABLISHED 4500 TCP 127.0.0.1:1055 activate:1056 ESTABLISHED 4500 TCP 127.0.0.1:1056 activate:1055 ESTABLISHED 4500 TCP 127.0.0.1:1097 activate:1098 ESTABLISHED 4500 TCP 127.0.0.1:1098 activate:1097 ESTABLISHED 4500 TCP 127.0.0.1:2043 activate:912 ESTABLISHED 2520 TCP 127.0.0.1:2044 activate:2045 ESTABLISHED 2552 TCP 127.0.0.1:2045 activate:2044 ESTABLISHED 2552 TCP 192.168.1.101:1037 tk-in-f125:5222 ESTABLISHED 1788 TCP 192.168.1.101:1043 a69-192-2-147:https ESTABLISHED 4408 TCP 192.168.1.101:2046 a23-46-220-53:https CLOSE_WAIT 2520 ^C C:\> |
C:\>netstat -p 使用中連線 協定 本機位址 外部位址 狀態 C:\>netstat -p TCP 使用中連線 協定 本機位址 外部位址 狀態 TCP 127.0.0.1:912 activate:2043 ESTABLISHED TCP 127.0.0.1:1047 activate:1048 ESTABLISHED TCP 127.0.0.1:1048 activate:1047 ESTABLISHED TCP 127.0.0.1:1051 activate:1052 ESTABLISHED TCP 127.0.0.1:1052 activate:1051 ESTABLISHED TCP 127.0.0.1:1055 activate:1056 ESTABLISHED TCP 127.0.0.1:1056 activate:1055 ESTABLISHED TCP 127.0.0.1:1097 activate:1098 ESTABLISHED TCP 127.0.0.1:1098 activate:1097 ESTABLISHED TCP 127.0.0.1:2043 activate:912 ESTABLISHED TCP 127.0.0.1:2044 activate:2045 ESTABLISHED TCP 127.0.0.1:2045 activate:2044 ESTABLISHED TCP 192.168.1.101:1037 tk-in-f125:5222 ESTABLISHED TCP 192.168.1.101:1043 a69-192-2-147:https ESTABLISHED TCP 192.168.1.101:2046 a23-46-220-53:https CLOSE_WAIT TCP 192.168.1.101:2233 ec2-52-45-239-126:https ESTABLISHED TCP 192.168.1.101:2313 ec2-34-228-214-37:https ESTABLISHED ^C C:\> C:\>netstat -p UDP 使用中連線 協定 本機位址 外部位址 狀態 C:\> |
C:\>netstat -r =========================================================================== 介面清單 17...00 ff 40 d5 6b 12 ......Juniper Network Connect Virtual Adapter 11...d4 3d 7e bb 34 0b ......Realtek PCIe GBE Family Controller 18...00 50 56 c0 00 01 ......VMware Virtual Ethernet Adapter for VMnet1 19...00 50 56 c0 00 08 ......VMware Virtual Ethernet Adapter for VMnet8 1...........................Software Loopback Interface 1 12...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter 13...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2 14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3 15...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #4 =========================================================================== IPv4 路由表 =========================================================================== 使用中的路由: 網路目的地 網路遮罩 閘道 介面 計量 0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.101 276 127.0.0.0 255.0.0.0 在連結上 127.0.0.1 306 127.0.0.1 255.255.255.255 在連結上 127.0.0.1 306 127.255.255.255 255.255.255.255 在連結上 127.0.0.1 306 169.254.0.0 255.255.0.0 在連結上 169.254.197.137 276 169.254.197.137 255.255.255.255 在連結上 169.254.197.137 276 169.254.255.255 255.255.255.255 在連結上 169.254.197.137 276 192.168.1.0 255.255.255.0 在連結上 192.168.1.101 276 192.168.1.101 255.255.255.255 在連結上 192.168.1.101 276 192.168.1.255 255.255.255.255 在連結上 192.168.1.101 276 192.168.128.0 255.255.255.0 在連結上 192.168.128.1 276 192.168.128.1 255.255.255.255 在連結上 192.168.128.1 276 192.168.128.255 255.255.255.255 在連結上 192.168.128.1 276 224.0.0.0 240.0.0.0 在連結上 127.0.0.1 306 224.0.0.0 240.0.0.0 在連結上 192.168.1.101 276 224.0.0.0 240.0.0.0 在連結上 169.254.197.137 276 224.0.0.0 240.0.0.0 在連結上 192.168.128.1 276 255.255.255.255 255.255.255.255 在連結上 127.0.0.1 306 255.255.255.255 255.255.255.255 在連結上 192.168.1.101 276 255.255.255.255 255.255.255.255 在連結上 169.254.197.137 276 255.255.255.255 255.255.255.255 在連結上 192.168.128.1 276 =========================================================================== 持續路由: 網路位址 網路遮罩 閘道位址 計量 0.0.0.0 0.0.0.0 192.168.1.1 預設值 =========================================================================== IPv6 路由表 =========================================================================== 使用中的路由: 介面 計量 網路目的地 閘道 1 306 ::1/128 在連結上 18 276 fe80::/64 在連結上 19 276 fe80::/64 在連結上 19 276 fe80::8dfe:5ab:2a30:c161/128 在連結上 18 276 fe80::9887:62ea:a121:c589/128 在連結上 1 306 ff00::/8 在連結上 18 276 ff00::/8 在連結上 19 276 ff00::/8 在連結上 =========================================================================== 持續路由: 無 C:\> |
C:\>netstat -s IPv4 統計資料 收到的封包 = 196819 收到的標頭錯誤 = 0 收到的位址錯誤 = 1 轉送的資料包 = 0 收到的不明通訊協定 = 0 丟棄收到的封包 = 7923 傳遞收到的封包 = 193989 輸出要求 = 290075 路由丟棄 = 0 丟棄的輸出封包 = 4 輸出封包無路由 = 11 需要重組 = 32 順利重組 = 2 重組失敗 = 0 順利分散資料包 = 297 無法分散資料包 = 0 建立的片段 = 594 IPv6 統計資料 收到的封包 = 201 收到的標頭錯誤 = 0 收到的位址錯誤 = 0 轉送的資料包 = 0 收到的不明通訊協定 = 0 丟棄收到的封包 = 624 傳遞收到的封包 = 281 輸出要求 = 6387 路由丟棄 = 0 丟棄的輸出封包 = 0 輸出封包無路由 = 6 需要重組 = 0 順利重組 = 0 重組失敗 = 0 順利分散資料包 = 0 無法分散資料包 = 0 建立的片段 = 0 ICMPv4 統計資料 已收到 已傳送 訊息 1881 4178 錯誤 0 0 無法與目的地取得連線 1801 4178 超過時間 80 0 參數問題 0 0 來源抑制 0 0 重新導向 0 0 Echo 回應 0 0 Echo 0 0 時間戳記 0 0 時間戳記回應 0 0 位址標記 0 0 位址遮罩回應 0 0 路由器請求 0 0 路由器通告 0 0 ICMPv6 統計資料 已收到 已傳送 訊息 1 10 錯誤 0 0 無法與目的地取得連線 0 0 封包太大 0 0 超過時間 0 0 參數問題 0 0 Echo 0 0 Echo 回應 0 0 MLD 查詢 0 0 MLD 報告 0 0 MLD 完成 0 0 路由器請求 0 6 路由器通告 0 0 芳鄰請求 0 2 芳鄰通告 1 2 重新導向 0 0 路由器重新編號 0 0 IPv4 的 TCP 統計資料 使用中開啟 = 1243 非使用中開啟 = 2170 失敗的連線嘗試 = 31 重設連線 = 1521 目前的連線 = 17 收到的區段 = 200148 傳送的區段 = 174053 重新傳輸的區段 = 1940 IPv6 的 TCP 統計資料 使用中開啟 = 10 非使用中開啟 = 10 失敗的連線嘗試 = 0 重設連線 = 16 目前的連線 = 2 收到的區段 = 5359 傳送的區段 = 5359 重新傳輸的區段 = 0 IPv4 的 UDP 統計資料 收到的資料包 = 114146 無連接埠 = 6351 接收錯誤 = 0 傳送的資料包 = 113726 IPv6 的 UDP 統計資料 收到的資料包 = 278 無連接埠 = 624 接收錯誤 = 0 傳送的資料包 = 972 C:\> |
C:\>netstat -t 使用中連線 協定 本機位址 外部位址 狀態 卸載狀態 TCP 127.0.0.1:912 activate:2043 ESTABLISHED InHost TCP 127.0.0.1:1047 activate:1048 ESTABLISHED InHost TCP 127.0.0.1:1048 activate:1047 ESTABLISHED InHost TCP 127.0.0.1:1051 activate:1052 ESTABLISHED InHost TCP 127.0.0.1:1052 activate:1051 ESTABLISHED InHost TCP 127.0.0.1:1055 activate:1056 ESTABLISHED InHost TCP 127.0.0.1:1056 activate:1055 ESTABLISHED InHost TCP 127.0.0.1:1097 activate:1098 ESTABLISHED InHost TCP 127.0.0.1:1098 activate:1097 ESTABLISHED InHost TCP 127.0.0.1:2043 activate:912 ESTABLISHED InHost TCP 127.0.0.1:2044 activate:2045 ESTABLISHED InHost TCP 127.0.0.1:2045 activate:2044 ESTABLISHED InHost TCP 192.168.1.101:1037 tk-in-f125:5222 ESTABLISHED InHost TCP 192.168.1.101:1043 a69-192-2-147:https ESTABLISHED InHost TCP 192.168.1.101:2046 a23-46-220-53:https CLOSE_WAIT InHost TCP 192.168.1.101:2233 ec2-52-45-239-126:https ESTABLISHED InHost ^C C:\> C:\> |
C:\>netstat -x 使用中連線 通訊協定 本機位址 外部位址 狀態 範本 TCP 127.0.0.1:912 activate:2043 ESTABLISHED 網際網路 TCP 192.168.1.101:1037 tk-in-f125:5222 ESTABLISHED 網際網路 TCP 192.168.1.101:1043 a69-192-2-147:https ESTABLISHED 網際網路 TCP 127.0.0.1:1047 activate:1048 ESTABLISHED 網際網路 TCP 127.0.0.1:1048 activate:1047 ESTABLISHED 網際網路 TCP 127.0.0.1:1051 activate:1052 ESTABLISHED 網際網路 TCP 127.0.0.1:1052 activate:1051 ESTABLISHED 網際網路 TCP 127.0.0.1:1055 activate:1056 ESTABLISHED 網際網路 TCP 127.0.0.1:1056 activate:1055 ESTABLISHED 網際網路 TCP 127.0.0.1:1097 activate:1098 ESTABLISHED 網際網路 TCP 127.0.0.1:1098 activate:1097 ESTABLISHED 網際網路 TCP 127.0.0.1:2043 activate:912 ESTABLISHED 網際網路 TCP 127.0.0.1:2044 activate:2045 ESTABLISHED 網際網路 TCP 127.0.0.1:2045 activate:2044 ESTABLISHED 網際網路 TCP 192.168.1.101:2046 a23-46-220-53:https CLOSE_WAIT 網際網路 TCP 192.168.1.101:2233 ec2-52-45-239-126:https ESTABLISHED 網際網路 ^C C:\> |
沒有留言:
張貼留言