Dns설정 도와주세요!!

greenwil의 이미지

dns설정을 해서 데몬을 띄우니까.. dns가 잡히긴 잡히는데..
nslookup하면.. 이런 에러가 떠네요..

Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.

글구..
윈도우..에서.. dns서버를.. 제가 사용하는 dns서버로 잡고..
nslookup xxx.yyy.com하면..
C:\Documents and Settings\greenlove>nslookup xxx.yyy.com
*** Can't find server name for address xxx.xxx.xxx.xxx: Non-existent domain
*** Default servers are not available
Server: UnKnown
Address: xxx.xxx.xx.xxx
이케 나오느데..
원인이 무엇이며 어떻게 해결해야되나요..??

문재식의 이미지

Quote:
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.

nslookup은 앞으로 릴리즈 되지 않을 것이다. 이를 대신해 dig 또는 host 프로그램을 사용하여라.
nslookup -sil 을 실행하면 이 메시지는 더이상 출력되지 않을 것이다.

메시지의 내용 그대로 이므로 네임서버의 설정과는 무관한 내용입니다.

윈도에서 검색한 결과를 보면 네임서버의 설정이 올바르지 않을 것으로 판단됩니다. /etc/named.conf, /var/named/*.zone, /var/log/messages 등의 네임서버 관련 내용을 참고하여야 동작하지 않는 원인을 찾을 수 있을 것 같군요.