리눅스 분류
리눅스에서 message 에 찍히는 로그
작성자 정보
- A소리아노 작성
- 작성일
컨텐츠 정보
- 2,524 조회
- 1 댓글
- 0 추천
- 목록
본문
리눅스에서 message 에 찍히는 로그
Feb 11 13:44:39 ns named[13652]: client 62.75.220.31#55834: error sending response: network unreachable
Feb 11 13:44:39 ns last message repeated 14 times
Feb 11 13:44:39 ns named[13652]: client 62.75.220.31#23095: error sending response: network unreachable
Feb 11 13:44:39 ns last message repeated 14 times
Feb 11 13:45:08 ns named[13652]: client 93.15.79.193#358: error sending response: network unreachable
Feb 11 13:45:08 ns last message repeated 14 times
Feb 11 13:45:08 ns named[13652]: client 93.15.79.193#35379: error sending response: network unreachable
Feb 11 13:45:08 ns last message repeated 14 times
Feb 11 13:45:25 ns named[13652]: client 62.75.220.31#18248: error sending response: network unreachable
Feb 11 13:45:25 ns last message repeated 14 times
Feb 11 13:45:25 ns named[13652]: client 62.75.220.31#55103: error sending response: network unreachable
Feb 11 13:45:25 ns last message repeated 14 times
Feb 11 13:45:25 ns named[13652]: client 62.75.220.31#45061: error sending response: network unreachable
Feb 11 13:45:25 ns last message repeated 14 times
위와 같이 이런식으로 찍히는데 어떤 현상인지 좀 가르쳐주세요
관련자료
-
이전
-
다음
댓글 1
Jszzang님의 댓글
- Jszzang
- 작성일
혹시 Bind 8.x 이하인가요?
공격 징후 일수도 있으니, 확인 해보시길 바랍니다.
공격성이 맞다면 아래 설정으로 해결가능하다고 합니다.(해보진 않았음)
vi /etc/named.conf
options {
..
use-id-pool yes
..
}
공격 징후 일수도 있으니, 확인 해보시길 바랍니다.
공격성이 맞다면 아래 설정으로 해결가능하다고 합니다.(해보진 않았음)
vi /etc/named.conf
options {
..
use-id-pool yes
..
}