Hosting a Web site for internal users

  • Thread starter Thread starter Kamesh Akella
  • Start date Start date
K

Kamesh Akella

Hi all,

My company is having a website xxx.com at some remote
location which is maintained by some company.

I want to host a intranet.xxx.com which can be accessible
in my LAN users.

Now my existing network is...

a.)One Domain controller( Win2k), also consist DNS on that
(Local).

b.)Another Windows2003 Server which is planned to host on
IIS6.

c.) ISA server.

So if my client PC's type.. xxx.com then it should go
external through proxy

and if they type intranet.xxx.com, then it should come
from my local server.

How can and what all I need to do..

at my DNS server and IIS.

Thanks & Regards,
Kamesh
 
In
Kamesh Akella said:
Hi all,

My company is having a website xxx.com at some remote
location which is maintained by some company.

I want to host a intranet.xxx.com which can be accessible
in my LAN users.

Now my existing network is...

a.)One Domain controller( Win2k), also consist DNS on that
(Local).

b.)Another Windows2003 Server which is planned to host on
IIS6.

c.) ISA server.

So if my client PC's type.. xxx.com then it should go
external through proxy

and if they type intranet.xxx.com, then it should come
from my local server.

How can and what all I need to do..

at my DNS server and IIS.

Thanks & Regards,
Kamesh

All clients should be using the DC for DNS, so on your DCs DNS in the
xxx.com zone add a record named 'intranet' with the IP of the Win2k3
webserver. For the external website create a records named 'www' with the IP
of the externally hosted website.
 
Are you hosting the xxx.com domain on your DNS server? If so, you'll need
to do something like this...
add a host record for www to the xxx.com domain with the external IP of the
external web server. clients will be able to access it by www.xxx.com.
add a host record for intranet.xxx.com with the internal IP of the intranet
web server. Client will be able to connect to it by intranet.xxx.com

--------------------
Hi all,

My company is having a website xxx.com at some remote
location which is maintained by some company.

I want to host a intranet.xxx.com which can be accessible
in my LAN users.

Now my existing network is...

a.)One Domain controller( Win2k), also consist DNS on that
(Local).

b.)Another Windows2003 Server which is planned to host on
IIS6.

c.) ISA server.

So if my client PC's type.. xxx.com then it should go
external through proxy

and if they type intranet.xxx.com, then it should come
from my local server.

How can and what all I need to do..

at my DNS server and IIS.

Thanks & Regards,
Kamesh

__
Danny Slye
Microsoft Support Professional
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!
 
Back
Top