From: Christian Schmid <webmaster@rapidtec.de>
To: lartc@vger.kernel.org
Subject: [LARTC] Multipath Routing in same subnet - Please take a look
Date: Fri, 06 May 2005 10:22:04 +0000 [thread overview]
Message-ID: <427B454C.2010806@rapidtec.de> (raw)
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
next reply other threads:[~2005-05-06 10:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-06 10:22 Christian Schmid [this message]
2005-05-07 3:41 ` [LARTC] Multipath Routing in same subnet - Please take a look gypsy
2005-05-07 4:25 ` Alexander Samad
2005-05-09 23:40 ` Andy Furniss
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=427B454C.2010806@rapidtec.de \
--to=webmaster@rapidtec.de \
--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.