[an error occurred while processing this directive]

Как в DNS прописать два образа одной и той же зоны для внутренней и внешней сети.
 view "internal" {
    match-clients { 192.168.0.0/16; };
    zone "test.ru" {
         type master;
         file "test.ru.int";
    };
 };
 view "external" {
    match-clients { any; };
    zone "test.ru" {
         type master;
         file "test.ru.ext";
    };
 };
 
19.07.2002 , Автор: uldus
Ключи: dns, vi, file / Лицензия: CC-BY
Раздел:    Корень / Администратору / Сетевые сервисы / DNS

[an error occurred while processing this directive]

[an error occurred while processing this directive]