株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

Microsoft社からダウンロードできる、pspingというツールでできる。
https://docs.microsoft.com/en-us/sysinternals/downloads/psping

例えばリモートデスクトップを有効にしているWindowsServerに3389を指定してチェック。
Lostが0なので、、3389ポートは開いている。

c:\work>psping.exe 192.168.0.11:3389

PsPing v2.10 - PsPing - ping, latency, bandwidth measurement utility
Copyright (C) 2012-2016 Mark Russinovich
Sysinternals - www.sysinternals.com

TCP connect to 192.168.0.11:3389:
5 iterations (warmup 1) ping test:
Connecting to 192.168.0.11:3389 (warmup): from 192.168.0.1:53624: 0.36ms
Connecting to 192.168.0.11:3389: from 192.168.0.1:53625: 0.93ms
Connecting to 192.168.0.11:3389: from 192.168.0.1:53626: 1.97ms
Connecting to 192.168.0.11:3389: from 192.168.0.1:53627: 0.56ms
Connecting to 192.168.0.11:3389: from 192.168.0.1:53628: 1.43ms

TCP connect statistics for 192.168.0.11:3389:
  Sent = 4, Received = 4, Lost = 0 (0% loss),
  Minimum = 0.56ms, Maximum = 1.97ms, Average = 1.22ms

ポートが開いていないパターン。
タイムアウトしているメッセージが出ている。

c:\work>psping.exe 192.168.0.11:80

PsPing v2.10 - PsPing - ping, latency, bandwidth measurement utility
Copyright (C) 2012-2016 Mark Russinovich
Sysinternals - www.sysinternals.com

TCP connect to 192.168.0.11:80:
5 iterations (warmup 1) ping test:
Connecting to 192.168.0.11:80 (warmup): from 0.0.0.0:53629:
タイムアウト期間が経過したため、この操作は終了しました。
Connecting to 192.168.0.11:80:
  Sent = 0, Received = 0, Lost = 0 (0% loss),
  Minimum = 0.00ms, Maximum = 0.00ms, Average = 0.00ms
Control-C
^C

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)