Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set up "subdomain only" site?

Status
Not open for further replies.

csteinhilber

Programmer
Aug 2, 2002
1,291
US
We have an intranet that I'd like to be able to allow internal users to access via rather than the full
We run our own DNS servers (one internal, one external). And our IIS currently serves more than one domain (one of which is somdomainname.com), each with many subdomains (one of which is intranet.somedomainname.com), all on a bank of only two IPs. I tried setting up internal DNS for "intranet" (didn't seem like the server liked that, by the way), but I'm unsure what more, if anything, I need to do in IIS.

When I flushed my DNS cache, didn't respond, so I know I'm doing something wrong.

Any help would be appreciated.

Thanks in advance,
-Carl
 
The first test should be can you ping intranet. If you can, and you get an IP back then that means that DNS is working correctly.

In IIS you will want to add a host header for intranet as well as intranet.somedomainname.com so that IIS will process both.

(I'm working on the assumption that this is for internal as this wont work for external DNS.)

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Thank you mydenny.

Is there a way to add a host header in IIS separate from creating a "site"? Or are they one and the same?

Thanks again!


-Carl
 
You create a website, then you assign a host header to that website.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top