Hello!

> Equalization works ok (flooding packets makes both modem lights dance a lot),
> but it seems that only 1st teql0 address (ppp0) is selected as src
> address even if actual outgoing link will be ppp1. 

Not address of ppp1 or ppp0, but address of teql0 is selected.
Addresses on ppp0 and ppp1 are not used at all.

No, you cannot control source address when balancing load.
To split load in reversed direction, you could upgrade
peering routers or you may try multipath instead of teql.
(Though it does not provide perfect balancing, because it binds flows to links)

ip route add default(or something) nexthop dev ppp0 \
                                   nexthop dev ppp1

Yes, you will have to patch kernel with
ftp://ftp.inr.ac.ru/ip-routing/kernel-ss<THE LATEST>*.dif.gz

Alexey Kuznetsov

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

Reply via email to