All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Multipath Routing in same subnet - Please take a look
@ 2005-05-06 10:22 Christian Schmid
  2005-05-07  3:41 ` gypsy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christian Schmid @ 2005-05-06 10:22 UTC (permalink / raw)
  To: lartc

Hello.

I have the problem that I have two gateways on the same subnet, 80.237.244.1 and 80.237.244.33. Both 
gateways are 100 MBit cards, so I have 2 times 100 MBit to the Internet. The NIC in the server is a 
gigabit-card, so this card is easy able to use both gateways for outgoing traffic.

Now I just want to use both gateways for my outgoing traffic but no matter what I do, it doesnt 
work. I tried "ip route replace default scope global nexthop via 80.237.244.1 dev eth1 weight 100 
nexthop via 80.237.244.33 dev eth1 weight 100" but it only either sends all traffic to .1 or all to 
.33. I have many downloaders so it shouldnt be a problem, should it? Its a 2.6.12rc3 kernel with 
advanced router enabled and all multipath-options enabled as well. "ip" doesnt give an error and "ip 
route ls" shows the following:

80.237.244.0/26 dev eth1  proto kernel  scope link  src 80.237.244.52
default
         nexthop via 80.237.244.1  dev eth1 weight 100
         nexthop via 80.237.244.33  dev eth1 weight 100


I have read postings on the net but all of them are using huge scripts because they are on different 
networks. My problem seems to be a much easier problem but I just cant get this to work..... :(

Please help.

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

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

end of thread, other threads:[~2005-05-09 23:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-06 10:22 [LARTC] Multipath Routing in same subnet - Please take a look Christian Schmid
2005-05-07  3:41 ` gypsy
2005-05-07  4:25 ` Alexander Samad
2005-05-09 23:40 ` Andy Furniss

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.