티스토리 뷰
< 사전 준비 사항 >
- DNS 서버 /etc/named.conf의 allow-transfer 옵션에 Slave 서버 IP 추가 필요.
ex.
options {
allow-recursion { internals; };
directory "/var/named";
allow-transfer { localhost;$Slave_IP; };
};
< Slave 설정 >
1. DNS Master를 DNS 서버로 지정 (/etc/resolv.conf)
2. /etc/named.conf에 다음 내용 추가
zone "aaa.com" IN {
type slave;
file "slaves/aaa.com"
masters {$Master_IP;};
};
3. 서비스 시작 ("/etc/init.d/named start" or "service named start")
4. /var/named/slaves 하위에 file 생성 여부 및 내용 확인.
*. Slave 를 DNS로 지정하여 테스트 할 경우, iptable 설정에 DNS (tcp,udp/53) 포트를 추가해 준다.
반응형
'Old stories > Unix&Linux' 카테고리의 다른 글
Spamassassin 설치 참조 사이트 (1) | 2010.07.07 |
---|---|
CentOS - Net Install 초기 설정 (0) | 2010.06.22 |
OpenSolaris - Library 경로 설정 (0) | 2010.05.25 |
restorecond: Will not restore a file with more than one hard link (/etc/resolv.conf) No such file or directory (2) | 2010.05.25 |
OpenSolaris - My-SQL Package 설치 (0) | 2010.05.20 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- sendmail
- dns
- 3D태양
- My-SQL Cache
- 웹성능
- Jboss
- SNS용어
- OpsView
- SIS
- 보안
- OpenSolaris
- WAS
- CentOS
- clamav
- solaris
- modprobe
- ntp
- bacula
- SUN3D
- Viirus
- MySQL
- Cfengine
- 메일서버
- Linux
- SpamAssassin
- oss
- Cfengine3
- mod_deflate
- Apache
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
글 보관함
Blog is powered by
Tistory / Designed by
Tistory