Re: multiple IP addresses cause ZONE TRANSFER to fail.

2004-05-21 Thread Christian Storch
Perhaps

options {
...
query-source address 209.113.151.7 port 53;
...
};

would help.

Christian

- Original Message - 
From: "Andrew P. Kaplan" <[EMAIL PROTECTED]>
To: "Debian-Isp" 
Sent: Friday, May 21, 2004 6:23 PM
Subject: multiple IP addresses cause ZONE TRANSFER to fail.


> My Debian box has two IP's running BIND 9. 209.113.151.5  and 209.113.151.7.
> BIND is setup to listen on 209.113.151.7 and act as a slave server. However,
> it makes the zone transfer from 209.113.151.5. The master server blocks
> these request. Is there a way to make the request come from 209.113.151.7.
> 
> 
> May 21 10:56:50 cp named[966]: client 209.113.151.5#4590: zone transfer
> 'hotsyboston.com/IN' deni
> 
> 
> Andrew P. Kaplan
> www.cshore.com
> 
> "A management team distracted by a series of short-term targets is as
> pointless as a dieter stepping on a scale every half-hour," Larry Page, one
> of Google's co-founders
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 




Re: multiple IP addresses cause ZONE TRANSFER to fail.

2004-05-21 Thread Andreas John
Are you looking for somethings like that?
/etc/bind/named.conf.options [included via include 
"/etc/bind/named.conf.options"; in /etc/bind/named.conf]

[snip]
version "Windows 3.11";
notify yes;
query-source address 209.113.151.7;
notify-source 209.113.151.7;
transfer-source 209.113.151.7;
allow-query { any; };
allow-transfer { any; };
[snap]
rgds,
Andreas
Andrew P. Kaplan wrote:
My Debian box has two IP's running BIND 9. 209.113.151.5  and 209.113.151.7.
BIND is setup to listen on 209.113.151.7 and act as a slave server. However,
it makes the zone transfer from 209.113.151.5. The master server blocks
these request. Is there a way to make the request come from 209.113.151.7.
May 21 10:56:50 cp named[966]: client 209.113.151.5#4590: zone transfer
'hotsyboston.com/IN' deni
Andrew P. Kaplan
www.cshore.com
"A management team distracted by a series of short-term targets is as
pointless as a dieter stepping on a scale every half-hour," Larry Page, one
of Google's co-founders


--
Andreas John
net-lab GmbH
Luisenstrasse 30b
63067 Offenbach
Tel: +49 69 85700331
http://www.net-lab.net



Re: multiple IP addresses cause ZONE TRANSFER to fail.

2004-05-21 Thread Christian Storch
Perhaps

options {
...
query-source address 209.113.151.7 port 53;
...
};

would help.

Christian

- Original Message - 
From: "Andrew P. Kaplan" <[EMAIL PROTECTED]>
To: "Debian-Isp" <[EMAIL PROTECTED]>
Sent: Friday, May 21, 2004 6:23 PM
Subject: multiple IP addresses cause ZONE TRANSFER to fail.


> My Debian box has two IP's running BIND 9. 209.113.151.5  and 209.113.151.7.
> BIND is setup to listen on 209.113.151.7 and act as a slave server. However,
> it makes the zone transfer from 209.113.151.5. The master server blocks
> these request. Is there a way to make the request come from 209.113.151.7.
> 
> 
> May 21 10:56:50 cp named[966]: client 209.113.151.5#4590: zone transfer
> 'hotsyboston.com/IN' deni
> 
> 
> Andrew P. Kaplan
> www.cshore.com
> 
> "A management team distracted by a series of short-term targets is as
> pointless as a dieter stepping on a scale every half-hour," Larry Page, one
> of Google's co-founders
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: multiple IP addresses cause ZONE TRANSFER to fail.

2004-05-21 Thread Andreas John
Are you looking for somethings like that?
/etc/bind/named.conf.options [included via include 
"/etc/bind/named.conf.options"; in /etc/bind/named.conf]

[snip]
version "Windows 3.11";
notify yes;
query-source address 209.113.151.7;
notify-source 209.113.151.7;
transfer-source 209.113.151.7;
allow-query { any; };
allow-transfer { any; };
[snap]
rgds,
Andreas
Andrew P. Kaplan wrote:
My Debian box has two IP's running BIND 9. 209.113.151.5  and 209.113.151.7.
BIND is setup to listen on 209.113.151.7 and act as a slave server. However,
it makes the zone transfer from 209.113.151.5. The master server blocks
these request. Is there a way to make the request come from 209.113.151.7.
May 21 10:56:50 cp named[966]: client 209.113.151.5#4590: zone transfer
'hotsyboston.com/IN' deni
Andrew P. Kaplan
www.cshore.com
"A management team distracted by a series of short-term targets is as
pointless as a dieter stepping on a scale every half-hour," Larry Page, one
of Google's co-founders


--
Andreas John
net-lab GmbH
Luisenstrasse 30b
63067 Offenbach
Tel: +49 69 85700331
http://www.net-lab.net
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]