<div dir="ltr">Just add a backup for the other devices using metric:<div class="Ih2E3d"><br><br>ip route add 91.205.xx.117 via 91.205.xx.50 dev tap0<br></div>ip route add 91.205.xx.117 dev tap2 metric 30<br>ip route add 91.205.xx.117 dev tap1 metric 31<br>
<font color="#888888">
<br>Jacques</font><br><br><div class="gmail_quote">On Fri, Oct 17, 2008 at 1:39 PM, Michael Rack <span dir="ltr"><<a href="mailto:michael.rack@rsm-freilassing.de">michael.rack@rsm-freilassing.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi List!<br>
<br>
I have three Internet Service Providers. In expect two DSL Providers and<br>
one Wireless-Provider.<br>
<br>
My Internet-Setup look as follow:<br>
-------------------------------------------------------------<br>
eth0 = Wirelees Provider (2048 down / 2048 up / 18ms Latency)<br>
eth1 = DSL Provider (2048 down / 2048 up / 48ms Latency)<br>
eth2 = DSL Provider (4096 down / 1024 up / 40ms Latency)<br>
<br>
Over all three interfaces there run a vpn-tunnel from salzburg (austria)<br>
to nürnberg (germany) with fixed ip-addresses.<br>
<br>
VPN-Tunnel look as follow:<br>
-------------------------------------------------------------<br>
TUNNEL  NÜRNBERG          SALZBURG          SPEED<br>
-------------------------------------------------------------<br>
tap0    91.205.xx.49/30   91.205.xx.50/30   2048 down / 2048 up / 18ms<br>
Latency<br>
tap1    91.205.xx.53/30   91.205.xx.54/30   2048 down / 2048 up / 48ms<br>
Latency<br>
tap2    91.205.xx.57/30   91.205.xx.58/30   4096 down / 1024 up / 40ms<br>
<br>
In salzburg, OLSR will send traffic via vpn over tap0 (Wireless) to get<br>
2048k of upstream.<br>
In nürnberg, OLSR will send traffic via vpn over tap2 (DSL) to get 4096k<br>
of downstream.<br>
<br>
Now there is Voice-Over-IP on the traffic. 18ms is better then 40ms for<br>
downstream.<br>
<br>
The Asterisk-Server is located in salzburg and listen on 91.205.xx.117.<br>
How can i route all traffic to this ip-address over tap0 to get the 18ms<br>
of latency for upstream reasons from Nürnberg to Salzburg?<br>
<br>
When i do "ip route add 91.205.xx.117 via 91.205.xx.50 dev tap0"<br>
telephony will break if the interface goes down on the remote side.<br>
<br>
I like olsr do the job. If 91.205.xx.117 could not be reached via tap0,<br>
olsr shoud route alternative to tap2 / tap1.<br>
<br>
Is this setup to do with olsr?<br>
<br>
Thanks in advance,<br>
Michael Rack.<br>
<font color="#888888"><br>
--<br>
Olsr-users mailing list<br>
<a href="mailto:Olsr-users@lists.olsr.org">Olsr-users@lists.olsr.org</a><br>
<a href="http://lists.olsr.org/mailman/listinfo/olsr-users" target="_blank">http://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
</font></blockquote></div><br></div>