Utility to access MS DNS?

G

Guest

Guest
Archived from groups: microsoft.public.win2000.dns (More info?)

The Microsoft DNS console doesn't support wildcards even though MSDNS
itself does.

Is there some freeware/shareware/commercial utility for managing
Microsoft DNS that is easier to use?

--Dave
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.dns (More info?)

In news:MPG.1b9ac29b7a3ad299989717@news.usenetserver.com,
Dave Navarro <dave@dave.dave> wrote their comments
Then Kevin replied below:
> The Microsoft DNS console doesn't support wildcards even
> though MSDNS itself does.
>
> Is there some freeware/shareware/commercial utility for
> managing Microsoft DNS that is easier to use?
>
> --Dave

You can create a Wildcard record using the DNS console by making it a sub
domain named "*" and putting in a blank record with the IP address you want
your wildcard record to point to.
I might add, if AD is in use a wildcard record will cause you big problems,
especially if it is in a zone that is in you DNS Suffix search list. In
fact a badly placed wildcard record will be a big mistake because every
query will resolve to the wildcard IP address.

--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
================================================
--
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
================================================
http://www.lonestaramerica.com/
================================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
================================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
================================================
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.dns (More info?)

In article <uBM#CJijEHA.3944@tk2msftngp13.phx.gbl>, admin@nospam.WFTX.US
says...
> In news:MPG.1b9ac29b7a3ad299989717@news.usenetserver.com,
> Dave Navarro <dave@dave.dave> wrote their comments
> Then Kevin replied below:
> > The Microsoft DNS console doesn't support wildcards even
> > though MSDNS itself does.
> >
> > Is there some freeware/shareware/commercial utility for
> > managing Microsoft DNS that is easier to use?
>
> You can create a Wildcard record using the DNS console by making it a sub
> domain named "*" and putting in a blank record with the IP address you want
> your wildcard record to point to.
> I might add, if AD is in use a wildcard record will cause you big problems,
> especially if it is in a zone that is in you DNS Suffix search list. In
> fact a badly placed wildcard record will be a big mistake because every
> query will resolve to the wildcard IP address.

Thanks! I found some VBScript WMI code to manage the DNS server and
I've modified it to support wildcards. Seems to be working just fine.

--Dave