All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonio Pérez" <aperlu@telefonica.net>
To: lartc@vger.kernel.org
Subject: [LARTC] load balancing
Date: Wed, 12 Jan 2005 21:15:00 +0000	[thread overview]
Message-ID: <41E59354.5060908@telefonica.net> (raw)
In-Reply-To: <marc-lartc-102512835209719@msgid-missing>

Hi everyone.
I have two ADSL connection with the same ISP,
       ppp0 =>  83.32.32.36 <=> 192.168.153.1
       ppp1 =>  83.32.45.33 <=> 192.168.153.1
and I want to do load balancing wiht the two connections,  so I do:

#ip route add default scope global nexthop via 192.153..1.1 dev 
83.32.32.36 weight 1 nexthop via 192.168.153.1 dev 83.32.45.33 weight 1

#ip route show
192.153.1.1 dev ppp0  proto kernel  scope link  src 83.32.32.36
192.153.1.1 dev ppp1  proto kernel  scope link  src 83.32.45.33
default
      nexthop via 192.168.153.1  dev ppp0 weight 1
      nexthop via 192.168.153.1  dev ppp1 weight 1

But this do not work, when I try do ping www.google.es this do not work 
and I get the mesage "MASQUERADE: Route sent us somewhere else" I am 
using the 2.6.8 kernel. Anybody can help me? please.
Thanks you.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  parent reply	other threads:[~2005-01-12 21:15 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-26 21:52 [LARTC] Load balancing Greg Scott
2002-06-28  5:27 ` William L. Thomson Jr.
2002-07-04 14:52 ` bert hubert
2003-02-19 19:27 ` Paul English
2003-05-08 11:50 ` [LARTC] load balancing Lucas Aimaretto
2003-05-08 13:08 ` Sjaak Nabuurs
2003-05-09 15:44 ` Víctor Nuño
2003-05-09 15:55 ` Martin A. Brown
2003-11-28  1:41 ` Евгени Гечев
2003-11-28 12:38 ` Ivo Vachkov
2003-11-28 18:47 ` Evgeni Gechev
2003-11-28 19:02 ` Artūras Šlajus
2003-11-28 23:22 ` Ivo Vachkov
2004-07-26  1:35 ` [LARTC] Load Balancing XMundo - Soporte Tecnico
2004-07-26 23:58 ` XMundo - Soporte Tecnico
2004-09-15 17:10 ` [LARTC] load balancing pbruna
2004-09-17  3:21 ` Glen Mabey
2005-01-12 21:15 ` Antonio Pérez [this message]
2005-11-16 20:13 ` comp.techs
2006-10-13  8:54 ` Indunil Jayasooriya
2006-10-13  8:55 ` Indunil Jayasooriya
2006-12-13 22:07 ` Charlie Meyer
2006-12-13 22:42 ` Grant Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41E59354.5060908@telefonica.net \
    --to=aperlu@telefonica.net \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.