Displaying 20 results from an estimated 300 matches similar to: "Load Balancing problem"
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 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 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
#----
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!?
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 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
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
2015 Apr 30
0
ipv6 routing problem
I have centos 6 running kvm. IPv4 works perfectly works. But I am having
some problem with ipv6, looks like its bridge routing problem but stuck.
here are my bridge detail:
bridge name bridge id STP enabled interfaces
br0 8000.000af75613f2 no eth1
vnet1
br4 8000.000af75613f0 no eth0
ip -6 route shows :
unreachable ::/96 dev lo metric 1024 error -101 mtu 65536 advmss 65476
hoplimit 4294967295
2006 Apr 27
0
MULTIPATH: how to control chache expiration time?
I have a 2.6.12(ubuntu-patchset), kernel recompiled with this routing options:
[*] IP: advanced router
[*] IP: policy routing
[*] IP: equal cost multipath
Load balancing is working great, but i have problems whits long term tcp flows
(like msn-messenger or vpns or any other type of long term ip based
conection).
I assume this is because after a period of time, the per-host
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
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
2012 Mar 30
1
IPv6 routing failure on CentOS5
I can't get IPv6 routing to configure correctly despite everything I've read saying it should
This is my network config on a fully-updated CentOS 5.8 system:
# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=my.hostname.com
GATEWAY=aaa.bbb.ccc.ddd
IPV6_DEFAULTGW=2a02:aaaa.bbbb::1
IPV6_DEFAULTDEV=eth0
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
2005 May 16
0
icmp redirect
hi
i have a strange night with our firewall ;)
i wanted to utilize the icmp redirect packages to connect our to different networks on the same segment
i have a lot of these messages in dmesg:
Redirect from 10.0.0.2 on lo about 152.66.235.1 ignored.
Advised path = 0.0.0.0 -> 0.0.0.0, tos 00
---
with tcpdump i saw strange packets crawling on the lo interface ;)
IP 10.0.0.2 > 0.0.0.0: icmp
2008 Jul 10
0
IPv6 static routing
So I do not want to run radvd on my public subnet (between the gateway
and firewall).
I am trying to set up the firewall's public interface. For now in
ifcfg-eth0 I have the lines:
DEVICE=eth0
BOOTPROTO=static
HWADDR=00:40:F4:05:A8:F1
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR="2607:F4B8:3:1:0:40:F405:A8F1"
ONBOOT=yes
And in network I have:
NETWORKING=yes
NETWORKING_IPV6=yes
2007 Apr 18
0
The "ip route get" returns wrong interface and gateway in an multipath routing environment
Hi,
I think I found a problem in iproute or ubuntu kernel. I think that the
"ip route get" returns wrong interface and gateway in an multipath routing
environment on Ubuntu 6.06 LTS.
I reported it also to launchpad as a bug:
https://bugs.launchpad.net/ubuntu/+source/iproute/+bug/105521
The easiest way to reproduce it is to start an Ubuntu 6.06 LTS Live on a
system with three
2010 Dec 02
0
default route with two nexthops and MASQUERADE problem
Dear all,
I''ve the following problem with routing + NAT:
If I''ve two ISP and I''m using two nexthop in default route with MASQUERADE on both ISP links, I see routing cache regenerated, but sometimes packets sent to a new link (after cache regeneration) uses wrong source address for masquerading.
Here is the config.
I''ve two links to outside via two
2005 Jul 04
0
Problem with routing decisions, and multihop
Hi!
I have many problems getting this thing to work. There''s a host with
two network interfaces, where there are two routers to Internet in two
separated networks. The host uses multihop routing for deciding to
which router send the packets... but the routing decision is wrong
made. Some packets with source address of one NIC, go to other
network.
I have a host with three NICs in it:
2007 Feb 21
1
simple source policy routing not working
Hi,
my box is connected to 3 networks, eth0 eth1 wlan0. I want "my" traffic to go
via wlan0 and everything from eth1 NATed to eth0:
eth0 192.168.1.10/24
eth1 172.16.1.1/12
wlan0 192.168.10.190/24
I first tried this with two single hosts:
iptables -A POSTROUTING -j MASQUERADE -o eth0 -t nat
iptables -A POSTROUTING -j MASQUERADE -o wlan0 -t nat
echo 200 Forw >>
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
2004 Sep 20
0
IPv6 routing question
hi:
*I have this 2 boxes set up like this:*
2020::2/128 2020::254/128
3030::254/128
192.168.0.2/24 192.168.0.254/24
192.168.30.254/24
+-------+ eth0 eth3 +-------+
| |=======================| | eth1
| A | | B |----
| | | |