From: Daniel Bergqvist daniel@netatonce.se
To: lartc@vger.kernel.org
Subject: SV: [LARTC] Loadbalancing on multiple eth rtl8139
Date: Mon, 16 Oct 2000 11:44:50 +0000 [thread overview]
Message-ID: <marc-lartc-98373938216786@msgid-missing> (raw)
<PRE>Hi!
The devices eth1 and eth3 MUST be active. Remove "ip link set down eth1" and
"ip link set down eth3". You might get problems with "TCP packet reordering"
resulting in lower bandwidth but I'm currently working with a patch to the
sch_teql driver. I will post it to the list if/when I get it to work.
Regards,
Daniel
><i> -----Ursprungligt meddelande-----
</I>><i> Från: <A HREF="mailto:lartc-admin@mailman.ds9a.nl">lartc-admin@mailman.ds9a.nl</A>
</I>><i> [mailto:<A HREF="mailto:lartc-admin@mailman.ds9a.nl">lartc-admin@mailman.ds9a.nl</A>]För
</I>><i> <A HREF="mailto:loadbalancing@highlander.my-scotland.co.uk">loadbalancing@highlander.my-scotland.co.uk</A>
</I>><i> Skickat: Monday, October 16, 2000 12:03 PM
</I>><i> Till: <A HREF="mailto:lartc@mailman.ds9a.nl">lartc@mailman.ds9a.nl</A>
</I>><i> Ämne: [LARTC] Loadbalancing on multiple eth rtl8139
</I>><i>
</I>><i>
</I>><i> Hello!
</I>><i>
</I>><i> I have a 4 interfaces Linux router with 2.2.14 kernel realtec
</I>><i> 10/100 rtl8139 driver. The kernel should be compiled with the
</I>><i> right options.
</I>><i> I have to loadbalance the traffic on two interfaces. We speak
</I>><i> about microwave connection, but the microwave devices are
</I>><i> breezenet access points so they can not be included into the
</I>><i> router machine directly, they are attached by ethernet T based 10
</I>><i> Mbs cord one to one eth card respectively. The line have to have
</I>><i> the double of the 3MB of today`s capacity.
</I>><i> The other side of the line is a cisco 7000 series router of our
</I>><i> provider. We would like to use one virtual interface and two
</I>><i> slaved ones attached to the virtual master to route statically
</I>><i> the traffic. We tried the sch_teql module to do so and the Linux
</I>><i> 2.4 Advanced Routing HOWTO chapter 8.5 Loadsharing over multiple
</I>><i> interfaces. We exactly entered this lines in shell:
</I>><i> modprobe sch_teql
</I>><i> ip link set down eth1
</I>><i> ip link set down eth3
</I>><i> tc qdisc add dev eth1 root teql0
</I>><i> tc qdisc add dev eth3 root teql0
</I>><i> ip addr add dev teql0 62.168.113.130/25
</I>><i> (the interfaces eth1 and eth3 are already set up with
</I>><i> 62.168.113.254 resp. 62.168.113.253)
</I>><i> The system was unable to ping the other side. After we tried to
</I>><i> link up the interfaces - teql0 before, eth1 and eth3 after. Ping
</I>><i> with all the interfaces bringed up (ip link set up dev [device])
</I>><i> resulted in system crash. We was told by third party that the
</I>><i> realtec eth card has a mallfunctioning driver for some operation.
</I>><i>
</I>><i> Please let us know how to do.
</I>><i>
</I>><i> Thanks
</I>><i>
</I>><i> Dzony and the team.
</I>><i>
</I>><i> _______________________________________________
</I>><i> LARTC mailing list / <A HREF="mailto:LARTC@mailman.ds9a.nl">LARTC@mailman.ds9a.nl</A>
</I>><i> <A HREF="http://mailman.ds9a.nl/mailman/listinfo/lartc">http://mailman.ds9a.nl/mailman/listinfo/lartc</A> HOWTO:
</I><A HREF="http://ds9a.nl/2.4Routing/">http://ds9a.nl/2.4Routing/</A>
</PRE>
next reply other threads:[~2000-10-16 11:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-16 11:44 Daniel [this message]
2000-10-16 14:10 ` SV: [LARTC] Loadbalancing on multiple eth rtl8139 bert
2000-10-17 15:42 ` Miro
2000-10-17 18:55 ` bert
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-98373938216786@msgid-missing \
--to=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.