Re: SSL on multiple IP addreses?

2005-05-12 Thread David Wall
How will you configure multiple IP addresses on a single NIC? Normally, you have one NIC per IP address. You will need to use two keystores for each system, and configure the keystores as you normally would under the SSL connector. I'm not sure how to configure the CoyoteConnector so that

RE: SSL on multiple IP addreses?

2005-05-12 Thread Trung Nguyen
to eth0:0 and change the IPADDR to new IP You can do this as many as you want by increase the last number by 1. Hope this help. Trung -Original Message- From: David Wall [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 1:31 PM To: Tomcat Users List Subject: Re: SSL on multiple IP

RE: SSL on multiple IP addreses?

2005-05-12 Thread Caldarale, Charles R
From: David Wall [mailto:[EMAIL PROTECTED] Subject: Re: SSL on multiple IP addreses? How will you configure multiple IP addresses on a single NIC? IP addresses are a figment of the software TCP stack's imagination. All real operating systems provide the capability of assigning multiple

Re: SSL on multiple IP addreses?

2005-05-12 Thread Will Hartung
From: David Wall [EMAIL PROTECTED] Sent: Thursday, May 12, 2005 10:31 AM How will you configure multiple IP addresses on a single NIC? Normally, you have one NIC per IP address. You will need to use two keystores for each system, and configure the keystores as you normally would under the

Re: SSL on multiple IP addreses?

2005-05-12 Thread David Wall
That's very cool. Didn't even know it was possible. I hope the original question has been answered in terms of creating multiple SSL connectors and having each point to a different keystore, since each keystore will hold the cert for each domain name. Trung Nguyen wrote: You can configure

Re: SSL on multiple IP addreses?

2005-05-12 Thread jejones
On Solaris: Lets say the default interface is hme0, then all the aliases are hme0:1, hme0:2, hme0:3 - and so on... ifconfig hme0:1 ip netmask netmask up ifconfig hme0:2 ip netmask netmask up each aliases having a different IP of course! -jrj Will Hartung wrote: From: David Wall [EMAIL PROTECTED]