Something like this under the global options in /etc/named.conf:

options {
        directory "/var/named";
        // query-source address * port 53;
        allow-transfer   {
                192.168.1.1;
                192.168.2.2;
                };
};

Frederic Herman wrote:

> I figured out the answer to the second question.  The mx records are done
> by the mx advertise part of the domain set-up.  The priority is set by the
> order in the list.  The higher the position, the higher the prioity (lower
> cost value) automatically set by linuxconf.
>
> So now I still need to know how to handle the xfernet issue a.k.a.
> allow-transfer option.
>
> Still need help here.
>
> TIA
>
> Fred Herman
>
> ---
> You are currently subscribed to linuxconf as: [EMAIL PROTECTED]
> To unsubscribe, forward this message to [EMAIL PROTECTED]


---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]

Reply via email to