Networking Forums

Networking Forums > Computer Networking > Windows Networking > Help! - Internal Website (Win2003 Ent)

Reply
Thread Tools Display Modes

Help! - Internal Website (Win2003 Ent)

 
 
segis bata
Guest
Posts: n/a

 
      11-09-2006, 05:16 PM
Hello everyone,

I'm new in server administration (currently with Win2003 Server Enterprise)
and I want to accomplish something. We have a server in our office (named,
say, ServerXYZ123) and it's available only from inside our office. I want to
be able to create internal "websites", so when we type http://production/ or
http://customers/ (etc.) in our browsers, it always points to the same
server (ServerXYZ123) because I don't want to use
http://ServerXYZ123/production/ or http://ServerXYZ123/customers/; and also,
the browser must know those "domains" are internal.

Can you help me with this?

Thanks in advance,
SB-R


 
Reply With Quote
 
 
 
 
NetEng
Guest
Posts: n/a

 
      11-09-2006, 06:14 PM
Create two A records on your DNS server. Each name (customer & production)
should point to the same IP, which is ServerXYZ123. This will accomplish
using the URLs of http://production and http://customer. In your post you
show an example of this and of http://serverxyz123/production, which is
different and will not work with the above example.


"segis bata" <(E-Mail Removed)> wrote in message
news:u%(E-Mail Removed)...
> Hello everyone,
>
> I'm new in server administration (currently with Win2003 Server
> Enterprise) and I want to accomplish something. We have a server in our
> office (named, say, ServerXYZ123) and it's available only from inside our
> office. I want to be able to create internal "websites", so when we type
> http://production/ or http://customers/ (etc.) in our browsers, it always
> points to the same server (ServerXYZ123) because I don't want to use
> http://ServerXYZ123/production/ or http://ServerXYZ123/customers/; and
> also, the browser must know those "domains" are internal.
>
> Can you help me with this?
>
> Thanks in advance,
> SB-R
>



 
Reply With Quote
 
MichaelHensley
Guest
Posts: n/a

 
      11-09-2006, 06:30 PM
"NetEng" wrote:

> Create two A records on your DNS server. Each name (customer & production)
> should point to the same IP, which is ServerXYZ123. This will accomplish
> using the URLs of http://production and http://customer. In your post you
> show an example of this and of http://serverxyz123/production, which is
> different and will not work with the above example.


This will solve the first part of your request, but users going to
http://production and http://customer will be looking at the same page.

I'm not an HTML expert, but I believe you can create an index.html (or, a
..asp file -- I know even less about that) which will examine the
http-get-request and re-direct the user to appropriate subdirectory.

You may want to ask in one of the asp or webmaster groups.

 
Reply With Quote
 
Kristofer Gafvert
Guest
Posts: n/a

 
      11-09-2006, 06:45 PM
You have already gotten an answer to the DNS part.

Once the client is able to find the server with the name you have
specified, you need to create multiple websites in IIS and assign a host
header value that matches the name you have choosen. That is, for the
"production" website, create a new website, and when asked to provide a
host header, write "production".

This will allow you to run multiple websites in IIS.

This will also help you to configure IIS:

"Using Host Headers to host multiple websites on IIS 6.0"
http://www.gafvert.info/iis/article/...e_websites.htm


Good luck!

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


segis bata wrote:

>Hello everyone,
>
>I'm new in server administration (currently with Win2003 Server
>Enterprise) and I want to accomplish something. We have a server in our
>office (named, say, ServerXYZ123) and it's available only from inside our
>office. I want to be able to create internal "websites", so when we type
>http://production/ or http://customers/ (etc.) in our browsers, it always
>points to the same server (ServerXYZ123) because I don't want to use
>http://ServerXYZ123/production/ or http://ServerXYZ123/customers/; and
>also, the browser must know those "domains" are internal.
>
>Can you help me with this?
>
>Thanks in advance,
>SB-R

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internal to External to Internal Routing. tc Windows Networking 3 10-27-2008 10:55 PM
Cannot access internal website bobthebuilder999@hotmail.com Windows Networking 10 06-21-2006 04:39 PM
How best to route internal clients to internal web server? Captain Dondo Linux Networking 5 03-02-2005 08:13 AM
NAT can't port mapping to internal website David Windows Networking 4 11-01-2004 02:18 PM
going to a certain website batres33 Wireless Networks 0 10-11-2004 12:29 AM



1 2 3 4 5 6 7 8 9 10 11