Re: Multiple IPs on one NIC

2003-07-24 Thread Matthew Daubenspeck
On Thu, Jul 24, 2003 at 07:05:52PM -0600, Francisco Castellon wrote: > auto eth0 > iface eth0 inet static > address 192.168.1.8 > netmask 255.255.255.0 > network 192.168.1.0 > broadcast 192.168.1.255 > gateway 192.168.1.1 > > auto eth0:0 > iface eth0:0 inet static >

Multiple IPs on one NIC

2003-07-24 Thread Francisco Castellon
Hello: I am trying to set up SSL to run on my Apache server with virtual hosts. The problem is that using SSL with virtual hosts requires you to use ip-based virtual hosts otherwise it will not work properly with named-based hosts. So what I am trying to do is set up my Debian machine to be able t