: linux 7.3에서 nslookup을 하였습니다...
:
: 아래 내용...
: --------------------------------------------------------
: [root@도메인 root]# nslookup
: *** Can't find server name for address 218.155.*.*: Non-existent host/domain
: *** Default servers are not available
: --------------------------------------------------------
nslookup은 기본적으로 default nameserver IP에 대해서 lookup할려고 합니다
218.155.*.*에 대한 reverse zone file이 없기 때문에
nslookup 실행시 에라가 발생하게 됩니다.
해결 방법은 resolv.conf에서 218.155.*.*의 IP를 168.126.63.1로
바꾸시던가 reverse zonefile을 추가하는 방법과 nslookup을 dig로
대체하시면 될꺼 같습니다
:
: 현재 외부로 ping은 이상없습니다..
: --------------------------------------------------------
: [root@도메인 root]# ping www.daum.net : PING www.daum.net (211.233.28.115) from 218.155.*.* : 56(84) bytes of data.
: 64 bytes from 211.233.28.115: icmp_seq=1 ttl=247 time=17.8 ms
: 64 bytes from 211.233.28.115: icmp_seq=3 ttl=247 time=9.99 ms
:
: --- www.daum.net ping statistics ---
: 3 packets transmitted, 3 received, 0% loss, time 2019ms
: rtt min/avg/max/mdev = 9.997/13.626/17.885/3.250 ms
: --------------------------------------------------------
:
: /etc/resolv.conf 파일을 보면...
: --------------------------------------------------------
: [root@도메인 etc]# cat resolv.conf
: search ns1.도메인.com
: nameserver 218.155.*.*
: --------------------------------------------------------
: 이렇게 설정을 했습니다...
: 당연 named 구동하여 dns와 apache 서버로 사용할려고 합니다...
: 위의 설정중 무엇이 잘못되었길래 nslookup이 안되는지 모르겠네요...
: 답변 부탁드립니다....
:
: p.s 도메인이나 아이피는 사정상 밝히지 못하고 변경하였습니다.. 양해를 구합니다..^^