similar to: multilink/multiprovider load balancing

Displaying 20 results from an estimated 6000 matches similar to: "multilink/multiprovider load balancing"

2014 Apr 17
0
DAHDI: Multilink PPP over T1
Greetings, I want to bond two T1 lines running between a Linux machine with a quad port tor2 card and a router running Cisco IOS. It seems that the way to do this is to run multilink PPP across both T1 spans, but the nethdlc/"Linux Generic HDLC" stack does not appear to support multilink PPP. Is there a way that I can get DAHDI to make the two T1 spans in question show up as serial/tty
2002 Jul 11
0
Multilink.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have one computer with 3 ISDN internet links and other one with 1 DSL internet link. I want communicate this two computers but I need that computer one uses the 3 ISDN links combined to obtain a greater bandwith. How may I do this ? Is multilink my best solution ? May someone give me advises about howto do it in Linux ? Greetings. - ---
2003 Jan 29
0
failover with Multilink
Hi, I have a gateway that is connecet throught the internet with a permanet DSL link and dial on demand ISDN line. If the DSL link is up I want that only this link is used. If it fail the ISDN line. If read http://lartc.org/howto/lartc.rpdb.multiple-links.html and I need basicly the load balancing is near to waht I need. Is it possible to force the use of ine link as long as it is avaible ?
2004 Feb 06
3
Multiple uplinks - load balancing
Hello! I have set up a LINUX router with two seperate uplinks to do load balancing. I made all the configuration after the "NANO-HOWTO to use more than one independent Internet connection" document. I patched my 2.4.24 kernel with patches, described in this document. My configuration is: --------------------------------------------------------------- #!/bin/bash
2007 Jul 24
1
Testers needed for VoIP router solution
Hi all, We have put together a firmware for a range of inexpensive routers. It has been configured to provide optimum VoIP performance. We have internally tested it for number of months and it looks very good. You should be able to run it easily with 20+ phones on local network ( we still did not hit the upper limit ) assuming that you have bandwidth. Your VoIP will get prioritized over other
2018 Jul 26
0
net-next boot error
[ Added Thomas Gleixner ] On Thu, 26 Jul 2018 11:34:39 +0200 Dmitry Vyukov <dvyukov at google.com> wrote: > On Thu, Jul 26, 2018 at 11:29 AM, syzbot > <syzbot+604f8271211546f5b3c7 at syzkaller.appspotmail.com> wrote: > > Hello, > > > > syzbot found the following crash on: > > > > HEAD commit: dc66fe43b7eb rds: send: Fix dead code in rds_sendmsg
2005 Jul 18
0
Load balancing (LARTC 4.2) over 2 connections on 2 routers.
Hi, I''m building a network similar to that seen in 4.2 of the LARTC Howto. There is a diagram of this attached to this mail. Addendum to diagram: AlexRouter br0 = 192.168.58.1 eth0 = dhcpcd DaveRouter br0 = 192.168.58.2 eth0 = dhcpcd But we''ve run into some problems when actually implementing the routing for multiple uplinks. The difference between my
2007 Apr 18
1
[Bridge] Multilink + bridge + nat problem
Hi, I have a suspicious problem with multiple uplinks configuration. First of all my configuration: 1) kernel 2.6.20.3 2) iptables 1.3.7 3) last iproute (for masked marks) All wan interfaces are bridged (stp disabled) in only one interface (wan0), all lan interfaces are bridged (stp enabled) in only one interface (zlan0). The wan0 bridge is to allow UPnP works. To allow related
2004 Feb 02
2
Nearest Neighbor Algorithm in R -- again.
Several of the methods I use for analyzing large data sets, such as WinGamma: determining the level of noise in data Relief-F: estimating the influence of variables depend on finding the k nearest neighbors of a point in a data frame or matrix efficiently. (For large data sets it is not feasible to compute the 'dist' matrix anyway.) Seeing the proposed solution to "[R] distance
2001 Nov 06
2
2.2.14 integration with lvs
Hi, I had to modify 2 files to integrate ext3 patch with lvs patch.. (ext3-2.4-0.9.14-2414p8.gz and ipvs 0.8.2) --- drivers/block/loop.c.orig Tue Nov 6 10:13:48 2001 +++ drivers/block/loop.c Tue Nov 6 10:17:55 2001 @@ -218,14 +218,16 @@ static int lo_send(struct loop_device *l index++; pos += size; UnlockPage(page); -
2014 Jun 11
2
Re: libguestfs supermin error
On Wed, Jun 11, 2014 at 01:00:16PM +0530, abhishek jain wrote: > Hi RIch > > Below are the logs updated logs of libguestfs-test-tool on ubuntu powerpc... > > libguestfs-test-tool > ************************************************************ > * IMPORTANT NOTICE > * > * When reporting bugs, include the COMPLETE, UNEDITED >
2007 Sep 16
0
Port forwarding from dom0 to bridged domU with IPVS
Hi list, We, an OSS advocacy group, setup a Xen 3.1 machine composed of : . a 64 bits dom0 running Debian stable amd64 . 2 hvm domUs running OpenBSD amd64 . 2 hvm domUs running NetBSD i386 This machine is to be hosted and reachable from the Internet, but it will only have one public IP. Naturally, our first tought was to port-forward using iptables / netfilter. We didn''t really
2018 Jul 26
2
net-next boot error
On Thu, Jul 26, 2018 at 11:29 AM, syzbot <syzbot+604f8271211546f5b3c7 at syzkaller.appspotmail.com> wrote: > Hello, > > syzbot found the following crash on: > > HEAD commit: dc66fe43b7eb rds: send: Fix dead code in rds_sendmsg > git tree: net-next > console output: https://syzkaller.appspot.com/x/log.txt?x=127874c8400000 > kernel config:
2018 Jul 26
2
net-next boot error
On Thu, Jul 26, 2018 at 11:29 AM, syzbot <syzbot+604f8271211546f5b3c7 at syzkaller.appspotmail.com> wrote: > Hello, > > syzbot found the following crash on: > > HEAD commit: dc66fe43b7eb rds: send: Fix dead code in rds_sendmsg > git tree: net-next > console output: https://syzkaller.appspot.com/x/log.txt?x=127874c8400000 > kernel config:
2010 Nov 15
0
ipvs and destination hashing...
Hi, just in case some ipvs knowledgable people read this... I tried to find some info on ipvs destination hashing on the net but did not find anything... Right now we have a basic direct routing round-robin keepalived configuration: abc.example.com (a.b.c.d) => LVS ( round-robin ) => server_[1..n] with IP[1..n]. If we use the dh option, on what would the hashing be done? I saw some
2008 Jun 16
3
Help! - Double NAT issue
Hi folks. Please don't flame me but I've been googling around for days, read a tremendous amount, tried everything, and still no go. This is most definitely a typical newbie question. - I sure hope there's somebody(s) out there who'll humble themselves to help me out. I've set up an 'out of the box' basic Asterisk server running on Slackware Linux. - It basically
2011 Jan 27
1
Best way to calculate concurrent users?
Well, i am having some problens to figure out how many concurrent users into the server! In my envoriment now, most people are using the webmail interface, and it just conect and disconct pretty quickly so i can not get it with "doveadm who" doveadm who only gets the ones that are connect with clients. O use ipvs to balance betwaeen 2 servers does anyone have an ideia ? With ipvs i
2007 Feb 04
0
VPN Solution
Greeting List Members, I''m not sure if what I want to do is possible at all. I have an office network (ONet) with 3 uplinks. Each of these ISPs give me a block of /26 to /29 IP addresses, as my needs / demands are. Now, I have a remote server (RS) hosted in a data center, which communicates between several hosts in my office. What we want to do is encrypt the data being transferred
2006 Jun 29
1
FW: 2.6.17.1 compile error with a netfilter module
Does anyone know what this means and how to fix it? I know it looks like a file named lockhelp.h is missing. What can I do to fix it? I tried to put in some POM patches from patch-o-matic-ng-20060624. Could this have been my problem? . . . CC [M] net/ipv4/ipvs/ip_vs_nq.o CC [M] net/ipv4/ipvs/ip_vs_ftp.o scripts/Makefile.build:52: kbuild: net/ipv4/netfilter/Makefile - Usage of
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