Logo

Category:bind

2025년 04월 16일

bind-9.3.6 설치와 설정하기 named 구축

bind-9.3.6-4.P1.el5_4.2 설치 yum -y install bind\* 하시면 bind에 대한건 다 설치합니다.   또는 # yum -y install bind bind-libs ypbind yp-tools bind-utils bind-chroot bind-devel 하세요....

Continue Reading
2025년 04월 16일

2차네임서버 구축실무

1. /etc/named.conf options {        directory “/var/named”;}; controls {         inet 127.0.0.1 port 953  allow { localhost; } keys { rndckey; };}; zone “.” {        type...

Continue Reading
2025년 04월 16일

bind9 네임서버 소스로 설치하기

bind 소스받기 https://www.isc.org/ 상단첫번째 DOWNLOADS > BIND 에서 최신버전 tar.gz 다운로드 1. 파일 다운로드 받고 컴파일 하기  # gzip  -dc   bind-9.3.0.tar.gz  |  tar  xvf   –# cd  bind-9.3.0# ./configure  # make# make...

Continue Reading