Can't transfer two zones using two IP addresses

2010-08-31 Thread Scott Simpson
I'm trying to transfer my two zones "internal" and "external" from master to slave using two IP addresses and it isn't working. On my master I have: view "internal" { allow-transfer { 192.168.2.1; }; ... view "external" { allow-transfer { 192.168.2.12; }; ... My slave has two IP address

Re: Can't transfer two zones using two IP addresses

2010-08-31 Thread Barry Margolin
In article , Scott Simpson wrote: > I'm trying to transfer my two zones "internal" and "external" from master to > slave using two IP addresses and it isn't working. > > On my master I have: > > view "internal" { > allow-transfer { 192.168.2.1; }; > ... > view "external" { > allow-tra

Re: Can't transfer two zones using two IP addresses

2010-08-31 Thread Mike Ragusa
What does your ifconfig -a output look like? Are you sure the External AXFR queries are coming form 192.168.2.12? On Wed, Sep 1, 2010 at 12:38 AM, Scott Simpson wrote: > I'm trying to transfer my two zones "internal" and "external" from master > to > slave using two IP addresses and it isn't work

Re: Can't transfer two zones using two IP addresses

2010-08-31 Thread Mark Andrews
And your match-clients clauses are? In message <201008312138.52563.scott.simp...@computer.org>, Scott Simpson write s: > I'm trying to transfer my two zones "internal" and "external" from master to > slave using two IP addresses and it isn't working. > > On my master I have: > > view "

Re: Can't transfer two zones using two IP addresses

2010-09-01 Thread Scott Simpson
On Tuesday 31 August 2010 21:44:15 Barry Margolin wrote: > Do the transfer sources match the match-clients options of the two > views? When a connection arrives, it's first associated with a view > using this option. Then when the request turns out to be a zone > transfer it further checks it aga

Re: Can't transfer two zones using two IP addresses

2010-09-01 Thread Mark Andrews
In message <201009010237.26909.scott.simp...@computer.org>, Scott Simpson write s: > On Tuesday 31 August 2010 21:44:15 Barry Margolin wrote: > > Do the transfer sources match the match-clients options of the two > > views? When a connection arrives, it's first associated with a view > > using th

Re: Can't transfer two zones using two IP addresses

2010-09-01 Thread Barry Margolin
In article , Mike Ragusa wrote: > What does your ifconfig -a output look like? Are you sure the External AXFR > queries are coming form 192.168.2.12? He said he checked with tcpdump and it showed the correct source addresses. My guess was the answer, he forgot about match-clients. > > On We