네임서버(nameserver) 셋팅 및 운영
YUM 으로 깔아야 하는데 다 설치하는게 다르네 ㅋㅋ yum -y install bind bind-chroot caching-nameserver yum -y install bind bind-chroot caching-nameserver yum install bind* yum install ypbind vim named.conf or named.caching-nameserver.conf - listen-on port 53 { 127.0.0.1; }; → listen-on port 53 { any; }; - allow-query { localhost; }; → allow-query { any; }; - match-clients { localhost; }; → match-clients { any; }; - m..
Linux
2015. 5. 20. 14:56
공지사항