redirect access to a subdomain on internet to a local ip u..

G

Guest

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

I have a windows 2000 domain with Microsoft DNS running. I use a single
label domain name (ie one without a "dot"). All memebers of my domain
accessing a particular subdomain in the internet say
www.subdomain.google.com should be directed to a local ip. At the same
time access to www.google.com should be to the original google server
in the internet. is it possible?

thanks in advance
 
G

Guest

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

"Sibi" <sibijv@bigfoot.com> wrote in message
news:1106560537.006135.183930@z14g2000cwz.googlegroups.com...
> I have a windows 2000 domain with Microsoft DNS running. I use a single
> label domain name (ie one without a "dot").

Actually all domain names have a "." -- at the end
(whether you see it written or not).

But we know what you mean by Single Label DNS name.

> All memebers of my domain
> accessing a particular subdomain in the internet say
> www.subdomain.google.com should be directed to a local ip. At the same
> time access to www.google.com should be to the original google server
> in the internet. is it possible?

If you put in a "zone" for that (very) specific name,
www.subdomain.google.com and add an A record
with the same (as parent) name.

All this assumes that you can NOW resolve other
google names -- it will continue to work but shortcircuit
it for the specific name/zone it holds itself.

--
Herb Martin


> thanks in advance
>
 
G

Guest

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

In news:1106560537.006135.183930@z14g2000cwz.googlegroups.com,
Sibi <sibijv@bigfoot.com> commented
Then Kevin replied below:
> I have a windows 2000 domain with Microsoft DNS running.
> I use a single label domain name (ie one without a
> "dot"). All memebers of my domain accessing a particular
> subdomain in the internet say www.subdomain.google.com
> should be directed to a local ip. At the same time access
> to www.google.com should be to the original google server
> in the internet. is it possible?
>
> thanks in advance

Yes, create a new forward lookup zone named www.subdomain.google.com, then
in that zone create a new host, leave the name field blank and give it the
IP address you want the name to point to. Note- Win2k DNS will bark at you
saying (same as parent folder) is not a valid host name, click OK to create
the record anyway.
This way only www.subdomain.google .com will resolve locally, while
www.google.com will be resolved by your forwarder or your DNS will contact
the Root to resolve the name.

I'm not sure what this has to do with your single-label domain name, that is
a totally separate issue, with a totally different fix.
300684 - Information About Configuring Windows 2000 for Domains with
Single-Label DNS Names
http://support.microsoft.com/default.aspx?scid=kb;en-us;300684&sd=RMVP


--
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?)

Thanks Herb and Kevin. it worked for me

bye
sibi