Re: Ip Aliasing the Debian Way...

2001-01-25 Thread Nathan E Norman
On Wed, Jan 24, 2001 at 04:36:14PM -0800, Willy Lee wrote: > Nathan E Norman wrote: > > 2) You're missing the "network" line from your iface stanza. Since it > > looks to me like you're adding a different subnet this is kinda > > important. > > Ok, I thought (from man interfaces) that the "networ

Re: Ip Aliasing the Debian Way...

2001-01-24 Thread Willy Lee
Nathan E Norman wrote: > > On Wed, Jan 24, 2001 at 03:24:16PM -0800, Willy Lee wrote: > > Hm. This doesn't work for me (latest potato i386). Here's the stanza I *snip* > Well. Several things: > > 1) There's no point in tracking RX or TX packets for a virtual > interface (think about the word v

Re: Ip Aliasing the Debian Way...

2001-01-24 Thread Nathan E Norman
On Wed, Jan 24, 2001 at 03:24:16PM -0800, Willy Lee wrote: > > just add something like this to /etc/network/interfaces: > > > > iface eth0:0 inet static > > address 192.168.0.1 > > netmask 255.255.255.0 > > network 192.168.0.0 > > broadcast 192.168.0.255 > >

Re: Ip Aliasing the Debian Way...

2001-01-24 Thread Willy Lee
On Wed, 17 Jan 2001, Ethan Benson wrote: > > just add something like this to /etc/network/interfaces: > > iface eth0:0 inet static > address 192.168.0.1 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > gateway 192.168.0.10 > > th

Re: Ip Aliasing the Debian Way...

2001-01-17 Thread Jeffrey C. Albro
I didn't think I could treat eth0:0 as just another interface, but it worked great : ) -Jeff On Wed, 17 Jan 2001, Ethan Benson wrote: > > just add something like this to /etc/network/interfaces: > > iface eth0:0 inet static > address 192.168.0.1 > netmask 255.255.255.0 >

Re: Ip Aliasing the Debian Way...

2001-01-17 Thread Ethan Benson
On Wed, Jan 17, 2001 at 06:40:22PM -0500, Jeffrey C. Albro wrote: > > I want eth0 to listen on two ip addresses. The first is normally set up > with /etc/networking/interfaces > > however, neither, > > man interfaces > or > man ifup > > have any information on this. > > Also, even though I g

Ip Aliasing the Debian Way...

2001-01-17 Thread Jeffrey C. Albro
I want eth0 to listen on two ip addresses. The first is normally set up with /etc/networking/interfaces however, neither, man interfaces or man ifup have any information on this. Also, even though I got it working with ifconfig eth0:0 xxx.xxx.xxx.xxx It would be ugly (imo) to add to the s