윈도우 tcping 설치

1 개요[ | ]

tcping, tcping.exe
윈도우에서 원격지 포트 점검
윈도우용 포트 점검 프로그램
  • 여기서 윈도우용이라는 의미는 클라이언트가 윈도우라는 것임.
  • 대상 서버는 윈도우든 리눅스든 상관없음.

2 설치[ | ]

3 명령어[ | ]

  • 시작 --- cmd Enter

명령 프롬프트 창이 뜬다. 다음 형식의 명령어를 입력한다.

tcping 서버주소 포트
  • 서버주소로는 도메인 이름 또는 IP를 입력한다.

4 실행예시[ | ]

4.1 IP주소[ | ]

C:\Users\zetawiki>tcping 8.8.4.4 53

Probing 8.8.4.4:53/tcp - Port is open - time=241.227ms
Probing 8.8.4.4:53/tcp - Port is open - time=237.955ms
Probing 8.8.4.4:53/tcp - Port is open - time=238.080ms
Probing 8.8.4.4:53/tcp - Port is open - time=237.814ms

Ping statistics for 8.8.4.4:53
     4 probes sent.
     4 successful, 0 failed.
Approximate trip times in milli-seconds:
     Minimum = 237.814ms, Maximum = 241.227ms, Average = 238.769ms

4.2 도메인주소[ | ]

C:\Users\zetawiki>tcping ftp.microsoft.com 21

Probing 64.4.30.34:21/tcp - Port is open - time=215.185ms
Probing 64.4.30.34:21/tcp - Port is open - time=217.789ms
Probing 64.4.30.34:21/tcp - Port is open - time=218.837ms
Probing 64.4.30.34:21/tcp - Port is open - time=213.748ms

Ping statistics for 64.4.30.34:21
     4 probes sent.
     4 successful, 0 failed.
Approximate trip times in milli-seconds:
     Minimum = 213.748ms, Maximum = 218.837ms, Average = 216.390ms

4.3 반복실행[ | ]

Ctrl+C를 누를 때까지 핑 테스트를 반복한다.

C:\Users\zetawiki>tcping -t 8.8.8.8 53

** Pinging continuously.  Press control-c to stop **

Probing 8.8.8.8:53/tcp - Port is open - time=187.198ms
Probing 8.8.8.8:53/tcp - Port is open - time=190.073ms
Probing 8.8.8.8:53/tcp - Port is open - time=193.281ms
Probing 8.8.8.8:53/tcp - Port is open - time=200.620ms
Probing 8.8.8.8:53/tcp - Port is open - time=185.128ms
Probing 8.8.8.8:53/tcp - Port is open - time=185.026ms
Probing 8.8.8.8:53/tcp - Port is open - time=185.100ms
Probing 8.8.8.8:53/tcp - Port is open - time=185.055ms
Control-C

Ping statistics for 8.8.8.8:53
     8 probes sent.
     8 successful, 0 failed.
Approximate trip times in milli-seconds:
     Minimum = 185.026ms, Maximum = 200.620ms, Average = 188.935ms

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}