글을 많이 읽어 보았습니다.(간략하게 설명 하겠습니다.)
제가 세팅하려는 도메인은 cosmos.hallym.ac.kr입니다.
내부에서의 nslookup 내용
> www.cosmos.hallym.ac.kr Server: 210.115.243.30
Address: 210.115.243.30#53
www.cosmos.hallym.ac.kr canonical name = cosmos.hallym.ac.kr.
Name: cosmos.hallym.ac.kr
Address:210.115.243.30
서버를 바꿔서
> server ns.bora.net.
Default server: ns.bora.net.
Address:164.124.101.2#53
> www.cosmos.hallym.ac.kr Server: ns.bora.net.
Address: 164.124.101.2#53
** server can't find www.cosmos.hallym.ac.kr: SERVFAIL
>
그래서 방화벽 문제인가 해서 포트를 확인했습니다.
[root@cosmos root]# netstat -na | grep 53
tcp 0 0 210.115.243.30:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
udp 0 0 210.115.243.30:53 0.0.0.0:*
udp 0 0 127.0.0.1:53 0.0.0.0:*
제 임의로 결론은 방화벽도 아닌것 같습니다.
그래서 또 다른 무언가가 53번 포트를 막는지를 확인 했습니다...
[root@cosmos root]# telnet localhost 53
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
역시 접속은 잘되고요...
처음에는 시간이 해결하겠지 하면서 놔 두었지만 해결이 안되네요...
제가 또 봐야 하는 부분이 있나요???
내부에서 찾아 지는것을 보면 설정에 문제는 없을듯 하고, 방화벽도 문제가 아
니라면 또 다른 무언가가 있을듯 하는데...
도움을 요청합니다...