zonefile 썸네일형 리스트형 BIND 슬레이브 ZONE 파일 형식을 변경하는 방법 BIND 슬레이브 ZONE 파일 형식을 변경하는 방법(Binary Data → ASCII Text)BIND 9.9 버전 이후부터 슬레이브(Slave) 서버의 존 파일 기본값은 성능 향상을 위해 raw(바이너리 데이터) 형식으로 저장됩니다. 이로 인해 cat이나 vi로 내용을 바로 확인할 수 없는 불편함이 있는데 masterfile-format 옵션을 통해 이를 텍스트 형식으로 변경할 수 있습니다.Syntax: [ masterfile-format (text|raw) ; ]masterfile-formatSpecifies the file format of zone files (see Section 6.3.7). The default value is text, which is the standard textu.. 더보기 [네임서버] localhost, 127.0.0.1(1.0.0.127.in-addr.arpa) ZONE 파일 localhost, 127.0.0.1(1.0.0.127.in-addr.arpa) ZONE 파일 vim /etc/named.conf zone "." IN { type hint; file "named.ca"; }; include "/etc/named.rfc1912.zones"; include "/etc/named.root.key"; vim /etc/named.rfc1912.zones zone "localhost" IN { type master; file "named.localhost"; allow-update { none; }; }; zone "1.0.0.127.in-addr.arpa" IN { type master; file "named.loopback"; allow-update { none; }; }; .. 더보기 이전 1 다음