Cisco Pix Question

gmc8757

Member
Feb 9, 2005
170
0
0
My company wants to move the web hosting to internal. We have numerous domain names(mostly being hosted by a third party company right now), we also have the web server running a few sites internal. My question has to do with running multiple websites on one server. I don't know how to allow multiple domain names through the pix.

Right now we have external ip x.x.x.x coming into the pix, the pix then forwards that to 0.0.0.0 which is my internal webserver. DomainA is pointed to ip x.x.x.x, by default the site on port 80 shows in the browser. How do i have domainB also pointed to ip x.x.x.x (maybe on a different port) so i can run multiple sites on one server all through 1 external ip?

I know I can set it up so there's only one web site running on my webserver, set up the directory structure where website2-4 are just sub directories in the website1 directory and have the domain for website2 pointed to www.website1.com/website2 and mask the name so it looks like it's really website2. I'd much rather do it the right way though.

That is probably confusing, let me know if i need to clarify anything. Thanks a lot.
Joe
 

gmc8757

Member
Feb 9, 2005
170
0
0
You're the man John. Thanks for your help with the other issue, we already made great improvement.

As for this, Windows Server 2003.
 

MysticLlama

Golden Member
Sep 19, 2000
1,003
0
0
Look up host headers for IIS6, that should give you an article or a dozen that will show how to do it.

Basically your DNS all points to the same IP, and the webserver detects what domain they were actually looking for and redirects them to the correct site.
 

gmc8757

Member
Feb 9, 2005
170
0
0
Thanks John and spidey
I'm going to look at it now. Sorry to post this question, I just didn't realize it was "headers" i was supposed to change.