Thats the baptista vortex. I've used it to clean up root servers of traffic. Where every name resolves to the same IP address. I don't know if it still works under bind. You can try.<br><br>You simply setup a root zone file with a wildcard pointing to the A record. Or you can build a server to do that.<br>
<br>regards<br>joe baptista<br><br>If you need help get back to me privately.<br><br><div class="gmail_quote">On Mon, Feb 1, 2010 at 6:50 PM, fddi <span dir="ltr"><<a href="mailto:fddi@gmx.it">fddi@gmx.it</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;">Hello,<br>
I need to setup a local named configuration so that ANY request will be resolved<br>
to a specific single IP only.<br>
<br>
I mean any kind of DNS resolutin request<br>
<br>
<a href="http://www.luth.se" target="_blank">www.luth.se</a><br>
<a href="http://www.isc.org" target="_blank">www.isc.org</a><br>
www.anything.tld<br>
<br>
should be resolved in 172.16.30.30 for example<br>
<br>
I need this because I need to redirect users to a local web portal authentication page and I need<br>
to do it using DNS.<br>
<br>
is there any kind of named configuration which can allow me to achieve this result ?<br>
<br>
I tryed hard but without any success<br>
<br>
for example I tryed this:<br>
<br>
in named.conf:<br>
<br>
zone "." IN {<br>
type master;<br>
file "named.root";<br>
};<br>
<br>
<br>
then in named.root:<br>
<br>
$TTL 86400<br>
$ORIGIN .<br>
@ 1D IN SOA @ root (<br>
42 ; serial (d. adams)<br>
3H ; refresh<br>
15M ; retry<br>
1W ; expiry<br>
1D ) ; minimum<br>
<br>
1D IN NS @<br>
1D IN A 172.16.30.30<br>
<br>
<br>
<br>
but it works only for .<br>
and not recursively for anydomain issued in the request.<br>
<br>
<br>
thank you<br>
<br>
Rick<br>
<br>
<br>
_______________________________________________<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>
</blockquote></div><br><br>