On Wed, Apr 16, 2014 at 8:30 AM, Jeronimo L. Cabral wrote:
> Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave
> schema.
>
> Everything works OK, but I have just a question:
>
> When a create a new zone in the Master and reload the bind9 daemon, this
> zone doesn't appear
In article ,
"Jeronimo L. Cabral" wrote:
> Dear Jim, where do I have to execute the command "rndc reconfig", in master
> or slave ??
>
> Thanks a lot to both.
Jim didn't post the "rndc reconfig" info, I did. You execute it on both,
instead of restarting the daemon. First execute it on the mas
In article ,
Jim Glassford wrote:
> On 4/16/2014 11:35 AM, Barry Margolin wrote:
> > In article ,
> > "Jeronimo L. Cabral" wrote:
> >
> >> Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave
> >> schema.
> >>
> >> Everything works OK, but I have just a question:
> >>
>
Dear, I have a local Bind which resolves local hostnames from my
company. It doesn't connect to any DNS from Internet at all.
Is it useful to set up DNSSC validation in order to avoid possible
attacks (like cache poisoning or man in the middle) from my LAN ???
Because I've read about this techniqu
On 4/16/14, 1:53 PM, Roberto Carna wrote:
> OK Jeff, thanksso the only way to write these bottom lines in the
> Slave is by hand (except if use scp or something similar)???
>
> zone "company.com" {
> type slave;
> file "/etc/bind/zones/company.com.db";
> allow-transfer { key "compa
Hi Roberto,
For cases like this, where only a couple of parameters are different, a
configuration management system like Chef, Saltstack, or Puppet really
comes in handy. You copy things by hand when you're just tinkering around,
but as soon as you're reasonably sure about things, into config man
On 4/16/14, 1:27 PM, Jeronimo L. Cabral wrote:
> Dear Alan, sorry but I don't understand...can yo help me on this please:
>
> When create a new zone in Master and add the zone parameters in
> named.conf.local, before the Slave get the new zone do I have to write
> by hand the same zone parameters
OK Jeff, thanksso the only way to write these bottom lines in the
Slave is by hand (except if use scp or something similar)???
zone "company.com" {
type slave;
file "/etc/bind/zones/company.com.db";
allow-transfer { key "company"; };
}
Bind per se can't do it ???
Thanks again.
Dear Alan, sorry but I don't understand...can yo help me on this please:
When create a new zone in Master and add the zone parameters in
named.conf.local, before the Slave get the new zone do I have to write by
hand the same zone parameters in Slave's named.conf.local and restart its
bind9 daemon
People, I have a Master / Slave BIND9 system.
When I add a new zone to the Master and set it up in named.conf.local
file as follow:
zone "company.com" {
type master;
file "/etc/bind/zones/company.com.db";
allow-transfer { key "company"; };
};
Can Master write these options to Slave's
On 4/16/14, 11:42 AM, Jim Glassford wrote:
> To quicken the update process can use also-notify in options
>
>also-notify {
> slave1.n.n.n;
> slave2.n.n.n;
>};
There is no reason to use also-notify in this situation.
Please don't do this unless you know what you a
Maybe try dig: dig -t txt google.com
On 04/14/2014 10:23 AM, Felix Rubio Dalmau wrote:
Hi everybody,
I have set up a bind9 server, and everything works fine except when I try to
request some fields (e.g., TXT) for any server. If I do
host -t txt
I get
has no TXT record
Maybe try dig: dig -t txt google.com
On 04/14/2014 10:23 AM, Felix Rubio Dalmau wrote:
Hi everybody,
I have set up a bind9 server, and everything works fine except when I try to
request some fields (e.g., TXT) for any server. If I do
host -t txt
I get
has no TXT record
Dear Jim, where do I have to execute the command "rndc reconfig", in master
or slave ??
Thanks a lot to both.
On Wed, Apr 16, 2014 at 12:42 PM, Jim Glassford wrote:
> On 4/16/2014 11:35 AM, Barry Margolin wrote:
>
> In article
> ,
> "Jeronimo L. Cabral" wrote:
>
>
> Dear, I've implement
On 4/16/2014 11:35 AM, Barry Margolin wrote:
In article ,
"Jeronimo L. Cabral" wrote:
Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave
schema.
Everything works OK, but I have just a question:
When a create a new zone in the Master and reload the bind9 daemon, this
In article ,
"Jeronimo L. Cabral" wrote:
> Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave
> schema.
>
> Everything works OK, but I have just a question:
>
> When a create a new zone in the Master and reload the bind9 daemon, this
> zone doesn't appear automatically
Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave
schema.
Everything works OK, but I have just a question:
When a create a new zone in the Master and reload the bind9 daemon, this
zone doesn't appear automatically in the Slaveit only appears if I
restart the bind9 dae
17 matches
Mail list logo