<div dir="ltr"><div>Thank you for reply.</div><div>I am sorry that I cannot explain that well.</div><div><br></div><div><br></div><div>is master(Example IP:AAA.AAA.AAA.AAA) config.</div><div>------------------------------------------------------------</div>

<div>zone "<a href="http://hoge.com" target="_blank">hoge.com</a>" IN {</div><div>        type master;</div><div>        file "hoge.zone";</div><div>                notify yes;</div><div>                also-notify {</div>

<div>                        BBB.BBB.BBB.BBB;</div><div>                };</div><div>                allow-transfer {</div><div>                        BBB.BBB.BBB.BBB;</div><div>                };</div><div>};</div><div>

------------------------------------------------------------</div><div><br></div><div><br></div><div>is slave(Example IP:BBB.BBB.BBB.BBB) config.</div><div>------------------------------------------------------------</div>

<div>view    "internal" {</div><div>        match-clients{</div><div>                XXX.XXX.XXX.XXX;</div><div>        };</div><div>        recursion yes;</div><div><br></div><div>        zone "." IN {</div>

<div>                type hint;</div><div>                file "<a href="http://named.ca" target="_blank">named.ca</a>";</div><div>        };</div><div><br></div><div>        zone "<a href="http://hoge.com" target="_blank">hoge.com</a>" IN {</div>

<div>                type slave;</div><div>                masters {</div><div>                        AAA.AAA.AAA.AAA;</div><div>                };</div><div>                file "hoge.zone_slave";</div><div>        };</div>

<div>};</div><div><br></div><div>view    "external" {</div><div>        match-clients{</div><div>                YYY.YYY.YYY.YYY;</div><div>        };</div><div>        zone "." IN {</div><div>                type hint;</div>

<div>                file "<a href="http://named.ca" target="_blank">named.ca</a>";</div><div>        };</div><div>        recursion no;</div><div><br></div><div>        zone "<a href="http://hoge.com" target="_blank">hoge.com</a>" IN {</div>

<div>                type slave;</div><div>                masters {</div><div>                        AAA.AAA.AAA.AAA;</div><div>                };</div><div>                file "hoge.zone_slave";</div><div>        };</div>

<div>};</div><div>------------------------------------------------------------</div><div>The record is changed by this setting. </div><div><br></div><div>Before changing the record:</div><div>www   IN   A  192.168.1.1</div>

<div><br></div><div><br></div><div>After changing the record:</div><div>www   IN   A  10.10.10.10</div><div><br></div><div><br></div><div>The zone of hoge.zone is updated with the mastering server. </div><div>(rndc reload <a href="http://hoge.com" target="_blank">hoge.com</a>)</div>

<div><br></div><div><br></div><div>** master bind log</div><div> general: info: received control channel command 'reload <a href="http://hoge.com" target="_blank">hoge.com</a>'</div><div> general: info: zone <a href="http://hoge.com/IN" target="_blank">hoge.com/IN</a>: loaded serial <a href="tel:2014051901" value="+12014051901" target="_blank">2014051901</a></div>

<div> notify: info: zone <a href="http://hoge.com/IN" target="_blank">hoge.com/IN</a>: sending notifies (serial <a href="tel:2014051901" value="+12014051901" target="_blank">2014051901</a>)</div><div> xfer-out: info: client BBB.BBB.BBB.BBB#47180 (<a href="http://hoge.com" target="_blank">hoge.com</a>): transfer of '<a href="http://hoge.com/IN" target="_blank">hoge.com/IN</a>': AXFR-style IXFR started</div>

<div> xfer-out: info: client BBB.BBB.BBB.BBB#47180 (<a href="http://hoge.com" target="_blank">hoge.com</a>): transfer of '<a href="http://hoge.com/IN" target="_blank">hoge.com/IN</a>': AXFR-style IXFR ended</div>
<div><br></div><div><br></div><div>
** slave bind log</div><div> notify: info: client AAA.AAA.AAA.AAA#4333: view external: received notify for zone '<a href="http://hoge.com" target="_blank">hoge.com</a>'</div><div> general: info: zone <a href="http://hoge.com/IN/external" target="_blank">hoge.com/IN/external</a>: Transfer started.</div>

<div> xfer-in: info: transfer of '<a href="http://hoge.com/IN/external" target="_blank">hoge.com/IN/external</a>' from AAA.AAA.AAA.AAA#53: connected using BBB.BBB.BBB.BBB#57103</div><div> general: info: zone <a href="http://hoge.com/IN/external" target="_blank">hoge.com/IN/external</a>: transferred serial <a href="tel:2014051901" value="+12014051901" target="_blank">2014051901</a></div>

<div> xfer-in: info: transfer of '<a href="http://hoge.com/IN/external" target="_blank">hoge.com/IN/external</a>' from AAA.AAA.AAA.AAA#53: Transfer completed: 1 messages, 20 records, 448 bytes, 0.031 secs (14451 bytes/sec)</div>
<div>
 notify: info: zone <a href="http://hoge.com/IN/external" target="_blank">hoge.com/IN/external</a>: sending notifies (serial <a href="tel:2014051901" value="+12014051901" target="_blank">2014051901</a>)</div><div><br></div>
<div><br></div><div><br></div><div>** dig checks</div><div>From source XXX.XXX.XXX.XXX</div>
<div><br></div><div>dig @BBB.BBB.BBB.BBB <a href="http://www.hoge.com" target="_blank">www.hoge.com</a> +short</div><div>192.168.1.1</div><div><br></div><div>From source YYY.YYY.YYY.YYY</div><div>dig @BBB.BBB.BBB.BBB <a href="http://www.hoge.com" target="_blank">www.hoge.com</a> +short</div>

<div>10.10.10.10</div><div><br></div><div>The content of internal view is not updated even if it updates record. </div><div>I want to let both view reflect an update record by zonal transfer.</div><div><br></div><div>Cannot the thing reflected even if reload is not done be done though it is reflected when reload is executed with slave?</div>

<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-19 22:52 GMT+09:00 Tony Finch <span dir="ltr"><<a href="mailto:dot@dotat.at" target="_blank">dot@dotat.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Techs_Maru <<a href="mailto:tecabu@gmail.com">tecabu@gmail.com</a>> wrote:<br>
<br>
> > The zone is forwarded only to "View internal" because it matches it<br>
> > internal.<br>
> > I want to forward hoge.zone of  BIND1  to both hoge.zone that uses View<br>
> > configuration of  BIND2.<br>
<br>
I am not sure if I understand exactly what you want. A common way to<br>
choose what view to use is with TSIG keys - see for example<br>
<a href="http://blog.hudecof.net/posts/2014/02/07/bind9-with-views-and-tsig-axfr.html" target="_blank">http://blog.hudecof.net/posts/2014/02/07/bind9-with-views-and-tsig-axfr.html</a><br>
<br>
This works for slaved zones but not for forwarding.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tony.<br>
--<br>
f.anthony.n.finch  <<a href="mailto:dot@dotat.at">dot@dotat.at</a>>  <a href="http://dotat.at/" target="_blank">http://dotat.at/</a><br>
Northwest Shannon, Rockall, Malin, Southwest Hebrides: Northeasterly 4 or 5<br>
increasing 5 to 7, perhaps gale 8 later except in southeast Malin. Moderate or<br>
rough, becoming rough or very rough in Rockall and northwest Shannon. Rain or<br>
thundery showers. Good, occasionally poor.<br>
</font></span></blockquote></div><br></div>