In message <1234976434.12081.26.ca...@d410-heron>, "Niall O'Reilly" writes:
> On Wed, 2009-02-18 at 16:19 +1100, Mark Andrews wrote:
> >
> > $ORIGIN .
> > @ 0 SOA ...
> > @ 0 NS ...
> > * 0 A 1.2.3.4
>
> That may be too minimal.
> I found I needed a few couple of extra wildcard recor
Just create your own root zone and add the wildcard entry in there.
zone "." in {
type master;
file "db.root";
allow-update { None; };
allow-query { Any; };
};
Rob
On Wed, Feb 18, 2009 at 9:50 AM, Sven Eschenberg wrote:
> The problem I am actually facing is,
On Wed, 2009-02-18 at 16:19 +1100, Mark Andrews wrote:
>
> $ORIGIN .
> @ 0 SOA ...
> @ 0 NS ...
> * 0 A 1.2.3.4
That may be too minimal.
I found I needed a few couple of extra wildcard records.
$ORIGIN .
@ IN SOA . bit-bucket.ucd.ie. (
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.
A normal wildcard setup for a specific zone is pretty obvious and
straight forward.
The search path wouldn't ma
1.2.3.4.'.
regards,
Stacey
In message <499b8e5a.5010...@whgl.uni-frankfurt.de>, Sven Eschenberg writes:
Dear list,
I tried googling about a Catch-All setup for a DNS, with little success.
I tried messing around with some zone/hint files in an isolated setup,
but without any succ
> -Original Message-
> From: bind-users-boun...@lists.isc.org
[mailto:bind-users-boun...@lists.isc.org] On
> Behalf Of Sven Eschenberg
> Sent: Tuesday, February 17, 2009 11:28 PM
> To: bind-users@lists.isc.org
> Subject: Catch ALL Setup
>
> Dear list,
>
>
$ORIGIN .
@ 0 SOA ...
@ 0 NS ...
* 0 A 1.2.3.4
In message <499b8e5a.5010...@whgl.uni-frankfurt.de>, Sven Eschenberg writes:
> Dear list,
>
> I tried googling about a Catch-All setup for a DNS, with little success.
> I tried messing around w
Dear list,
I tried googling about a Catch-All setup for a DNS, with little success.
I tried messing around with some zone/hint files in an isolated setup,
but without any success.
What I am trying to achieve is the following:
No matter which host/name is looked up, the DNS should spit out
8 matches
Mail list logo