Re: bootscripts and IP aliasing

2005-09-05 Thread Archaic
On Mon, Sep 05, 2005 at 11:42:24AM -0500, Zachary Kotlarek wrote: > > Are you trying to get labels for your "interfaces" or just additional > addresses? The 3.2.2 bootscripts call `ip addr add`, which will work > for as many IP addresses as you'd like to use on an interface. Unless > I'm mis

Re: bootscripts and IP aliasing

2005-09-05 Thread Zachary Kotlarek
On Sep 5, 2005, at 7:33 AM, Archaic wrote: In the good ol' days, one could merely have an ifconfig eth0:{1,2,3} etc. to alias as many addresses as one desired. Then we switched to iproute2 and that broke. According to "man ip" we need a way to add a LABEL=something to the ifconfig files so we c

bootscripts and IP aliasing

2005-09-05 Thread Archaic
In the good ol' days, one could merely have an ifconfig eth0:{1,2,3} etc. to alias as many addresses as one desired. Then we switched to iproute2 and that broke. According to "man ip" we need a way to add a LABEL=something to the ifconfig files so we can call ip with a label argument. At least that