dev/기타

tcping 설치

tiqndjd12 2021. 10. 30. 11:53

리눅스에서 기본적으로 서버 포트 확인할 수 있는 명령어가 있는데 윈도우는 그렇지 않습니다.

(telnet, echo 등등)

 

하지만 tcping을 사용하면 이런 문제점을 해결할 수 있습니다.

 

먼저 구글에서 tcping 검색해서 다운받습니다.

 

다운받은 tcping.exe 파일을 아래의 경로로 복사합니다.

 

 

파일 복사하고 나면 바로 cmd로 tcping을 사용할 수 있습니다.

 

예시로 로컬에 있는 Postgresql 서버로 테스트해보겠습니다.

 

 

포트가 열려있으면 위의 화면처럼 "Port is open"이라는 메시지가 출력됩니다.

 

tcping 자세한 사용방법 "--help" 옵션을 사용하면 됩니다.

 

 

아래는 tcping 다운로드 링크입니다.

 

https://www.elifulkerson.com/projects/tcping.php

 

 

tcping.exe - ping over a tcp connection

tcping.exe - ping over a tcp connection tcping.exe is a console application that operates similarly to 'ping', however it works over a tcp port. There are many different implementions of this floating around, written independently by different people. Ther

www.elifulkerson.com