Re: Trying to use TEQL

From: Ion Badulescu (ionut@moisil.cs.columbia.edu)
Date: Sun Apr 16 2000 - 00:37:17 EST


In article <cs.lists.linux-kernel/Pine.LNX.4.10.10004151648070.15104-100000@main.cyclades.com> you wrote:

> So, my steps to use TEQL to bond these two links are:
>
> # ifconfig cpc0 up
> # ifconfig cpc1 up
> # tc qdisc add dev cpc0 root teql0
> # tc qdisc add dev cpc1 root teql0
> # route add 110.0.0.1 gw 10.0.0.2 /* Just to have some way to test it */

> So, TEQL is not working in my environment. My question is: what did I do
> wrong?? Did I miss some configuration step??

Make sure there are *no* routes through cpc0 and cpc1 directly. Basically
you want them up but unconfigured (no IP, no routes), and the entire
configuration is done on teql0.

Ion

-- 
  It is better to keep your mouth shut and be thought a fool,
            than to open it and remove all doubt.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 23 2000 - 21:00:08 EST