2 msgIXFR-From-Differences
2 msgoverride one hostname
2 msgExternal hosting for a DNS server
8 msgCNAME ?
3 msgproblem with ORIGIN definition.
1 msg[SPAM] IPv6 Backbone Network Topology ( A map o...
9 msgWhatever happened to http://dnsreport.com?
5 msgMultiple PTR Records from One IP Address
9 msgHow to setup multiple TLDs to one base-domain?
3 msghow to bypass the server ip from bind proxy
5 msgroute traffic to global datacenters using DNS
4 msgBase domain resolution
7 msgIpv6 in BIND
2 msgWildcard behaviour
2 msgUniversal Answer ?
6 msgSome techinical questions regarding bind Data
12 msgTrue DNS Backup
5 msgDNS Server That Constantly Refreshes Cache?
4 msgDNS split

Wildcard syntax
\ andy thomas (21 Feb 2008)
. \ Stephane Bortzmeyer (21 Feb 2008)
. \ Mark Andrews (21 Feb 2008)
. \ Edward Lewis (21 Feb 2008)

Subject:Re: Wildcard syntax
Group:Bind-users
From:Edward Lewis
Date:21 Feb 2008


 
At 11:17 +0000 2/20/08, andy thomas wrote:

> ww* IN A 1D <IP address>
>
>What is the correct syntax for a ww*
>wildcard. or is this just not possible? There are a few hosts that would
>fit the ww* wildcard (ww2, etc) which we could put in as explicit A
>records instead.

That isn't a wildcard in the "defined sense" of "wildcard" per IETF
documents. But what you want to do isn't impossible - although BIND
can't do pattern matching in that way. (I don't know of any
implementation that does feature that form of answer synthesis, but
some implementers say they want to offer it.)

The closest you can come to what you intend with BIND is via BIND's $GENERATE.

# $GENERATE 0-9 ww$ A 127.0.0.1

will cause these records to appear

# ww0.tld. 900 IN A 127.0.0.1
# ww1.tld. 900 IN A 127.0.0.1
# ww2.tld. 900 IN A 127.0.0.1
# ww3.tld. 900 IN A 127.0.0.1
# ww4.tld. 900 IN A 127.0.0.1
# ww5.tld. 900 IN A 127.0.0.1
# ww6.tld. 900 IN A 127.0.0.1
# ww7.tld. 900 IN A 127.0.0.1
# ww8.tld. 900 IN A 127.0.0.1
# ww9.tld. 900 IN A 127.0.0.1

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Edward Lewis +1-571-434-5468
NeuStar

Mail archives, backups. Sometimes I think the true beneficiaries of
standards work are the suppliers of disk drives.



© 2004-2008 readlist.com