I'm in the process of setting up a named master+slave servers.
I was wondering if there was _any_ way to push the zones to the slave ?
I know the default behaviour is that the slave pull the updated zones
from the master, but in my configuration, the master server will be in a
subnet not accessible from the outside.
Thanks in advance.
Antoine
This was the solution I was thinking about, thanks for confirming it :)
> You'll have to configure the slave so that it thinks it is a master for
> the zone. That can be a little confusing, but should work fine.
Hum... ok, it looks like a non-standard way to do things but I'll give it a try,
thanks.
Antoine
> I'm in the process of setting up a named master+slave servers.
> I was wondering if there was _any_ way to push the zones to the slave ?
Of course. Instead of relying on the AXFR or IXFR protocols, you can do
something like this when the zone has been modified:
rsync -e ssh /path/to/zonefile remote:/path/to/zonefile && \
ssh remote "rndc reload"
You'll have to configure the slave so that it thinks it is a master for
the zone. That can be a little confusing, but should work fine.
Ketil Froyn
ke...@froyn.name
http://ketil.froyn.name/
I'm in the process of setting up a named master+slave servers.
I was wondering if there was _any_ way to push the zones to the slave ?
Use Notify. It is not a push, but, it will trigger the zone transfer very
quickly.
hth,
Dave...
> Thanks in advance.
>
> Antoine
>
>