On 08/22/2008 03:42 AM, randall wrote:
> on SECONDARY NS2.itech.nl
>
> /etc/bind/named.conf.options
> options {
> forwarders { 208.67.222.222; 208.67.220.220; };
>
> listen-on { 212.123.250.55; };
>
> allow-notify { 212.123.250.54; };
> };
Do you have ns2 configured as a slave for these zones in it's
/etc/bind/named.conf.local?
zone "unitedmembers.com" {
type slave;
....
};