서버에 이상이 생겨 리부팅을 한 후에 다른 것은 정상 작동을 하지만 서버 내부에서 이름
질의가 되지 않습니다. 서버 외부에서 그 서버에 질의하는 것은 가능합니다. 현재 DNS가 돌
아가고 있습니다. /var/messages 파일을 보니 아래와 같은 내용이 가득합니다. May 24 11:40:28 drag
on named[845]: internal_send: xxx.xxx.xxx.xxx#53: Invalid argu$ May 24 11:40:28 dragon named[845]: socket.c:1019: unex
pected error: nslookup 을 하면 다음과 같은 메시지가 뜹니다.
[root@dragon root]# 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.
> tunelinux.pe.kr
socket.c:1019: internal_send: xxx.xxx.xxx.xxx#53: Invalid argument
socket.c:1019: internal_send: xxx.xxx.xxx.xxx#53: Invalid argument
resolv.conf 나 hosts 파일은 정상적으로 세팅되어 있습니다.
telnet 다른 서버 ip -됩니다.
telnet 다른 서버 네임 -안됩니다.
telnet localhost -안됩니다.
telnet 자신의 ip -안됩니다.
죄송하지만 도대체 어디가 문제인 걸까요?