DNS for intranet

  • Thread starter Thread starter kinte
  • Start date Start date
K

kinte

Im trying to set up an intranet at the office. I have it
pretty much setup but to access the intranet you have to
type in the ip address. How do i go about setting up
something like

"intranet.myoffice.com"

to forward to the ip address so no one has to know the ip
address?
 
On the DNS server responsible for myoffice.com, right-click on the
myoffice.com and choose "New Host(A)". Type in intranet for the name and put
in the IP address of the server hosting the intranet.

HTH

--
Sincerely,

Dèjì Akómöláfé, MCSE MCSA MCP+I
www.akomolafe.com
www.iyaburo.com
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon
 
Im lost, im not to familiar with DNS or IIS on win2k server
any other help would be greatly appreciated
 
Im trying to set up an intranet at the office. I have it
pretty much setup but to access the intranet you have to
type in the ip address. How do i go about setting up
something like

"intranet.myoffice.com"

to forward to the ip address so no one has to know the ip
address?

Set up a DNS server. :)

We can't provide full documentation on setting up DNS in a news group
post, but if you check your Help you should be able to get most of the
way through it. Come back with specific questions and we'll be happy
to provide specific answers.

Jeff
 
In
kinte said:
Im lost, im not to familiar with DNS or IIS on win2k server
any other help would be greatly appreciated


This is a very wide topic and difficult to give you ALL the details. I would
suggest reading up on IIS and DNS. I can give you some links to start you
off. I would also suggest to post this to the IIS newsgroup for specific
information about IIS and websites. PRetty much you need to setup
hostheaders in IIS. Here's some links to get you going...

324260 - HOW TO Configure DNS Records for Your Web Site in Windows Server
2003 (or W2k):
http://support.microsoft.com/?id=324260

IIS Answers - DNS for IIS Administrators:
http://www.iisanswers.com/articles/dns_for_iis.htm

IIS Answers - How to create one or multiple websites with one IP address:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm

Using Host Headers to Allow for One I.P Address to Host Multiple Domains:
http://www.4guysfromrolla.com/ASPscripts/PrintPage.asp?REF=/webtech/080200-1.shtml

315982 - HOW TO Configure DNS Records for Your Web Site in Windows 2000:
http://support.microsoft.com/?id=315982






--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
-----Original Message-----
Im trying to set up an intranet at the office. I have it
pretty much setup but to access the intranet you have to
type in the ip address. How do i go about setting up
something like

"intranet.myoffice.com"

to forward to the ip address so no one has to know the ip
address?
.
You need to set up a new zone called myoffice.com and
add host entries like "intranet" with the corresponding
ip address for each mapping.

Jeff
 
Back
Top