일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- oracle
- Tomcat #SpringFramework
- postman
- apache
- Web
- install
- Maven
- ojdbc
- RESTful
- development
- SpringSecurity
- Oracle11g
- mssql
- Developer
- restapi
- springboot
- sqldeveloper
- IntelliJ
- 환경변수
- Database
- undefined
- 스프링부트
- 스프링부트 #springboot #project #Intellij
- springboot #controller #jsp
- mysql
- HATEOAS
- 스프링시큐리티
- SpringInitializer
- tcping
- 웹개발
Archives
- Today
- Total
여백에 도장 찍기
tcping 본문
windows 환경에서 원격지 포트점검을 위한 tcping 을 설치해보자.
1. installation
- https://www.elifulkerson.com/projects/tcping.php 접속
- tcping.exe 다운로드
2. 경로 설정
- C:\Windows\System32 밑으로 tcping.exe 를 이동시킴.
3. 테스트
- cmd 창을 열어 tcping을 가지고 sql server port가 열렸는지 test해보자.
C:\Users\서주민>tcping localhost 1433
Probing ::1:1433/tcp - No response - time=2000.251ms
Probing ::1:1433/tcp - No response - time=2001.675ms
Probing ::1:1433/tcp - No response - time=2001.774ms
Probing ::1:1433/tcp - No response - time=2000.694ms
Ping statistics for ::1:1433
4 probes sent.
0 successful, 4 failed. (100.00% fail)
Was unable to connect, cannot provide trip statistics.
Comments