849 バイト追加
、 2018年8月31日 (金) 02:39
== インストール ==
<pre>
$ sudo apt-get install bind9
</pre>
== 設定 ==
/etc/bind ディレクトリに移動。
<pre>
$ cd /etc/bind
$ ls -l
total 52
-rw-r--r-- 1 root root 3954 Jan 16 2018 bind.keys
-rw-r--r-- 1 root root 237 Jan 16 2018 db.0
-rw-r--r-- 1 root root 271 Jan 16 2018 db.127
-rw-r--r-- 1 root root 237 Jan 16 2018 db.255
-rw-r--r-- 1 root root 353 Jan 16 2018 db.empty
-rw-r--r-- 1 root root 270 Jan 16 2018 db.local
-rw-r--r-- 1 root root 3171 Jan 16 2018 db.root
-rw-r--r-- 1 root bind 463 Jan 16 2018 named.conf
-rw-r--r-- 1 root bind 490 Jan 16 2018 named.conf.default-zones
-rw-r--r-- 1 root bind 165 Jan 16 2018 named.conf.local
-rw-r--r-- 1 root bind 890 Aug 31 02:36 named.conf.options
-rw-r----- 1 bind bind 77 Aug 31 02:36 rndc.key
-rw-r--r-- 1 root root 1317 Jan 16 2018 zones.rfc1918
</pre>