| 제목 |
248 : [bind] only caching server for localhost |
| 이름 |
산이 [홈]http://linuxchannel.net/ |
[bind] only caching server for localhost
localhost 전용 캐싱전용 서버 설정
shell> dig @a.root-servers.net . ns +tcp > /var/named/named.ca
-- /etc/named.conf ------------------
options {
directory "/var/named";
allow-recursion {127.0.0.1;};
allow-transfer {127.0.0.1;};
listen-on {127.0.0.1;};
};
zone "." {
type hint;
file "named.ca";
};
--------------------------------------
-- /etc/resolv.conf ------------------
nameserver 127.0.0.1
...
-------------------------------------- |
|
2010년 08월 03일 23:16:10 화(저녁) from 114.111.62.248 |