bind9.5 에서 nslookup 시 Got recursion not available 해결법
Linux/Linux : 2008/01/15 16:01
서버 아이피가 192.168.0.1 일때
# nslookup
> domain.co.kr
;; Got recursion not available from 192.168.0.1, trying next server
Server: 220.90.215.11
Address: 220.90.215.11#53
Non-authoritative answer:
Name: domain.co.kr
Address: 192.168.0.1
>
named.conf 에 recursion 허용
# nslookup
> domain.co.kr
;; Got recursion not available from 192.168.0.1, trying next server
Server: 220.90.215.11
Address: 220.90.215.11#53
Non-authoritative answer:
Name: domain.co.kr
Address: 192.168.0.1
>
named.conf 에 recursion 허용
Trackback Address :: http://jjangu.pe.kr/blog/trackback/490



