On Sun, Jul 07, 2002 at 02:51:53PM +0000, Juli?n Mu?oz wrote: > How does traffic control behaves with respect of ip aliasing ? > > > I am using IMQ for ingress shapping. > > How behaves IMQ with an interface eth0:0 ?? (linux ip aliasing, kernel > 2.4) > iptables -A PREROUTING -t mangel -i eth0:0 -j IMQ doesn't work, so I think > it is useless ?? (The queue is before the interface "demultiplexing" ??)
There is no eth0:0 - it is a fiction created by ifconfig. Just do everything on eth0 and use other filters to separate traffic, perhaps based on source or destination address. Regards, bert -- http://www.PowerDNS.com Versatile DNS Software & Services http://www.tk the dot in .tk http://lartc.org Linux Advanced Routing & Traffic Control HOWTO _______________________________________________ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
