[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4CD06AA4.6090005@plouf.fr.eu.org>
Date: Tue, 02 Nov 2010 20:46:44 +0100
From: Pascal Hambourg <pascal.mail@...uf.fr.eu.org>
To: Eric Dumazet <eric.dumazet@...il.com>
CC: dwmw2@...radead.org, netdev@...r.kernel.org
Subject: Re: Routing over multiple interfaces
Hello,
Eric Dumazet a écrit :
>
> David W. probably wants to use teql or some bonding ?
I doubt that (ethernet) bonding works with PPP links.
> # tc qdisc add dev ppp0 root teql0
> # tc qdisc add dev ppp1 root teql0
> # ip link set dev teql0 up
> # ip route add default src 90.155.92.214 dev teql0
What about using iptables + routing rules ?
Mark every other packet going through the default PPP link with
iptables, and reroute marked packets through the other PPP link.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists