Re: Mutliple IP addresses on single interface

2002-05-08 Thread Simon Young
On Tue, May 07, 2002 at 01:38:22PM -0400, Matthew Daubenspeck wrote: > auto eth0 > iface eth0 inet static > address 192.168.0.4 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > gateway 192.168.0.2 > > iface eth0:0 inet static >

Re: Mutliple IP addresses on single interface

2002-05-07 Thread Hans Ekbrand
On Tue, May 07, 2002 at 01:38:22PM -0400, Matthew Daubenspeck wrote: > I am trying to get two IP addresses on eth0, and I am not having much > luck. It works properly if I use: > > /sbin/ifconfig eth0:0 192.168.0.5 > > and here is my /etc/network/interfaces: [...] > iface eth0 inet static >

Mutliple IP addresses on single interface

2002-05-07 Thread Matthew Daubenspeck
I am trying to get two IP addresses on eth0, and I am not having much luck. It works properly if I use: /sbin/ifconfig eth0:0 192.168.0.5 and here is my /etc/network/interfaces: # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet