먼저 래드햇 7.3이구여 제가 설치한 서버가 아니라 잘 모르겠습니다.
버전이나 보던거 아님 잘 모르는 허접실력이라서....^^;;
[root@aaa var]# vi /etc/named.conf
category unmatched { null; };
category network { null; };
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
zone "105.78.61.in-addr.arpa" IN {