우분투 named 설치

우분투 named 설치
우분투 BIND 설치
우분투 bind9 설치

1 확인[ | ]

root@zetawiki:~# named -v
The program 'named' is currently not installed. You can install it by typing:
apt-get install bind9

2 설치[ | ]

root@zetawiki:~# apt-get install bind9
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  bind9-host bind9utils dnsutils libbind9-90 libdns100 libisc95 libisccc90
  libisccfg90 liblwres90
Suggested packages:
  bind9-doc rblcheck
The following NEW packages will be installed:
  bind9 bind9utils
The following packages will be upgraded:
  bind9-host dnsutils libbind9-90 libdns100 libisc95 libisccc90 libisccfg90
  liblwres90
8 upgraded, 2 newly installed, 0 to remove and 61 not upgraded.
Need to get 1,474 kB of archives.
After this operation, 1,633 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9-host amd64 1:9.9.5.dfsg-3ubuntu0.6 [46.3 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsutils amd64 1:9.9.5.dfsg-3ubuntu0.6 [96.8 kB]
... (생략)
Selecting previously unselected package bind9utils.
Preparing to unpack .../bind9utils_1%3a9.9.5.dfsg-3ubuntu0.6_amd64.deb ...
Unpacking bind9utils (1:9.9.5.dfsg-3ubuntu0.6) ...
Selecting previously unselected package bind9.
Preparing to unpack .../bind9_1%3a9.9.5.dfsg-3ubuntu0.6_amd64.deb ...
Unpacking bind9 (1:9.9.5.dfsg-3ubuntu0.6) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for ufw (0.34~rc-0ubuntu2) ...
Setting up libisc95 (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up libdns100 (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up libisccc90 (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up libisccfg90 (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up libbind9-90 (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up liblwres90 (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up bind9-host (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up dnsutils (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up bind9utils (1:9.9.5.dfsg-3ubuntu0.6) ...
Setting up bind9 (1:9.9.5.dfsg-3ubuntu0.6) ...
Adding group `bind' (GID 118) ...
Done.
Adding system user `bind' (UID 108) ...
Adding new user `bind' (UID 108) with group `bind' ...
Not creating home directory `/var/cache/bind'.
wrote key file "/etc/bind/rndc.key"
#
 * Starting domain name service... bind9                                                       [ OK ] 
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for ufw (0.34~rc-0ubuntu2) ...

3 확인 2[ | ]

root@zetawiki:~# named -v
BIND 9.9.5-3ubuntu0.6-Ubuntu (Extended Support Version)
root@zetawiki:~# netstat -tnlp | grep named
tcp        0      0 175.126.195.123:53      0.0.0.0:*               LISTEN      27003/named     
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      27003/named     
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      27003/named     
tcp6       0      0 :::53                   :::*                    LISTEN      27003/named     
tcp6       0      0 ::1:953                 :::*                    LISTEN      27003/named

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}