From: "Richardson, Robert" <RRichardson@activision.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Load Balance RX/TX data on the same NICs.
Date: Thu, 07 Feb 2002 22:31:00 +0000 [thread overview]
Message-ID: <marc-lartc-101312131723254@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 1595 bytes --]
Hello,
I have a Compaq Proliant i850R, running RedHat 7.1.
There are 3 NICs attached to it, 2 eepro100, and 1
ThunderLAN driver v1.14a.
This box is being prepped to be a download server.
GOAL:
Requests are sent to each NIC via seperate IP addresses.
All 3 are on the same subnet.
All requests are load balanced via a DNS server.
We want all requests to exit the same NIC that they
entered.
PROBLEM:
All requests are satisfied via the last NIC (eth2).
eth2 does 99% of the transmissions.
With the configuration below it is possible to do load-balancing,
both in and out, but it is not possible to secure shell to the
box. If the "ip rule" lines are commented out, login is possible,
but no outbound load balancing.
OUR CONFIGURATION:
ip route add 206.17.228.231 dev eth1
ip route add 206.17.228.232 dev eth2
ip route add 206.17.228.230 dev eth0
/sbin/route del default 2> /dev/null
/sbin/ip route add default equalize nexthop via 206.17.228.2 dev eth1
nexthop via 206.17.228.2 dev eth2
ip route add 206.17.228.231 dev eth1 table 231
ip route add default via 206.17.228.2 dev eth1 src 206.17.228.231 table 231
ip route flush cache
ip route add 206.17.228.232 dev eth2 table 232
ip route add default via 206.17.228.2 dev eth1 src 206.17.228.232 table 232
ip route flush cache
ip route add 206.17.228.230 dev eth0 table 230
ip route add default via 206.17.228.2 dev eth1 src 206.17.228.230 table 230
ip route flush cache
ip rule add from 206.17.228.231 table 231
ip rule add from 206.17.228.232 table 232
ip rule add from 206.17.228.230 table 230
WHAT AM I DOING WRONG?
Robert Richardson
[-- Attachment #2: Type: text/html, Size: 3425 bytes --]
next reply other threads:[~2002-02-07 22:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-07 22:31 Richardson, Robert [this message]
2002-02-08 0:17 ` [LARTC] Load Balance RX/TX data on the same NICs Whit Blauvelt
2002-02-08 0:56 ` Richardson, Robert
2002-02-08 8:11 ` bert hubert
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=marc-lartc-101312131723254@msgid-missing \
--to=rrichardson@activision.com \
--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.