- 사용환경
O/S : RedHat 7.1
서비스데몬 : xinetd
/etc/hosts, /etc/resolv.conf 설정되어있구요...
정상적인 DNS 서비스를 받고 있는기는 한데..아래와
같은 메세지가 뜨는 이유가 뭘까요?
6.2에서만 작업을 해봐놔서...7.x대로 되면서 이렇게
바뀐건가...
보통 nslookup을 실행시키면 nameserver가 디스플레이
되면서 쿼리 프롬프트가 뜨던데...쩝...
[root@proxy /etc]# 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.
> exit
[root@proxy /etc]# nslookup -sil
> www.yahoo.co.kr Server: 172.216.1.254
Address: 172.216.1.254#53
Non-authoritative answer:
www.yahoo.co.kr canonical name = rc.yahoo.co.kr.
Name: rc.yahoo.co.kr
Address:211.32.119.151
>
답변주시면 감사하겠습니다....