Re: [leaf-user] IP Aliases problem

2003-10-30 Thread Tom Eastep
On Thu, 2003-10-30 at 07:55, Dmitri Gofmekler wrote: > Hi, > > What I have to do to get IP aliased interface up? > > Here is a part of interfaces file: > > auto eth1 > iface eth1 inet static > address 192.168.116.1 > masklen 24 > broadcast 192.168.116.255 > > auto eth1:0 > iface eth1:0 in

[leaf-user] IP Aliases problem

2003-10-30 Thread Dmitri Gofmekler
Hi, What I have to do to get IP aliased interface up? Here is a part of interfaces file: auto eth1 iface eth1 inet static address 192.168.116.1 masklen 24 broadcast 192.168.116.255 auto eth1:0 iface eth1:0 inet static address 192.168.16.1 masklen 24 broadcast 192.168.16.255 When