눈바래다

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...