Displaying 20 results from an estimated 7000 matches similar to: "Unequal Multipath Routing?"
2006 May 30
11
Problems with Routing and Masquerading
Hi,
I have a linux box which balances load between two interfaces ( say WAN1
and WAN2). I have masquerading on for any request coming from LAN to the
outside world.
The setup is in such a way that WAN1 drops packets with source ip
belonging to WAN2''s network and viceversa.
For some strange reason, I find that packet coming out from the WAN
interface has source address of WAN2 and
2006 Jun 23
7
Multipath Routing Problems
Hi all :)
there is somekind of strange Routing problem that im getting with Linux-2.6.16 and iproute 2.6.16 , when i use command like :
ip route add default nexthop via 1.1.1.1 dev eth0 nexthop via 1.1.1.2 dev eth1
all packets goes on 1.1.1.2 ( always last interface ) , whats is the problem ? this situation also tested with equalize flag , on two physical interface and etc ...
--
Lady Luck
2007 Apr 10
7
equalize / ecmp not working as expected in 2.6 vs 2.4
Hi,
With kernel 2.4 I was able to use equalize to send our outgoing packets to
two different routers (our isp supports this setup), like this:
ip route add default src ip.a.dd.rr equalize nexthop via <router1> weight 1
nexthop via <router2> weight 1
The two routes were used equally on a per packet basis, not per flow or per
cached route, but per packet, each line has 800k upload
2006 Aug 14
14
Routing packets over multiple links (NICS) all on the same ISP all with same gateway.
Ok ive been trying to get this to work for about half a year now. Ive
searched all over the internet for a solution for
my problem. Ive found some solutions, but they only led me to yet more
problems.
What we want to do is the following:
I live in a student complex with 7 other people. Every room has its own
internet connection from the same ISP.
Ip, gateway, subnet are asigned through dhcp on
2007 Feb 28
2
Problems getting multipath routes to balance
Hi. I''ve trying to balance outgoing traffic by using multipath
routes, but I can''t get it to work. Only one of the routes are used.
I''m adding the route like this:
ip route add table 101 default \
nexthop via X.X.X.X nexthop via Y.Y.Y.Y
It shows up the routing table like this:
default
nexthop via X.X.X.X dev vlan110 weight 1
2006 Jun 17
4
working patches for load balancing
Hi,
i want to do load balancing of 2 ISP's
Everything is set up OK but one of the ISP's is loaded on 100% while
the other is utilised on 1 - 5%
I've read about Julians patches but they stop at 2.6.14.
Is anybody aware of similar patches for higher patchlevels. 2.6.14 is
not suitable for my setup
Thanks for reading :)
--
С уважение,
Владимир Витков
http://www.netsecad.com
2007 Feb 21
10
Split access, load balancing AND forwarding: HOW?
The LARTC howto correctly describes load balancing and split
access for traffic from a machine with multiple ISP connections
(http://www.lartc.org/lartc.html#LARTC.RPDB.MULTIPLE-LINKS) --
*provided* the traffic originates from the machine itself (i.e.
traffic regularly handled by the INPUT and OUTPUT chains of
iptables).
When forwarding traffic from an attached local network, the
following
2007 Jan 19
2
2.6.17 kernels and equalize patch
Hi
Everybody in the list
I have a situation like this
------ (IP1)
linux |----eth0.40------ |
router | | |
box | (IP2) |------|Client Router ( Destiantion Net DNET)
|----eth0.41------ | | /27 subnet
------
I just want to balance the load of bandwidth per packet based between the
two vlan interfaces to Client Destination network
2007 Jan 05
4
Load Balancing Problems
Hi,
I have a router that got its second link. I was trying to do load
balancing, but i can not get it to work properly.
Just one link works at time, and is always the second in the command ip
route add default table 222 proto static.
Am I missing something? My script is below. I am using Debian, tried
with kernel 2.6.19 (my compilation) or debian''s one (2.6.18-3-486),
same results
2007 May 14
13
Multihome load balancing - kernel vs netfilter
Hi,
I have searched the archives on the topic, and it seems that the list
gurus favor load balancing to be done in the kernel as opposed to other
means. I have been using a home-grown approach, which splits traffic
based on `-m statistic --mode random --probability X`, then CONNMARKs
the individual connections and the kernel happily routes them. I
understand that for > 2 links it will become
2006 Dec 11
6
load balacing with https home banking
Hello everybody.
I''m running linux 2.6.19 with nth match to
alternatively snat outgoing connections to
two different ip addresses for load balancing
between two adsl lines:
Here is:
$IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m
multiport --dports 80,443 -m statistic --mode nth --every 2 -j SNAT --to
adslA
$IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m
multiport
2007 May 09
10
Load balancing using connmark
Hi,
I''ve been implementing a load balancing solution using CONNMARK, based
on solution described by Luciano Ruete at [1]. Gracias por el post y por
apuntar en la dirección correcta Luciano!
Once implemented, I''ve found that due to some reason packets aren''t
properly marked (or improperly remarked) and sent out using the wrong
interface.
My topo setup is:
2005 Oct 26
4
multipath routing
Hi, I am tring to us ip route to load balance between two interfaces.
ip route add equalize 10.200.1.0/24 nexthop via 10.200.0.2 dev neta nexthop via 10.200.0.2 dev neta2
Where neta and neta2 are gre tunnels. Testing show that packets travel in a single sided manner.
Do I need to use the multipath (IP_ROUTE_MULTIPATH_CACHED) module?
thx jason
2006 Feb 23
4
HTB: far unequal behaivor at a slight conf rate change
Hi all!
I''m working in a " _really_ end user simple", yet powerfull, flexible,
scalable, GPL htb/htb-init front end, but now, in the "test fase" im facing
an utlimate problem...
Absoult minimalistic scenario: #Use a FIXEDFONT to read this
#inet-ethx-|FIREWALL|-lan-ethx <-> |client_host_1|
#
#FIREWALL class(rate,ceil) at lan-ethx
2003 Jan 19
5
Latest techniques for multiple PPP load-balancing
Hey,
I''ve been scouring the web these past few days trying to find a suitable
technique to load balance my network. Unfortunately I think my setup is
very uncommon, so I''m looking to you guys to see if you can help.
I currently have 2 ADSL modems, provided by the same ISP and terminating
on the same gateway (I think having the same gateway is what is causing
the problems, since
2004 Mar 24
2
multipath routing
I have a private lan that is connected to the world via 3 dsl lines. I put
up a linux box that handles all the dsl lines, lan gateway and all is
working well...until...one of the dsl lines goes down. My routing table is:
x.x.x.x dev ppp0 proto kernel scope link src x.x.x.x
x.x.x.x dev ppp1 proto kernel scope link src x.x.x.x
x.x.x.x dev ppp2 proto kernel scope link src x.x.x.x
2001 Mar 15
12
Balancing ip traffic over two or more internet (adsl) connections
Hi.
I''ve got here the following configuration:
(turn on fixed pitch font to be able to see the scheme in a more
accurately way)
Client machines <-----> ADSL Router 1 <-----> INTERNET
(192.168.0.0/24) (192.168.0.229) NAT
Client machines <-----> ADSL Router 1 <-----> INTERNET
(192.168.1.0/24) (192.168.1.229) NAT
[if doesn''t really
2005 May 24
3
equal-cost multipath in 2.6.7
I have question about multipath routing. I am running a 2.6.7 kernel (gentoo).
I have a route with three nexthops on the same interface. I see a
different nexthop being picked for different destination addresses.
All is fine.
Now if one of the nexthop goes down (arp entry times out and arp
request doesnt get a response), does it remove the nexthop from
contention and only use the remaining two
2007 Jun 05
3
Multipath routing
Hello!
I have trouble with multipath routing. Those options are enabled in kernel:
[*] IP: policy routing
[*] IP: equal cost multipath
[*] IP: equal cost multipath with caching support (EXPERIMENTAL)
<*> MULTIPATH: round robin algorithm
But issuing:
ip r a 1.2.3.0/23 scope global equalize nexthop via 80.245.176.11 \
dev eth0 weight 1 nexthop via 80.245.176.13 dev eth0
2007 Jan 13
5
multipath device round robin not working?
Hi,
I have a linux server running kernel 2.6.19 that is connected with 2
seperate 100Mbit links to the same isp:
+---+
+---------------+ | I |
+---------------+
| | | S |
| |
| eth0 --+--------------+ P |
| |