Displaying 20 results from an estimated 10000 matches similar to: "balancing issues"
2004 Dec 17
0
DHCP Handling and Traffic Control over a Working Load Balanced Dual ISP Setup
I have a working router (thanks to Julian''s patches and the threads on
this site) load balancing over Dual ISP''s.
Links for the curious (see router setup below as well) -
Necessary Patches - http://www.ssi.bg/~ja/
How to Patch (I use Debian Sarge and downloaded the latest source from
kernel.org) - http://www.desktop-linux.net/debkernel.htm
Necessary Reading -
2004 Aug 31
1
Finally: A working case of two adsl load balance
First of all i wanna thanks Christoph Simon for the support.
Only after his reply to my email i could see the real solution to
the problem (Valeu mesmo cara... me ajudou pra caramba!
Fico te devendo essa!) :)
Here is what i learned in a month of research:
I tried A LOT of things to do load balance, including the one at
LARTC homepage. The only tutorial that REALLY works in my
case is the
2006 Apr 06
0
Load Balancing problem
Hello all
I continue fighting with load balancing, I though it was easier :-/
Here is the script with my configuration
#!/bin/sh
IFI=eth0
IPI=192.168.10.155
NMI=24
IFE1=eth1
IPE1=192.168.1.128
NWE1=192.168.1.0
NME1=24
BRD1=192.168.1.255
GWE1=192.168.1.1
IFE2=eth2
IPE2=192.168.254.128
NWE2=192.168.254.0
NME2=24
BRD2=192.168.254.255
GWE2=192.168.254.254
ip link set $IFI up
ip addr add
2006 Feb 07
3
Please help in choosing the right patches
Dear Sir,
Please help me in building the right solution.
My requirement is:
1st I want to club both ISP bandwidth to get 512kbps.
2nd, In normal condition, it should be in Load balancing.
3rd , In ISP Failover condition, traffic will automatically route to working ISP.
What I have:
I have installed the RHEL 3.0 with 3 Network Card. Kernel is 2.4.21-9EL
I have the link from two ISP both
2006 Mar 23
1
load balancing and fault tolerance in networking
Hi!
I''m studying load balancing and fault tolerance using multiple WAN interfaces.
I follow the howto in http://www.ssi.bg/~ja/nano.txt but the problem is that
faults detected are limited only in link between lan gateway and modem/router
adsl, and none about adsl signal.
Someone can tell me another howto about fault tolerance using a different
method? (that solve my problem)
I know
2005 Sep 25
0
iproute2/nano-howto: dual external routing, a "virtual subnet"
A site I administer has dual T1''s. We have this set up according to
NANO-HOWTO[1] using Julian''s routes patch on a late model 2.4 kernel.
All is well, has been working well for a long time.
Recently one of our T1 providers went belly up and we got something
better. Now we have a /28 where previously we only used one IP per
interface.
Present interfaces:
eth0 - T1#1, single
2005 Feb 01
0
multiple uplinks example script
Hi!
I had two uplinks till today. We stopped one of them today, so i thought
i could share my experience. (it is maybe useful for somebody)
I hadn''t managed to configure it using a LARTC howto, but the Nano-howto
(http://www.ssi.bg/~ja/nano.txt) and julian''s kernel patches.
I had some problems with icq connections, because it is a two step
connection (It is just theory).
1.
2007 Aug 21
3
Rout looping through local host.
After many many hours of frustration and failures I''m almost to the
point that I don''t think this is even currently possible with Linux.
With out going in to too much detail, I am effectively wanting to do the
following.
I want to be able to take traffic in from a local LAN on eth0 and route
it out eth1 to a default gateway with a static IP. I want said default
gateway
2007 Nov 21
0
Some doubts regarding load balancing!!!
Hi all,
I have implemented load balancing using the tutorial http://www.ssi.bg/~ja/nano.txt ..The traffic is going through both my external network interface.
I have some questions regarding this:
ip route add default table 222 proto static \
nexthop via GWE1 dev IFE1 \
nexthop via GWE2 dev IFE2
The author explains the kernel chooses both the interfaces
alternately (weight being 1
2006 Dec 08
0
May problem with iproute2 nexthop?
Hi, I am new in LARTC list. I had intermediate skills in networking.
What I tried to do: Use 2 links with loadsharing + falt toletant (to add
bandwitdh)
ok ! I am use Debian Etch in router/fw With kernel debian default +
routes-2.6.17-12.diff patch
The Problem:
The iproute2 just route thought the last gateway of nexthop rule.
I was running tcpdump in 2 terminals,
tcpdump -nni eth0 ...
2004 Apr 07
1
setup fail-over with redhat9...
Hi. Im now decribeing my problem very clearly to see if anyone could help me.
I have 3 (three) nics in my system.
1 is for my internet network - (eth1)
2 are for my 2 adsl lines that i use to connect to the internet (eth2 is my "master" adsl line) and (eth0 is my "slave" adsl line).
I know that to make redundance work ill have to setup the ip route and ip rule in my
2005 Jan 18
2
failover works - but balancing does not
here''s the setup (two dsl - same provider)
+-----> link1
LAN----- linux box --| |----------internet
+-----> link2
the setup is ok in terms of the failover requirement. the other link
takes over when one is down. however, there is a very noticeable lag
when both lines are up. i''ve tried changing
2004 May 17
1
Re: Load Balancing 4 cable modems, followed nano.txt
Hello,
On Mon, 17 May 2004, Charles-Etienne.Dube wrote:
> I did some tests with 2 cable modems, but now it is installed in a production
> environment with 4 cable modems. At first, everything seemed to work fine..
> But now I had a couple of users tell me that some web pages were
> not available while others were, and it semms to be a masquerading problem
> since when I
2006 Feb 13
0
Few more quarries [was:] Re: Please help in choosing the right patches
Manish Kathuria wrote:
> Sandeep Agarwal wrote:
>> Manish Kathuria wrote:
>> >>Sandeep Agarwal wrote:
>> >>
>> >>
>> >> I have gone through http://www.ssi.bg/~ja/nano.txt AND further
>> >> http://www.ssi.bg/~ja/ & got confused in choosing the right patch.
>> >> Please suggest if I will choose Jumbo Patch
2005 May 16
1
load balancing causes authentication problems?
We are currently using iproute2 to perform a round robin type load balancing.
ip route add default proto static scope global
nexthop via XXX.XXX.XXX.XXX dev eth0 weight 1
nexthop via XXX.XXX.XXX.XXX dev eth1 weight 1
nexthop via XXX.XXX.XXX.XXX dev eth2 weight 1
>From my understanding this is destination based load balancing. And
2004 Mar 31
0
load balance a file download across two connections - success!
First of all, thanks to this group for the awesome documentation on the
load balancing and thanks to http://www.ssi.bg/~ja/nano.txt. I''m now
balancing a DSL and Cable Modem account (DSL is 1.5/768 and Cable is
3/256). It took some work but I learned a lot along the way.
For a few sites that I tend to download a lot from, I found that I could
configure Flashget
2004 Aug 15
1
multi ADSLs links
hi,
I''ve a dedicated internet link 512k with a cisco
router,
and now, I want to upgrade bandwidth with
8 ADSLs (512k each)
then:
- build kernel 2.4.27 with pachs:
- patch-o-matic-ng-20040621 : CONNMARK, H323, etc...
- http://www.ssi.bg/~ja/#multigw Julian''s patch.
- Activate "equal cost multi path"
(Advanced Router-Networking Options)
and so on
-
2004 Apr 19
2
two WANs one LAN
Hello list,
I want a set-up with a satellite link (eth0) and a cellular cdma
link (ppp0) coming into a linux box with a LAN (eth1 or wlan0)
to be able to route first through the satellite when it''s on, or
else the cdma when it''s in range. Load sharing is not critical,
but it would be nice. The satellite has a static IP, the cdma
is dynamic. Both WANs are
2002 Jun 15
1
RES: ADVANCED ROUTING USING IPROUTE2 -> Multiple Firewalls
Hi William. Thanks a lot for your help.
Im having some trouble recompiling my kernel after a installed the
patch.
Im running RH 7.3 with kernel 2.4.18-3.
The patch I installed is routes-2.4.16-6.diff. I got no errors
installing it.
I added the multipath support, and recompiled it.
The make dep and the make bzImage went fine.
I got error during the make modules.
These are the errors:
2006 Mar 29
3
Re: Load-banancing. two ip''s from one isp - solution
hi for those who was fallowing this topic I can say that
IP_ROUTE_MULTIPATH_CACHED must be disabled! After few tests I''m quite sure that this was cousing my problems. Now I''m using 2.5.15 kernel without patch of Julian Anastasov and load-balancing is working.
lartc split-access how to and http://www.ssi.bg/~ja/nano.txt now both are working fine
Now I will try to use fwmark