Re: Wild cards in conditional forwarding

From: Roger Abell [MVP] (mvpNoSpam_at_asu.edu)
Date: 09/10/04


Date: Fri, 10 Sep 2004 00:31:06 -0700

It sounds to me that you are actually not after simple * wildcard,
but after some type of formulaic forwarding rule
i.e.
domain[1-9].goofy.micky.mouse.com ==> dns$1
such that $1 is the specific digit [1-9] in the instance

IOW I do not see a wildcard in
(domain1).goofy.micky.mouse.com - dns1
(domain2).goofy.micky.mouse.com - dns2
(domain3).goofy.micky.mouse.com - dns3
even if it were possible to define this, but as others have
said, there are 3 rules here

I do not believe you have a chance in a hot wind of
defining the formulaic forwarding rule.

Now, what you could do is avoid the GUI and instead
use programmatic method to define the multiple forwarding
rules (and use it over and over to config each DNS server)

-- 
Roger
"chris collins" <cacollins@ies.net> wrote in message 
news:ejQcTSelEHA.3712@TK2MSFTNGP15.phx.gbl...
>I need to use conditional forwarding for my child domains. the question is 
>can I use some sort of wildcard to resolve the dns names
>
> in other words
>
> I need to resolve
>
> (domain1).goofy.micky.mouse.com - dns1
> (domain2).goofy.micky.mouse.com - dns2
> (domain3).goofy.micky.mouse.com - dns3
>
> I would like to use a conditional forwarding statement like this
>
> *.goofy.micky.mouse.com - DNS1 / DNS2 / DNS3 so that my Resolvers will 
> only go to the internal DNS servers.
>
> so IS THIS POSSABLE.
>