Displaying 20 results from an estimated 1000 matches similar to: "RoutesKeeperProject"
2005 Aug 08
7
Loadbalancing and failover using TC and Iptables
Hi all
iam trying to deploy loadbalance and failover
My setup description
--Fedora Core 4
--Linux 2.6.12.3 #1 SMP Mon Jul 25 22:37:34 IST 2005 i686 i686 i386
GNU/Linux
--tc utility, iproute2-ss050314
--ip utility, iproute2-ss050314
--iptables v1.3.0
And i had deployed Following configuration
#table main with priority 50, the highest one
ip rule add prio 50 table main
#table 201
ip rule add
2005 Feb 08
1
Basic iproute configuration questions
I''ve managed to get myself confused with what is probably quite simple
so if there''s any definitive documentation then please give me pointers.
I''ve read and tried the nano.txt document, that''s what I''ve based my
current setup on and it isn''t working at the moment.
I have two external links, a DSL link on eth1 and a cable link on eth2.
2005 Feb 16
11
Load Balancer setting for Public Servers
Hello,
I have finished setting up the load balancer with IPROUTE ... also patch the
kernel to support DGD and now it''s working fine with the valuable guide at
LARTC website, Julian Anastasov, and the kind people in this mailing list.
Now I would like to launch a web server and a ftp server to the public but
I''m stuck into a problem and really need your help.
Currently internal
2005 Feb 03
0
Tutorial: Setting up a server with multiple internet connections
I know people are using nano-howto (http://www.ssi.bg/~ja/nano.txt) to
configure a multihomed server, but I don''t like it''s approach, and it
doesn''t offer a complete solution, especially, AFAIK, nano-howto doesn''t
tell you to bind each TCP connection to just one up-link, so connections
will lost when routing cache expires (most ISPs DROP ip spoofing traffic)
2005 Oct 08
1
Two Output Gateways
Hello,
Currently running Kernel 2.4.31 with iptables 1.3.3
i-----------i
i R1 i--------i
i-----------i i i-----------i
i-- i S1 i
i-----------i i i-----------i
i R2 i---------i
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
2005 Apr 29
1
newbie
Hi all,
After posting some emails here and googling in the net. I have now a little
clarity where and how to start bandwidth Management.
Hope I can still be guided though.
My understanding is I will be needing these modules and linux utilities. I
hope someone can confirm.
1. I need to use iptables/ebtables for packet marking.
2. I can use tc for packet shaping.
3. I can use bwm_ng for
2005 Oct 24
3
Problem with ip route . VERY SLOW
Hello everybody
Im french and im a network administrator.
It the firs time I write on this mailing list ..
I configure a debian distribution (the last one sarge) with iproute2 to
route packets depending on source ip address
It works fine but it is very very slow .
When I make a ping for example on a windows machine :
[in French ]
$> ping www.Google.Fr
Envoi
2005 Feb 07
1
please guide me ...with regard to multipath dynamic routing in case of link failure
Hi,
There''s some very silly mistake i''ve done in my configuration. I did by
reading material on web. I''m enclosing my configuration script below. The
problem is its not routing the trafic from other interface in case the first
interface is down....which should be the wright case. Kindly please guide me
what i can do to make it work..dynamically.. Also there is a
2005 Feb 10
7
RoutesKeeper
I just stumped on the following project:
http://selab.edu.ms/twiki/bin/view/Networking/RoutesKeeperProject
From the page:
> Free as in GPL: Yes, it''s very important, we all love Mr. Richard
> Stallman • Load balancing: Use unlimited number of internet
> connections simultaneously • Fail over: You still get persistent
> internet access although some of your connections
2005 Feb 04
2
Multiple gateways setup and timeout connections
Hi,
I''ve setup a gateway using multiple default gateways and netfilter
MASQUERADE to load balance traffic between two DSL interfaces and one
dedicated link, and when I try to download something big, or when I''m
using MSN (both in clients under this gateway), sometimes, or most
times, after a while the connection timeouts. The connection doesn''t
seem to change its
2005 Apr 19
7
tc filter - based on iptables - MAC - MARK not working - altough marking on ip src, dst address works
=== tc filter - based on iptables - MAC fw marking not
working ==
DEV="eth1"
tc qdisc add dev $DEV root handle 1: htb default 20
tc class add dev $DEV parent 1: classid 1:1 htb rate
600kbps ceil 3276800kbit
tc class add dev $DEV parent 1:1 classid 1:15 htb rate
3kbps prio 4
tc class add dev $DEV parent 1:1 classid 1:20 htb rate
500kbps prio 3
tc qdisc add dev $DEV parent 1:15 handle
2005 Feb 14
6
NAT over 2 providers (not load balance)
Hi guys,
Can you take a look at this? :)
+-----------+
| |
eth1-|- |
| -|-eth0---LAN---
| |
eth2-|- |
| |
+-----------+
-
eth0 is connected to the LAN having the IP=LAN_IP
eth1 is connected to the first ISP having IP=ISP_IP_1 and GW=ISP_GW_1
eth2 is connected to the second ISP having IP=ISP_IP_2 and GW=ISP_GW_2
I need
2005 Jun 12
1
problem on setting up per user ID based ADSL connection
Hi,
I have been searching around and trying for a few days but still can''t
get it works. Hopefully the highhand here can give me hints!!
I have 3 adsl connections, 1 is using hardware broadband router to connect and
the other 2 are using my debian linux pc to connect. I hope to setup a
route policy
so that all users except user1 and user2 will use the broadband router
connect (eth0),
2008 Jun 18
3
Pulling Hair Out - TWiki 4.2 on CentOS 5
I thought I would turn here before giving up. I am trying to install Twiki
4.2 on CentOS 5 with all updates. (I also tried Twiki 4.1.2 as well)
I am running a custom rolled Apache 2.2.8 server and custom rolled PHP 5.2.6
(built with oracle support). These work and are rock solid. I've been using
the same config with very heavy duty scripts and php applications with no
issues.
When trying to
2015 Apr 15
2
systemd private tmp dirs
On Wed, Apr 15, 2015 at 4:07 PM, Matthew Miller <mattdm at mattdm.org> wrote:
> On Wed, Apr 15, 2015 at 03:55:34PM -0500, Les Mikesell wrote:
>> Is there a generic way that processes written to share files with
>> (say) apache in /tmp can figure out that they are running on an OS
>> with systemd and in that case, where the daemon in question thinks
>> /tmp is?
2005 Feb 12
1
[OT] How to pppOE server configure?
Dear all,
Though this is not LARTC related question,
finding no other help I am forwarding this question
for this group. Hope some GURUZ will help me.
I want to authenticate my lan users through pppOE. I
am using rh 9.0 box as my gateway. How / Which
software do i use on my linux box to provide pppOE
service and in client end win98/2000/Xp which software
do i use?
2007 Oct 26
3
SOLUTION - Compiled Kernel and modules for XEN3.1 on PowerEdge 1950
Dear all,
since it could be of interest for the list, here I post a link to
compiled kernel for XEN 3.1 on a DELL PowerEdge 1950 compiled with
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) on a Debian4
distribution.
This is provided AS IS AND WITHOUT ANY SUPPORT AND/OR ANY RESPONSIBILITY :-)
The first link (7 MB) pack all the files you should have in /boot.
The second link (12 MB)
2015 Apr 15
2
systemd private tmp dirs
Is there a generic way that processes written to share files with
(say) apache in /tmp can figure out that they are running on an OS
with systemd and in that case, where the daemon in question thinks
/tmp is?
For example, twiki has a backup/restore add-in where the backup part
is normally done from cron with a command line script but the
resulting archives that go in /tmp are supposed to be seen
2007 Feb 08
4
NEWBIE: @BOOK help?
In Henric's recent post, he included this output:
@BOOK{R:Harrell:2001,
AUTHOR = {Frank E. Harrell},
TITLE = {Regression Modeling Strategies, with Applications to
Linear Models, Survival Analysis and Logistic
Regression},
PUBLISHER = {Springer},
YEAR = 2001,
NOTE = {ISBN 0-387-95232-2},
URL =