You certainly load the zone you don't own, but be aware the downside will be every downstream domain or host under the two domains you load will be blackholed.<br>In your examples:<br>1) Everything under <a href="http://time.windows.com">time.windows.com</a> will not be resolvable other than <a href="http://time.windows.com">time.windows.com</a>.  i.e. <a href="http://someotherhost.time.windows.com">someotherhost.time.windows.com</a> won't work<br>
2) Everything under <a href="http://windowsupdate.com">windowsupdate.com</a> will not be resolvable other than <a href="http://download.windowsupdate.com">download.windowsupdate.com</a> i.e. <a href="http://someotherhost.windowsupdate.com">someotherhost.windowsupdate.com</a><br>
<br>As long as you are aware of and ok with those caveats you should be fine.<br><br>-- <br>-Ben Croswell<br><br><div class="gmail_quote">On Sun, Feb 8, 2009 at 6:03 PM,  <span dir="ltr"><<a href="mailto:patatetom@gmail.com">patatetom@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
I've just started with Bind and DNS, so...<br>
<br>
1 I'm on a LAN where external ntp and Window$ update sites are denied.<br>
2 we have, on this LAN a wsus and a ntp server<br>
3 a fresh Window$ XP pro try <a href="http://download.windowsupdate.com" target="_blank">download.windowsupdate.com</a> for update and<br>
<a href="http://time.windows.com" target="_blank">time.windows.com</a> for synctime...<br>
<br>
Can I play with these two zones on my NS ?<br>
<br>
zone "<a href="http://time.windows.com" target="_blank">time.windows.com</a>" IN { type master; file "<a href="http://time.windows.com" target="_blank">time.windows.com</a>"; };<br>
<br>
@       IN      SOA     fake admin ( 20090201 8H 1H 2W 5D )<br>
        IN      NS      fake<br>
fake    IN      A       172.20.0.2<br>
<a href="http://time.windows.com" target="_blank">time.windows.com</a>.       IN      A       172.20.0.2<br>
<br>
zone "<a href="http://windowsupdate.com" target="_blank">windowsupdate.com</a>" IN { type master; file<br>
"<a href="http://windowsupdate.com" target="_blank">windowsupdate.com</a>"; };<br>
<br>
@       IN      SOA     fake admin ( 20090201 8H 1H 2W 5D )<br>
        IN      NS      fake<br>
fake    IN      A       172.20.0.2<br>
<a href="http://download.windowsupdate.com" target="_blank">download.windowsupdate.com</a>.       IN      A       172.20.0.2<br>
<br>
Thanks for help.<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>
</blockquote></div><br><br clear="all"><br><br>