bind8에서 nsupdate도구를 사용하려는데 안됩니
작성자 정보
- 초보 작성
- 작성일
컨텐츠 정보
- 1,729 조회
- 0 추천
- 목록
본문
안녕하세요
bind8에서 nsupdate도구를 사용하려는데 안됩니다
실행하면
아래와같은메세지가 나옵니다
어떻게하면 nsupdate도구를 사용할수있을까요
조언부탁드립니다
"'tty'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다."
참고로 저의 named.conf파일입니다
options {
directory "c:/windows/system32/dns/etc"; // Zone 파일의 베이스 디렉토리
dump-file "/etc/tmp/named_dump.db"; // Dump 파일이 생성되는 경로
statistics-file "/etc/tmp/named.stats"; // 통계 파일이 생성되는 경로
pid-file "/etc/run/named.pid"; // 프로세스 ID가 담긴 파일 생성 경로
};
logging { // 불필요한 정보를 로그파일에 남기지 않는다.
category lame-servers { null; };
category cname { null; };
category response-checks { null; };
category notify { null; };
};
zone "." IN { // 캐쉬 파일
type hint;
file "named.root";
};
zone "0.0.127.in-addr.arpa" IN { // localhost를 위한 Primary 도메인 설정
type master;
file "zone-0.0.127.in-addr.arpa";
};
zone "242.76.220.in-addr.arpa" IN { // 할당 IP 블락에 대한 Reverse Zone
type master;
file "zone-79.105.210.in-addr.arpa";
};
zone "da77.com" IN { // 도메인 nobreak.com 에 대한 Forward Zone
type master;
file "zone-da77.com";
allow-update{220.76.242.47};
};
관련자료
-
이전
-
다음