similar to: per packet load balancing

Displaying 20 results from an estimated 50000 matches similar to: "per packet load balancing"

2006 Mar 15
6
load balancing: per route or per interface?
Hi! I''m doing load balancing for 5 dsl lines, each one with a dsl router attached to a linux machine ethernet plug. The problem is that I''m adding 15 more dsl lines, and I don''t have enough PCI slots in the linux machine to sum up 20 ethernet plugs (I already have 2 quad ethernet cards). So I''m considering connecting all dsl routers and the linux machine to a
2005 Mar 12
3
Round Robin
Hi, I dont really know if this is the right place to post this question..If its not pl let me know... Here is what i am looking for. I have two machines with two ethernet cards.One of these machine has an ftp server(vsftpd). When i request a file from the first machine i want that machine be able to start an ftp, and when each of the packet of the file go to one of the ethernet cards, i want
2002 Nov 08
0
Load Balancing over A Bidirectional and Uni-directional Link
Hi All, I want to achieve load balancing over two internet links where one link is both upload and download and the other link is download only (satellite). I am running a linux host as a router with one internet link of 256 kbps which supports about 50 LAN users. We are not running any servers and all the traffic originates from the LAN. My first link (say link A) gives me a bandwidth of 256
2005 Mar 16
5
Packet Counting...
Hi, How can i count the number of packets on an interface evry 2 or 5 seconds. and i want to count only specific packets like only arriving packets from port 5001 Any thoughts... Muhammad
2004 Nov 18
1
same gw / load balancing
Hi I want to use two dsl (or more) lines to increase my internet bandwidth. Our dsl lines are dhcp serviced, so when we pull together two dsl modems, both of them provide the same def gw and different ip in the same subnet (i also assume that arping gives the same MAC for the def gw since it''s a bridged network). ¿Is it possible to balance outgoing traffic "using" the
2003 Nov 19
0
Load balancing and failover
Hi all i was going through the documents i need to achive the following setup, but iam confused to deploy but some one recomed me what will be good ------------------------ offic ------------------------ other office ----- Switch ----lan users ___________________ --- fiber link ___ wireless link now i want fiber both the links to be load balance from other office to this
2007 May 10
0
FW: Load balancing using connmark
-----Original Message----- From: Salim S I [mailto:salim.si@cipherium.com.tw] Sent: Thursday, May 10, 2007 5:22 PM To: ''Francis Brosnan Blazquez'' Subject: RE: [LARTC] Load balancing using connmark "I think the main advantage of shorewall solution is that it applies connmark to incoming packets from the wan as you point, leaving load balancing to outgoing connections to the
2005 Nov 13
0
Again: Re: MSN keeps disconnecting with load balancing (fwd)
This ''MSN'' is a web site? Im guessing it ''refresh''es every 5 minutes or so. They are proably testing cookies against the ip address they appear to be comming from. This is horribly wreckless of them if they arnt offering IPv6. Are they? They only way i have to remedy this problem is to get their IP range and bind it to the most stable connexion you have,
2006 Dec 13
1
load balancing
I ive set up a working linux router with load balancing as per the lartc guide. Everything is working properly, except for the load balancing does not seem to be equally balance the load. The first line gets about 60% of the incoming load, the 2nd line gets about 40%, and the 3rd line hardly gets any of it at all. The outgoing load is evenly balanced among all three lines. I did not set any
2004 Nov 20
2
Same GW for load balancing
Hi I want to use two dsl (or more) lines to increase my internet bandwidth. Our dsl lines are dhcp serviced. Both of them provide the same Def GW and different IPs for each ethernet interface (same subnet). ¿Is it possible to balance outgoing traffic "using" the interface as a criteria? No point on choosing gateway by IP. ¿Could someone give me a clue on how to deal with this? (first
2003 Jun 20
1
doubt about Load Balancing
Hello In the LARCT how-to subitem: 4.2.2. Load balancing the following phrase says: "" Instead of choosing one of the two providers as your default route, you now set up the default route to be a multipath route. In the default kernel this will balance routes over the two providers. It is done as follows (once more building on the example in the section on split-access): ip
2004 Sep 15
0
Load balancing and routing tables
Dear all, First please excuse me for my very bad english. I''m curently setting up a gateway (linux 2.6.7) with load balancing ( multipath ). I access them from lan and my external interfaces are NATed. I''m used iproute2 as described in the LARTC and nano howto. My problem is that connections are well balanced but often, long connection are break because the default route
2005 Aug 08
0
Load balancing multiple PPPoE connections
Hello, Currently I''m using the information from http://lartc.org/howto/lartc.rpdb.multiple-links.html and Julian''s patch to load balance two PPPoE Internet connections (DSL). It balances the traffic perfectly. +------------+ + ppp0 (eth0) ---+ Provider 1 + +-----+ | +------------- + LAN +--- eth2
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 Apr 18
1
Load balancing over 4 interfaces
Hello lartc! I have strange problem setting load balancing over 4 interfaces. Something won''t accept more than 3 interfaces, While setting: ip route add default scope global \ nexthop via 0.0.0.0 dev pvc0 weight 1 \ nexthop via 0.0.0.0 dev pvc1 weight 1 \ nexthop via 0.0.0.0 dev pvc2 weight 1 It''s ok: ip r l default nexthop dev pvc0
2006 Jan 17
1
Load Balancing with Instant Messenger traffic?
Hi, I have a box set up to distribute load over 4 satellite connections. I cannot use Instant Messenger programs with it as it stands, I believe that using iproute2, the path to the server is not being locked to one interface, so the IM servers are getting user traffic from multiple IPs. When I set just one default gateway, IMs work great. When I use the scope global/nexthop method of load
2004 Dec 26
1
load balancing over multiple ISP links
Hi, Can someone explain in technicality on how the load balancing over multiple ISP links? Regards, ro0ot _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Sep 15
1
load balancing
hi, question. i was reading the howto, and the part about load balancing talk about to providers, well i have one provider and make to dial-modem conection, so i have the same gateway in both (ppp0 and ppp1) but to diferent IP. what do i have to do? just set up the default route to be a multipath route? or do i need to split the access? _______________________________________________ LARTC
2005 Nov 16
0
load balancing
Hi, I have 2 routers that are connected using 2 gre tunnels over ipsec, and ospf. Ospf sets up the equal cost route, but uses the ''equalize'' in the route. Is there a way to remove/disable packet based load balancing? I would just like to do a flow based load balance? thx jason _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl
2006 Jul 06
0
Logging dropped out-of-sequence packets on a load balanced router
Hi, I am trying to get information on out-of-sequence packets being dropped on my load balanced multilink router. Can anyone give me any information on how best to log/track such packets? The router is based on Leaf Bering uClib 2.4 (kernel 2.4.26) The load balancing is being done using teql over a number of gre tunnels, each on a separate ethernet ADSL to a central box where the gre