목록+ 네임서버 (85)
변군이글루
windows DNS nams 올라기 ① .dns 파일 삭제 :%s/.dns//g ② zone “ 추가 : %s/^/zone "/g ③ " { type master; file " 추가 :%s/$/" { type master; file "/g slave ③ " { type slave; masters { 192.168.13.101; }; file " 추가 : %s/$/" { type slave; masters { 192.168.13.101; }; file " ④ 엑셀 작업 ⑤ "; }; 추가 : %s/$/"; };/g TAB 문자 :set list %s/^I//g
caching named named.caching-nameserver.conf # cat /etc/named.caching-nameserver.conf // // named.caching-nameserver.conf // // Provided by Red Hat caching-nameserver package to configure the // ISC BIND named(8) DNS server as a caching only nameserver // (as a localhost DNS resolver only). // // See /usr/share/doc/bind*/sample/ for example named configuration files. // // DO NOT EDIT THIS FILE -..
bind-9.9.4-P1 소스 컴파일(complie) # wget http://ftp.isc.org/isc/bind9/9.9.4-P1/bind-9.9.4-P1.tar.gz # ./configure --prefix=/usr/local/bind-9.9.4-P1 --sysconfdir=/etc --localstatedir=/var ============================================================== Configuration summary: ------------------------------------------------------------------------ Optional features enabled: GSS-API (--with-gssapi) Print..
슬레이브 ZONE 파일 유형 변경(data -> ASCII text) options { ... masterfile-format text; ... } Syntax: [ masterfile-format (text|raw) ; ] masterfile-format Specifies the file format of zone files (see Section 6.3.7). The default value is text, which is the standard textual representation, except for slave zones, in which the default value is raw. Files in other formats than text are typically expected to be..