RevealTheme logo

포트 검사기

TCP 포트가 열려 있는지, 그리고 인터넷에서 들어오는 연결을 수락하는지 확인합니다.

이 도구 사용 방법

  1. 1

    Type the public hostname or IP you want to probe (for example example.com) into the host field.

  2. 2

    Set the port number, either by typing it or clicking one of the quick presets like 22, 80, 443, or 3306.

  3. 3

    Click Check and wait up to five seconds for the result.

  4. 4

    Read the result banner: green means the port accepted a TCP connection (with latency in milliseconds), red means it did not (with the reason code).

포트 검사기란 무엇인가요?

네트워크 서비스는 TCP 포트에서 수신 대기합니다. 웹 서버는 80/443, SSH는 22, 데이터베이스는 3306/5432에서 동작합니다. 포트가 닫혀 있거나 방화벽으로 보호되어 있으면 어떤 연결도 성공하지 못합니다. 이 도구는 저희 서버에서 지정된 포트로 대상 호스트를 향해 TCP 소켓 열기를 시도합니다. 방화벽 규칙을 디버깅하거나, 서비스가 실제로 노출되어 있는지 검증하거나, 보안을 감사하는 데 유용합니다.

일반적인 사용 사례

  • Confirm a freshly deployed web app is reachable on port 443 before pointing DNS or a load balancer at it.

  • Diagnose why clients cannot connect to a database by checking whether 3306 or 5432 is actually exposed.

  • Verify a new firewall or security-group rule opened (or closed) the port you intended.

  • Check that a sensitive service like Redis on 6379 or MongoDB on 27017 is NOT left open to the public internet.

  • Test whether an outbound SSH or SMTP port is blocked between a remote host and the public internet.

  • Validate that a port-forward or reverse proxy is passing traffic through to the expected backend port.

자주 묻는 질문

localhost에서 실행 중인 제 서비스가 왜 열린 것으로 표시되지 않나요?
저희는 인터넷에서 확인합니다. localhost 주소나 사설 주소(RFC 1918)는 저희 서버에서 도달할 수 없습니다.

관련 도구