0363. telnet hostname port 시 응답에 따른 각 상태의 현황정리
IT2016. 2. 4. 11:36
1. 해당 port 가 정상적으로 open 되어 있을때 [auto@man]/>telnet papa 4444 Trying 21.12.1.14... Connected to papa. Escape character is '^]'. ^] telnet> quit Connection closed.
2. 해당 port 가 hostname 서버에 request 요청이 도달하나 hostname 서버에 해당 port 를 서비스하는 데몬이 죽어 있을경우 Connection refused 되면서 바로 끊어진다. [auto@bat]/>telnet ana-auto 1527 Trying 20.22.16.20... telnet: Unable to connect to remote host: Connection refused
3. 해당 port 가 방화벽에 의해 막혀 있을때 방화벽 time out 때까지 session 이 끊어지기를 기다리고 있다 [auto@bat] sys>telnet na1-auto 4444 Trying 23.22.16.20... |
'IT' 카테고리의 다른 글
0365. lsof (list open file) 열려진 파일 보는 목록 (0) | 2016.02.04 |
---|---|
0364. prod.rcv 실행파일 원복 스크립트 (0) | 2016.02.04 |
0362. gunzip filename.gz 에러 gunzip: bb.rcs.all.tar.20060306_091216: File too large 시 해결방법 (0) | 2016.02.04 |
0361. 배치 잡랙별 시작시간 종료시간 run_time 데이터 추출 (0) | 2016.02.04 |
0360. alert.log를 nawk사용하여 시간-라인넘버-명령어 순으로 출력하기 (0) | 2016.02.03 |