고수님들에게 도움 요청합니다.
우선, redhat 7.2를 새로 깔로 DNS 셋업을 아래와 같이 완료
하였습니다.
/etc/named.conf 파일
.
.
.
controls {
inet * port 1500
allow { any; } keys { "mykey"; };
};
key "mykey" {
algorithm hmac-md5;
secret "x/wECuDEFXyTCgWxrzllc9PlYdPjIupGvwtvUBJ/z7qigebx/7xeIFjt
Gfa30ky7ASOQC76DdTUGevLPSImSHw==";
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };