<br><br><div class="gmail_quote">2010/7/1 Y z <span dir="ltr"><<a href="mailto:yankel@hotmail.com">yankel@hotmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
(bind version 9.7.0-P1)<br>
<br>
A DNS slave server has two IPs: an internal RFC1918 number to talk to<br>
the internal net, and an external one to talk to the rest of the world.<br>
<br>
If I *don't* put the external IP in a master:<br>
<br>
zone "<a href="http://example.com" target="_blank">example.com</a>" {<br>
type slave;<br>
file "example";<br>
masters port 1053 { 172.16.0.30; } ;<br>
};<br>
<br>
I get errors:<br>
<br>
Jun 30 14:03:54 hostname named[1865]: zone <a href="http://example.com/IN" target="_blank">example.com/IN</a>: refused notify<br>
from non-master: external.ip#59808<br></blockquote><div>This error appears because your master sends notify from external.ip, which isn't listed in "masters {};" statement. <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
Whereas, if I *do* put the IP in as a master, I get:<br>
<br>
Jun 30 14:02:08 hostname named[1792]: transfer of '<a href="http://example.com/IN" target="_blank">example.com/IN</a>' from<br>
external.ip#1053 failed to connect: connection refused<br></blockquote><div>And this error appears because your master doesn't configured to allow connections to external.ip#1053.<br><br>It will be very helpful in resolving your problem if you provide "options{};" part of your named.conf file.<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
(the reason I'm using port 1053 is because the real master is running<br>
on two different instances, one on port 53, and one on port 1053).<br>
<br>
Despite the errors, the zones still seem to function. So, what do I do<br>
to make the errors go away?<br>
<br>
Thanks!<br>
<div class="hm"><br>
<br>
_________________________________________________________________<br>
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail.<br>
<a href="http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5" target="_blank">http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5</a><br>

_______________________________________________<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</div></blockquote></div><br><br clear="all"><br>-- <br>--<br>AP<br>