On Mon, Jun 16, 2008 at 11:22:28AM +0200, GVG GVG wrote: > Dear group, > > I would like to assign more than 1 static IPs on the same NIC in order to > bind more than one services on port 443! Is that possible? > > I used 'alias' for that but didn't work! Once I bind a service on port 443 > for the first static IP then this port is also 'taken' for the second IP as > well!
Apparently you didn't have the service bind on the first one, but on 0.0.0.0, which is all interfaces. You need to tell the service the address of the first interface and tell it to bind to that. -- Jussi Peltola