From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Antonio_P=E9rez?= Date: Wed, 12 Jan 2005 21:15:00 +0000 Subject: [LARTC] load balancing Message-Id: <41E59354.5060908@telefonica.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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/