본문 바로가기

지구인프로그램/유틸다운로드

특정 TCP 포트(port)의 오픈상태를 체크할 수 있는 ping프로그램


특정 포트가 열려있는지 체크해야 할 때 요긴하게 써먹을 수 있는 프로그램입니다.

제작사 홈페이지

첨부파일로도 올려놓겠습니다.

다운로드 -

사용법은 아래와 같습니다.

Usage: tcping [-t] [-d] [-i interval] [-n times] server-address [server-port]

         -t   : ping continuously until stopped via control-c
         -n 5 : for instance, send 5 pings
         -i 5 : for instance, ping every 5 seconds
         -w 100 : for instance, wait 100 milliseconds for a response
         -d   : include date and time on each line
         -b 1 : enable beeps (1 for on-down, 2 for on-up,
                              3 for on-change, 4 for always)
         -r 5 : for instance, relookup the hostname every 5 pings
         -s   : automatically exit on a successful ping
         -v   : print version and exit

        If you don't pass server-port, it defaults to 80.

기본적으로 윈도우의 ping프로그램과 동일하게 사용하실 수 있습니다.

단, ip주소뒤에 체크하고자 하는 포트 번호를 적어주시면 되고, 아무번호도 적지 않을 경우 기본값으로 80번 포트를 체크하게 됩니다.

사용법 예시 (123.123.123.123 컴퓨터의 4899포트를 체크할 경우)

tcping 123.123.123.123 4899

이 프로그램을 윈도우의 system32폴더에 복사해놓고 시스템 명령어처럼 사용하시면 편합니다.