본문 바로가기

반응형

queries

바인드 쿼리 로그 형식(bind query log format) 바인드 쿼리 로그 형식(bind query log format) 바인드 쿼리 로그 형식은 바인드 서버에서 수신한 모든 DNS 쿼리를 기록하는 간단한 텍스트 형식입니다. 로그 파일의 각 줄은 단일 쿼리를 나타내며, 각 줄의 형식은 다음과 같습니다. timestamp [client IP address] [query type] [query name] [response code] [additional information] 타임스탬프는 쿼리가 수신된 시간으로, "YYYY-MM-DD HH:MM:SS.SSS" 형식입니다. 클라이언트 IP 주소는 쿼리를 제출한 클라이언트의 IP 주소입니다. 쿼리 유형은 다음 중 하나입니다. A - 주소 레코드에 대한 쿼리 AAAA - IPv6 주소 레코드에 대한 쿼리 CNAME - .. 더보기
[네임서버] BIND logging | BIND 9.5.x BIND logging | BIND 9.5.x 카테고리 설명 default The default category defines the logging options for those categories where no specific configuration has been defined. general The catch-all. Many things still aren't classified into categories, and they all end up here. database Messages relating to the databases used internally by the name server to store zone and cache data security Approval and deni.. 더보기
[네임서버] bind logging 설정 bind logging 설정 named 설정 파일(named.conf) 편집 - named.conf에 있는 logging 블록 주석 및 로깅 설정 파일(named.logging.conf) 추가 vim /etc/named.conf options { listen-on port 53 { any; }; ... }; /* logging { channel default_debug { file "data/named.run"; severity dynamic; }; }; */ zone "." IN { type hint; file "named.ca"; }; include "/etc/named.rfc1912.zones"; include "/etc/named.root.key"; include "/etc/named.loggin.. 더보기

728x90
반응형