Setting up IIS6 Sites using Different IPs on the same box.

2007-04-24 Thread Dave Hatz
We are trying to install multiple SSL Certs on our IIS6 Web Server. We are running CF7 Enterprise with multiple instances set up. I was just told by Verisign that in order to use more than 1 SSL Cert on our IIS6 Web Server, we need to run each of the SSL sites off different IP Addresses. If

RE: Setting up IIS6 Sites using Different IPs on the same box.

2007-04-24 Thread Geoffrey N Epstein
You setup the IP addresses at the network card level. Go to the newtork card Internet Protocol properties. Click Advanced and you'll be able to setup multiple IP addresses. Once you have done that when you go into IIS to setup the sites you'll see the additional IP addresses in the IP drop down.

RE: Setting up IIS6 Sites using Different IPs on the same box.

2007-04-24 Thread Geoffrey N Epstein
If the websites are public, the IPs need to be public. If you are operating on an intranet, they can be private. I have public IPS on my production web server but private IPs on my local intranet development server. -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent:

Re: Setting up IIS6 Sites using Different IPs on the same box.

2007-04-24 Thread Doug Arthur
You can also add IP's to your Local Area Connection TCP/IP Properties... Any IP's in the Advanced TCP/IP Settings can be used as IIS Site IP's. These IP's can be public to your network/intranet/internet, or they can be private to a more narrow network or completely private to the server itself.