34. DNS Zone Transfer 설정
centos 7 최소설치시 영향없음
안쓰면 상관없음
bind (네임서버:dns)설치에 필요한 파일
yum -y install bind bind-libs bind-utils bind-chroot
서버에 깔려있는 파일들
[root@centos7 ~]# rpm -qa | grep bind
bind-license-9.9.4-61.el7.noarch
bind-libs-lite-9.9.4-61.el7.x86_64
제대로 설치하기 위해선 bind, bind-utils, bind-chroot 등이 필요하다
[root@centos7 ~]# yum list bind*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Installed Packages
bind-libs-lite.x86_64 32:9.9.4-61.el7 @anaconda
bind-license.noarch 32:9.9.4-61.el7 @anaconda
Available Packages
bind.x86_64 32:9.9.4-61.el7 base
bind-chroot.x86_64 32:9.9.4-61.el7 base
bind-dyndb-ldap.x86_64 11.1-4.el7 base
bind-libs.x86_64 32:9.9.4-61.el7 base
bind-pkcs11.x86_64 32:9.9.4-61.el7 base
bind-pkcs11-libs.x86_64 32:9.9.4-61.el7 base
bind-pkcs11-utils.x86_64 32:9.9.4-61.el7 base
bind-utils.x86_64 32:9.9.4-61.el7 base
[root@centos7 ~]#
'리눅스 따라하기 > Centos7 취약점 점검' 카테고리의 다른 글
36. Apache 웹 프로세스 권한 제한 (0) | 2018.07.04 |
---|---|
35. Apache 디렉터리 리스팅 제거 (0) | 2018.07.04 |
33. DNS 보안 버전 패치 (0) | 2018.07.04 |
32. 일반사용자의 Sendmail 실행 방지 (0) | 2018.07.04 |
31. 스팸 메일 릴레이 제한 (0) | 2018.07.04 |