how to send notify message to specific server

FUJITA Kazutoshi fujita at soum.co.jp
Fri Mar 24 15:44:58 UTC 2000


Hi, all.

I want to set up DNS server for data management only.
This plan is the following.

The management server only do zone transfer to specific servers,
and I want to hide the existence from others except above 'specific
servers'.

For example, assuming that
the management server is 'dns0.my.domain.com' and
it manages the domain 'my.domain.com' with the data like this,

@	IN	SOA	dns1.my.domain.com. root.my.domain.com. (
... snip ...
	IN	NS	dns1.my.domain.com.
	IN	NS	dns2.my.domain.com.
	IN	NS	dns3.my.domain.com.
	IN	NS	dns4.my.domain.com.
... snip ...

[1] When the data is updated on 'dns0.my.domain.com', I want to let
    'dns0.my.domain.com' send NOTIFY message to 'dns1.my.domain.com'
    only.
[2] And I want to let 'dns1.my.domain.com' send NOTIFY message to
    the other servers(dns[234].my.domain.com).

Maybe, [2] is possible.
But, I don't know how to describe named.conf to realize [1].
Is this possible ?

Anybody has suggestions ?


Regards,



More information about the bind-users mailing list