저는 bind-9.1.1rc7.tar.gz을 압축풀고 설치했슴돠
소스는 /tmp에 있습니다.
설치시........
./configure --prefix=/usr/local/bind
이렇게 하고 make , make install이렇게 차례대로 했슴돵
맞는지요?
그리고 rndc start를 하니...
/usr/local/bind/etc/rndc.conf라는 파일이 없다는
메세지가 떠서 rndc.conf라는 파일을 찾아 넣어 주었습니다.
그리고 다시 rndc start를 하니
rndc: no server specified and no default
라는 메세지가 나오네요...
rndc.conf의 내용은..
options
{
default-key "rndc_key";
}
key rndc_key
{
algorithm hmac-md5;
secret "123abcd8765";
}
이렇게 되어 있습니다.
잘못 된 부분이 있나요?
아님 제가 따로 설정을 해줘야 하는 부분이라도...
고수님들의 답변 기다리겠습니다.