Discussion:
Rotas dinâmicas
(too old to reply)
Junior Polegato
2010-12-05 02:28:43 UTC
Permalink
-------- Mensagem Original --------
Assunto: Re: Rotas dinâmicas
De: Junior Polegato <***@juniorpolegato.com.br>
Para: Gerson Haus <***@yahoo.com.br>
Cc:

Olá!

O que você quer é criar rotas dinâmicas de forma que cada novo ip acessado use o link "menos congestionado" (nexthop) de acordo com um peso (weight)? Você precisa configurar o iproute2:

ip route add default scope global nexthop via <router_wlan0> dev wlan0 weight <w1> nexthop via <router_wlan1> dev wlan1 weight <w2>

Procure mais
Márcio H. Parreiras
2010-12-05 13:03:36 UTC
Permalink
Olá todos,

Tente este tutorial, já fiz assim e rodou blz:
http://mundonix.wordpress.com/2010/01/20/how-to-load-balancing-failover-with-dual-multi-wan-adsl-cable-connections-on-linux/

Abraços,
--
    Márcio H. Parreiras

    GNU/Linux Professional

    +55(31)9632-0320

    Pedro Leopoldo - MG - Brazil


  "Faça a mudança: http://makethemove.net/"

  "Livre-se dos vírus e outras ameaças digitais: http://www.ubuntu-br.org/"

  "Get rid of viruses and other digital threats: http://www.ubuntu.com/"

   .
Loading...