Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BIND9.2 views
Message
 
À
Tous
Information générale
Forum:
Linux
Catégorie:
Problèmes base de données, installation et Admin
Titre:
BIND9.2 views
Divers
Thread ID:
01229114
Message ID:
01229114
Vues:
53
I'm having a problem setting up a 'two-in-one' DNS

the named.conf file has in it:
-----
zone "." {
type hint;
file "named.cache";
};

zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "ourcompany.local";
};

zone "2.22.6.IN-ADDR.ARPA" {
type master;
file "ourcompany.rev";
};

zone "ourcompany.com" {
type master;
file "thisisus";
also-notify {
2.111.65.2;
2.171.16.2;
2.171.9.2;
};
};

so why is it bombing with an error of :
when using 'view' statements, all zones must be in views
when it hits:
view "internal" {
match-clients { internals; };
zone "thisisus.com" {
type master;
file "/var/named/thisisus.local";
};
};

I am just not understanding the error message correctly.
Répondre
Fil
Voir

Click here to load this message in the networking platform