Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] Multipath routing problem.
@ 2001-10-15 17:11 Pierrick Hascoet
  2001-10-15 18:41 ` Julian Anastasov
  2001-10-16  6:50 ` Pierrick Hascoet
  0 siblings, 2 replies; 5+ messages in thread
From: Pierrick Hascoet @ 2001-10-15 17:11 UTC (permalink / raw)
  To: lartc


Hi,

I'm currently trying to set up two link with multipath routing as follow:

            / ---- Link 0 ----X eth0 
Core <-----X                         Linux box ---->
Router      \ ---- Link 1 ----X eth1

The goal is to provide big bandwidth at nice price.
with a Core router making multipath routing with equal coast.

Each ethernet interface on the linux box is a /30 network which
is working correctly. But when i try to activate multipath routing with
command as follow, always one link is marked as dead.

ip route add default nexthop via <gw0> dev eth0 nexthop via <gw1> dev eth1

default
	nexthop via AAA.AAA.AAA.AAA dev eth0 weight 1 dead
	nexthop via BBB.BBB.BBB.BBB dev eth1 weight 1

In which case does this problem can occurs ?
Don't hesitate for more informations.

Kernel : 2.4.12
iproute2 : ss010824

Regards,

Pierrick.






_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] Multipath routing problem.
  2001-10-15 17:11 [LARTC] Multipath routing problem Pierrick Hascoet
@ 2001-10-15 18:41 ` Julian Anastasov
  2001-10-16  6:50 ` Pierrick Hascoet
  1 sibling, 0 replies; 5+ messages in thread
From: Julian Anastasov @ 2001-10-15 18:41 UTC (permalink / raw)
  To: lartc


	Hello,

On Mon, 15 Oct 2001, Pierrick Hascoet wrote:

> Each ethernet interface on the linux box is a /30 network which
> is working correctly. But when i try to activate multipath routing with
> command as follow, always one link is marked as dead.
>
> ip route add default nexthop via <gw0> dev eth0 nexthop via <gw1> dev eth1
>
> default
> 	nexthop via AAA.AAA.AAA.AAA dev eth0 weight 1 dead
> 	nexthop via BBB.BBB.BBB.BBB dev eth1 weight 1

	Is the eth0 interface down?

> In which case does this problem can occurs ?
> Don't hesitate for more informations.
>
> Kernel : 2.4.12
> iproute2 : ss010824
>
> Regards,
>
> Pierrick.


Regards

--
Julian Anastasov <ja@ssi.bg>


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] Multipath routing problem.
  2001-10-15 17:11 [LARTC] Multipath routing problem Pierrick Hascoet
  2001-10-15 18:41 ` Julian Anastasov
@ 2001-10-16  6:50 ` Pierrick Hascoet
  1 sibling, 0 replies; 5+ messages in thread
From: Pierrick Hascoet @ 2001-10-16  6:50 UTC (permalink / raw)
  To: lartc


On Mon, 15 Oct 2001, Julian Anastasov wrote:

> > ip route add default nexthop via <gw0> dev eth0 nexthop via <gw1> dev eth1
> >
> > default
> > 	nexthop via AAA.AAA.AAA.AAA dev eth0 weight 1 dead
> > 	nexthop via BBB.BBB.BBB.BBB dev eth1 weight 1
> 
> 	Is the eth0 interface down?

No, the eth0 interface is up and working correctly, i can ping the router
which is directly connected to eth0.

Best regards,

Pierrick.


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [LARTC] multipath routing problem
@ 2001-10-16 10:34 Logu
  0 siblings, 0 replies; 5+ messages in thread
From: Logu @ 2001-10-16 10:34 UTC (permalink / raw)
  To: lartc

Hi,
My lan network is 192.16.1.0
I have linux box with two interface one with 192.16.1.1
and another is with 172.16.1.1
I have two router 172.16.1.204 and 172.16.1.205

I activated multipath routing by command
ip route add default nexthop via 172.16.1.204 dev eth0 nexthop via
172.16.1.205 dev eth0

but i was not able to communicate to internet.

Is my configuration is correct how to enable multipath routing to my
requirement.

-Logu


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [LARTC] Multipath Routing Problem
@ 2006-02-07  1:23 Charlie Meyer
  0 siblings, 0 replies; 5+ messages in thread
From: Charlie Meyer @ 2006-02-07  1:23 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]

I currently have 4 DSL lines set up to load balance for my lan. The
multipath works fine for connections the originate from the linux gateway
(such as browsing the internet in KDE or using wget), but all the traffic
from hosts on the lan is routed through only one of the DSL lines (as seen
using ntop and 'ip route show cache') . What would cause this to happen?

Thanks

Charlie Meyer

[-- Attachment #1.2: Type: text/html, Size: 466 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-02-07  1:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-16 10:34 [LARTC] multipath routing problem Logu
  -- strict thread matches above, loose matches on Subject: below --
2006-02-07  1:23 [LARTC] Multipath Routing Problem Charlie Meyer
2001-10-15 17:11 [LARTC] Multipath routing problem Pierrick Hascoet
2001-10-15 18:41 ` Julian Anastasov
2001-10-16  6:50 ` Pierrick Hascoet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox