similar to: Some doubts regarding load balancing!!!

Displaying 20 results from an estimated 2000 matches similar to: "Some doubts regarding load balancing!!!"

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
2005 Jun 22
1
3 internet connexions - Problem with my script
Hi, I have a problem with my script. I have a debian with a kernel 2.6.8 patched with patch-2.6.8-ja1.diff of nano.txt site. I have 3 internet connections : - eth1 : - ip : 192.168.8.75 - gw : 192.168.8.73 - eth2 : - ip : 192.168.1.200 - gw : 192.168.1.2 - eth3 : - ip : 192.168.2.200 - gw : 192.168.2.1 and my eth0 for
2006 Feb 02
0
Problem with routing to multiple tables
Hello all, I am having some difficults to make a routing rule work. I want that every P2P packages go to one interface (eth2 - cheaper link) nad the rest of the traffic go to another interface (eth0 - frame relay very expensive). I am using this script to make the mark and balance: ------- #!/bin/bash IPT="/usr/local/sbin/iptables" IP="/sbin/ip" #---- # Declara redes #----
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
2005 May 25
0
Two routing cache entries
hi all, i am setting up a load balancing network with failover, i have applied julian patch, but whenever i try to establish a new connection from any client node, it gives me two entries in the routing cache for that destination with different or same interface for those entries, but off the two entries only one route path is used for the transmission. the ip rule/route are as follows,
2004 Jan 10
5
Two routing cache entries with different interface
hi all, i am setting up a load balancing netwrok with failover, i have applied julian patch, but whenever i try to traceroute from any client node, it gives me two entries for that destination, but i get different interface for that entries, so it doesn''t forward my requests, i have done masquerading for client nodes, the ip rule/route are as follows, ip rule add prio 222 table
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
2005 Jan 31
3
load balancing between two default gateways
Hi list gurus, long story short we have firewall machine which is the default gateway for our clients and firewall send traffic out to Internet via cisco router. On cisco we have two serial interfaces 1Mb and 2Mb. On firewall #route add default gw xxx.xxx.xx.xxx (for 2mb) #route add default gw xxx.xxx.xx.xxx (for 1mb) and the same rule for Imb link route packets via these two links. However I
2007 Oct 29
4
multigateway routing with adsl and dynamic ip
hi currently i am using redhat enterprise linux 5 for multi gateway routing with 5 internet connection on static ip and all is working fine, now i want to use 5 adsl lines with dynamic ip but there is no doc. in lartc and in nano''s how to for dynamic ip, so can u plz help me out thanks in advance nilesh chouhan __________________________________________________ Do You Yahoo!?
2006 Mar 28
1
IP route balance problem
Hello Im having a problem similar to sawar Here is my configuration --------------eth1---192.168.1.128---------- -------------192.168.1.1 ISP router 1 | my | ---Eth0---192.168.10.157----| | | linux |
2006 Feb 01
1
About ip route 2 prio at tables
Hello, I am looking for an answer. I am doind some thing like a loadshare betwen two backbones. To one of them I send all p2p, msn and irc packages and to the other one I send the rest I have. The problem I am facing is about prio at tables: ip rule add fwmark 1 table 201 prio 202 This is the rule I make. This is, I thinbk, working fine. The default gateway is set into table
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
2004 Jan 19
0
Two ISP load balancing + One ISP'' subnet explicit routing
Hello! I have a problem. May be here exist anyone who has encountered with the following problem. I have a router which is connected to 2 ISP from external side and one LAN internal interface. The feature is that the one ISP allocates a subnet xxx.xxx.xxx.160/28 for me but I split it into two subnets xxx.xxx.xxx.160/29 and xxx.xxx.xxx.168/29 and assign the latter to the internal interface. Also
2005 Dec 19
5
Inbound and outbound traffic problem
+---------------+ +----+ ISP A | | | |-----------------| | +----+ | | +------+ | ROUTER | NET C | www | | LINUX |----------------| |
2007 Jun 13
1
Will this work, or have I been around too much magic smoke???
Will this (in theory) work, or have I been around too much magic smoke that has escaped from fried equipment??? I have a system with two different internet connections. One connection is a WISP via an external bridging radio (ethernet to proprietary wireless back haul). The other connection is PPPoE ADSL via the local phone company. (I think) I am wanting to use equal cost multi path
2004 Aug 20
1
trouble with nexthop when I try to load balance
I have two internet lines and I want to do equal cost loadbalancing on the two uplinks to the internet. This is what I do: ip route add 200.200.200.0/24 dev eth2 table 200 ip route add default via 200.200.200.254 dev eth2 table 200 ip route add 100.100.100.0/24 dev eth1 table 100 ip route add default via 100.100.100.254 dev eth1 table 100 ip route add 200.200.200.0/24 src 200.200.200.1 dev eth2
2002 Feb 14
3
Two ADSL Lines either ECMP or BGP?
Hi - I am trying to find a Linux based solution for one of my clients, I want to bond two adsl lines into one, with redundancy (if one fails the other does all the work). I''ve been looking into ECMP (Equal Cost Multipath), I know BGP would work, but something like ECMP would be much simpler. I have full control of both ends of the connections and I can have both ADSL lines terminate in
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
2009 Feb 10
3
clustering and load balancing Apache
Hi, I am new to clustering and loadbalancing in apache, What is best way of doing it? How do I do the clustering and what tools do I need to use? Do I have those tools, I use CentOS , Do i have any tools in CenOs which comes default in it? And how do I do apache load balancing? should I rely on apache forums or mailing list or is there any way or tool I can use in CentOS? Can any throw some vague
2006 Mar 08
3
Kernel panic with load balancing
Hi! I''ve 5 DSL routers and a linux router in a switch. The linux router is doing NAT for a LAN network, but it freezes when I set up load balancing with this command: ip route add default proto static\ nexthop via 192.168.1.10 dev eth1\ nexthop via 192.168.1.20 dev eth1\ nexthop via 192.168.1.30 dev eth1\ nexthop via 192.168.1.40 dev eth1\ nexthop