Notice
Recent Posts
Recent Comments
관리 메뉴

안까먹을라고 쓰는 블로그

IP + PORT - 통신가능여부 체크 (feat. tcping) 본문

Operation System/Windows

IP + PORT - 통신가능여부 체크 (feat. tcping)

YawnsDuzin 2020. 7. 30. 11:07

 

반응형

특정 IP로 통신을 테스트 하려고 하면,, CMD화면에서 Ping테스트와 Telnet을 이용할 수 있다.
하지만, Ping테스트는 IP로만 체크가 가능하며,, PORT는 통신가능한지 확인이 안되며,
Telnet은 포트가 막혀있으면 접근이 불가하여 테스트가 안된다.

이때, 윈도우에서 해당포트의 소켓을 생성하여 전송하여 테스트를 가능하도록 해주는 프로그램이 있다.
아래의 링크에서 다운로드 받으면 된다.




출처: https://overit.tistory.com/entry/IP-PORT-통신가능여부-체크 [안까먹을라고 쓰는 블로그]

1. 아래의 사이트에 접속한다.
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


2. "tcping.exe"를 다운 받는다.


3. "tcping.exe"파일을 아래의 경로 "C:\Windows\System32"에 붙여넣는다.

 

4. 실행에서 cmd를 입력하여, cmd 창을 띄워준다.
   아래와 같은 형식   tcping.exe ip주소 port넘버 
    를 입력 후 "Enter",
     - 정상연결이면, Port is open 문구가 표시
     - 연결이 안되면, No Response 문구가 표시

 

끝~

반응형
Comments