I want balance two lines with teql. I write this: #tc qdisc add dev ppp0 root teql0 #tc qdisc add dev ppp1 root teql0 #ifconfig teql0 up #ip addr del x.x.x.0 ppp0 #ip addr del x.x.x.1 ppp1 #ip addr add x.x.x.0 teql0 #ip addr add x.x.x.1 teql0 #ip route add default/0 dev teql0 But there is no route . All traffic was down. What is wrong ? Thanks. [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to [EMAIL PROTECTED]
