Hi,

Is there any howto or another info about teql.
I tried in accordance with linux/net/sched/sch_teql.c
but it does not work for me.

I installed 2.126pre-2 kernel,
compiled with teql as module.
Then I started ppp connection and
 obtained ip address from my internet provider, default ppp routing is disabled.
Then I do
tc qdisk add dev ppp0 root teql0
ip addr add 192.168.1.9/32 dev teql0
ifconfig up teql0

The state is:
/sbin/ip addr list  dev teql0
2: teql0: <POINTOPOINT,NOARP,UP> mtu 1500 qdisc pfifo_fast
    link/NETROM
    inet  192.168.1.9/32 scope global teql0

In case if I set default routing
ip route add default dev teql0
I have no connection to ppp.
But if I do
ip route add default dev ppp0
I have a perfect ppp connection.

What routing should be set to make teql works.

Also is there any howto for tc, ip , teql and about multipath routing.

Vladislav



-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to