On Mon, Feb 03, 2003 at 12:24:29PM -0600, *Mick* wrote:
> If I have a primary IP address of 10.0.0.10 on the server that hosts Bind,
> and a secondary address of 10.1.1.10, can I force outgoing requests of
> transfers to originate from the secondary address (10.1.1.10)?
>
options {
transfer-source 10.1.1.10;
};
-Pete