backuppc
(usa Debian)
Enviado em 02/06/2010 - 09:28h
Não é nem isso chefe ! é que eu sempre procuro ajudar em fórum , lista , tenho 10 artigos escritos para comunidade ou seja procuro ajudar em vez ficarmos trocando farpas como fizemos.
No BSD uso sem problemas daquela forma !
Pelo que pesquisei posso ou não posso ? pelo que entendi eu posso !
http://www.howtoforge.com/two_in_one_dns_bind9_views
Ou estou errado ?!
Fiz o seguinte !
acl slaves {
xxx.xxx.112.xx/24; // XName
};
acl internals {
127.0.0.0/8;
10.0.0.0/24;
};
view "internal" {
match-clients { internals; };
recursion yes;
zone "xingling.com.br" {
type master;
file "/etc/bind/internals/xingling.org.br-interno";
};
};
view "external" {
match-clients { any; };
recursion yes;
zone "xingling.com.br" {
type master;
file "/etc/bind/externals/xingling.org.br-internet";
allow-transfer { slaves; };
};
};
Dando o erro !
Jun 2 08:53:02 firewall1 named[3145]: starting BIND 9.5.1-P3 -u bind
Jun 2 08:53:02 firewall1 named[3145]: found 2 CPUs, using 2 worker threads
Jun 2 08:53:02 firewall1 named[3145]: using up to 4096 sockets
Jun 2 08:53:02 firewall1 named[3145]: loading configuration from '/etc/bind/named.conf'
Jun 2 08:53:02 firewall1 named[3145]: /etc/bind/named.conf:12: when using 'view' statements, all zones must be in views
Jun 2 08:53:02 firewall1 named[3145]: loading configuration: failure
Jun 2 08:53:02 firewall1 named[3145]: exiting (due to fatal error)