Just create your own root zone and add the wildcard entry in there. <br><br>zone "." in {<br>        type master;<br>        file "db.root";<br>        allow-update { None; };<br>        allow-query { Any; };<br>
};<br><br><br>Rob<br><br><br><br><div class="gmail_quote">On Wed, Feb 18, 2009 at 9:50 AM, Sven Eschenberg <span dir="ltr"><<a href="mailto:sven@whgl.uni-frankfurt.de">sven@whgl.uni-frankfurt.de</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;">The problem I am actually facing is, that I don't want to use it in a specific zone, but basicly in every imaginable zone. No matter which Query comes in, always respong with IP X.<br>

<br>
A normal wildcard setup for a specific zone is pretty obvious and straight forward.<br>
<br>
The search path wouldn't matter either, since all other domains should be looked up at the same DNS anyway. And even if clients were to try reaching any external subnet, they'd be out of luck.<br>
<br>
Regards<br>
<br>
-Sven<br>
<br>
<br>
Stacey Jonathan Marshall schrieb:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 02/18/09 05:19, Mark Andrews wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    $ORIGIN .<br>
    @ 0 SOA ...<br>
    @ 0 NS ...<br>
    * 0 A 1.2.3.4<br>
  <br>
</blockquote>
Just be careful of what you wish for, don't come back here saying that your resolver search path is no longer working ;-)<br>
<br>
To explain, lets say you use the above in <a href="http://example.com" target="_blank">example.com</a> and configure clients with 'search <a href="http://example.com" target="_blank">example.com</a> <a href="http://another.com" target="_blank">another.com</a> <a href="http://someother.com" target="_blank">someother.com</a>' in resolv.conf. A resolver looking for 'test', hoping to find it as '<a href="http://test.another.com" target="_blank">test.another.com</a>' would query the name server for <a href="http://test.example.com" target="_blank">test.example.com</a> first and get back '<a href="http://test.example.com" target="_blank">test.example.com</a> IN A 1.2.3.4.'.<br>

<br>
regards,<br>
Stacey<br>
</blockquote></div><div><div></div><div class="Wj3C7c">
_______________________________________________<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">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></div></blockquote></div><br>