how to setup a local root nameserver?

Joe Baptista baptista at publicroot.org
Tue Feb 2 02:03:41 UTC 2010


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.

You simply setup a root zone file with a wildcard pointing to the A record.
Or you can build a server to do that.

regards
joe baptista

If you need help get back to me privately.

On Mon, Feb 1, 2010 at 6:50 PM, fddi <fddi at gmx.it> wrote:

> Hello,
> I need to setup a local named configuration so that ANY request will be
> resolved
> to a specific single IP only.
>
> I mean any kind of DNS resolutin request
>
> www.luth.se
> www.isc.org
> www.anything.tld
>
> should be resolved in 172.16.30.30 for example
>
> I need this because I need to redirect users to a local web portal
> authentication page and I need
> to do it using DNS.
>
> is there any kind of named configuration which can allow me to achieve this
> result ?
>
> I tryed hard but without any success
>
> for example I tryed this:
>
> in named.conf:
>
> zone "." IN {
>       type master;
>       file "named.root";
> };
>
>
> then in named.root:
>
> $TTL    86400
> $ORIGIN .
> @                       1D IN SOA       @ root (
>                                       42              ; serial (d. adams)
>                                       3H              ; refresh
>                                       15M             ; retry
>                                       1W              ; expiry
>                                       1D )            ; minimum
>
>                       1D IN NS        @
>                       1D IN A         172.16.30.30
>
>
>
> but it works only for   .
> and not recursively for anydomain issued in the request.
>
>
> thank you
>
> Rick
>
>
> _______________________________________________
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20100201/8f4a6a64/attachment.html>


More information about the bind-users mailing list