16. Port 로 Ping 하기

Program 2017. 7. 4. 21:18

# 원격지의 특정 포트가 열려있는지 확인하기 위해서는 Telnet 을 사용


# 불편하다!


# ping 명령어처럼 단순하고 쉽게 원격지 포트가 열려있는지 확인할 방법이 없을까!!!


# 그래서 검색했다. 찾았다. tcping 


# 윈도우 시스템 폴더에 복사해 넣으면 윈도우 명령어처럼 사용가능.


# 출처 


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


tcping.exe

tcping64.exe


# Option


 

Usage: tcping [-flags] 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 0.5 : for instance, wait 0.5 seconds 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


  -j       : include jitter, using default rolling average


  -js 5   : include jitter, with a rolling average size of (for instance) 5.


  --tee  : mirror output to a filename specified after '--tee'


  -c      : only show an output line on changed state



# Option : -b 1 (실패 시 비프음 발생) 


# Option : -d (매번 날짜와 시간을 찍어 몇초 동안 Ping이 빠졌는지 확인 가능)

'Program' 카테고리의 다른 글

18. 초경량 엑셀 편집 프로그램  (0) 2017.07.06
17. Dos 에서 단순 Packet Capture  (0) 2017.07.05
15. Notepad2  (0) 2017.05.17
14. 윈도우에서 파일 검색  (0) 2016.12.23
13. 코팅을 위한 글꼴  (0) 2016.09.29

설정

트랙백

댓글