이것좀 봐주시겠어요? ㅜ.ㅡ
글쓴이: kn31232 / 작성시간: 화, 2003/06/03 - 2:54오후
PLC랑 통신을 하는 데몬인데 어느순간 갑자기 이런 메세지 로그를 남기면서
netstat 상태가 SYN_SENT로 바뀌어 버립니다.
음...어디서 문제가 발생하는건지 또 데몬 문제인지 PLC문제인지 알수가 없네요.
이런 경험 있으신분 있으신가요?
Jun 2 19:42:20 gardian ntpd[690]: time reset -0.453020 s Jun 2 19:42:20 gardian ntpd[690]: synchronisation lost Jun 2 20:45:33 gardian ntpd[690]: time reset 0.225671 s Jun 2 20:45:33 gardian ntpd[690]: synchronisation lost Jun 3 06:54:36 gardian ntpd[690]: time reset 0.277736 s Jun 3 06:54:36 gardian ntpd[690]: synchronisation lost Jun 3 08:06:19 gardian ntpd[690]: time reset -0.189766 s Jun 3 08:06:19 gardian ntpd[690]: synchronisation lost Jun 3 09:53:06 gardian ntpd[690]: time reset -0.328087 s Jun 3 09:53:06 gardian ntpd[690]: synchronisation lost Jun 3 11:45:23 gardian ntpd[690]: time reset 0.153804 s Jun 3 11:45:23 gardian ntpd[690]: synchronisation lost Jun 3 13:14:31 gardian ntpd[690]: time reset 0.274979 s Jun 3 13:14:31 gardian ntpd[690]: synchronisation lost Jun 3 13:58:43 gardian ntpd[690]: time reset -0.493171 s Jun 3 13:58:43 gardian ntpd[690]: synchronisation lost Jun 3 14:34:13 gardian ntpd[690]: time reset 0.625997 s Jun 3 14:34:13 gardian ntpd[690]: synchronisation lost
Forums:
로그가 의미하는 바는 잘 모르겠지만,SYN_SENT 가 장기간 지
로그가 의미하는 바는 잘 모르겠지만,
SYN_SENT 가 장기간 지속하는 문제는
"목적지 IP 주소에 SYN 세그먼트(3-way handshaking 초기화)가 도달할 수 없기 때문입니다."
해당 목적지의 IP 주소와 포트 번호를 알고 계시다면,
telnet ip port
와 같은 명령을 사용하셔서 제대로 도달하는지 확인해 보세요.
Connection refused 라는 메시지를 받으시면, 해당 호스트로는 도달하되, 목적지 포트가 열려 있지 않은 것이며,
반응이 없다가 몇분 이상 기다린 후에 커넥션 요청이 타임아웃되면 Connection timed out 이라는 메시지를 보실 수 있을 것입니다.
제 추측이지만, 위 로그는 대상 호스트로 접속을 시도(SYN 보냄)하다가 결국에 타임아웃되어
과 같은 코드를 찍는 게 아닐까 합니다.
SYN을 보낸 후에 상대방에서 그에 대한 응답 (SYN, ACK)이 오는 동안 TCP 커넥션의 상태는 SYN_SENT로 남아 있습니다. 확인해 보세요~
댓글 달기