Displaying 20 results from an estimated 2000 matches similar to: "failover with Multilink"
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.
- ---
2006 Sep 27
0
multilink/multiprovider load balancing
Lately I''ve been entertaining the idea of setting up a neighborhood
network (wireless and possibly some wired). I have a few neighbors
who subscribe to your typical consumer grade broadband connection
(e.g. Comcast cable or Verizon DSL) and a number of neighbors with no
connectivity or are still stuck on dial-up. Currently I''m sharing my
connection with my nearest neighbor but
2002 Oct 29
1
the routing cache and route selection; is this correct?
Hello all,
I do not read C very well (especially kernel C). Though I have tried to
muddle my way through an understanding of what''s going on in fib_hash.c,
fib_rules.c, and route.c, I have not succeeded to my satisfaction, hence
my post.
I''m trying to document the general process of route selection, and have
come up with the following overview. Could somebody point out any
2004 Mar 22
1
Newbie question - RPDB, policy routing etc...
Hello all,
I am going through the LARTC howto to understand how the iproute2 works.
But some concepts like Policy Routing, RPDB etc are not clear to me. I
am pretty new to iproute, beeing using route command for long...
From what I understand
1. rules (ip rule) tell how to select packets for routing and route (ip
route) tell where to route the selected packets.
2. A collection of rules is
2010 Feb 11
0
ff package: How to save and open ff(df) files.
Hello to everyone,
I'm a newbie with ff package and I´m starting to use it. I´ve been reading
the ff.pdf guide and another documents and questions , but I´m really
confused about some procedures I can´t see how to do. I´d want to know if
it´s possible (and how) to "save" a ffdf file(s) and open it in another
session, via saving it in an permanet location.
Let´s supose we´re
2005 Jun 20
1
Interface bound routing
Hi,
I''m sorry for "novice"-level question, but I hope your expert advice will
save me many painful hours running after my own tail...
Let assume I have Linux box with eth0, eth1 and eth2 interfaces. Each one
has IP assigned from different network. By default, IP address associated
with eth0 is chosen as default routing. My application creates thee TCP
sockets and explicitly
2009 Mar 16
2
Busy on SIP
Hi,
I have a question. How can I configure my sip.conf to make a SIP phone busy
on incoming and outcoming calls? I explain my problem.
When SIP phone receive a call and then I try to call that phone, I find it
busy.
When SIP phone make a call and I try to call that phone, I find it avaible
and it rings but I want to find it busy.
I configure sip.conf like following:
[10]
type=friend
qualify=yes
2004 Jan 13
1
simple(?!?) source routing
Hi,
I''ve set up a Linux box with redhat on to act as an internet gateway and I''m running into a few problems. Its got two adsl modems connected to it, both connected to seperate 512kbs lines. Now I''ve followed the simple source routing in the advanced routing howto to the letter but it doesnt work.
I''ve got it autoconnecting on startup and redhat puts ppp1
2003 Sep 18
0
hexadecimal fwmark and fwmark mask
Hi list,
I''m new to this list, I just subscribed because I have some ackward
about IPRoute2.
First, while playing with NetFilter'' "MARK" target, I met a weird
behaviour once I tried to use this marks in the RPDB : the packets
where successfully marked, but it seemed that RPDB didn''t succed in
matching them (for those who already know the answer, I only used
2019 Apr 16
4
Samba supported TLS versions
Hi,
I have searched and not found waht tls versions are supported with
samba 4.4.5 as AD. IS tls 1.2 supported with samba 4.4? If not what
version?
Thanks
2007 Aug 06
2
replicate centos installation
Since neither anaconda nor system-config-kickstart can give a list of all packages that
has been installed, waht is the recommended way to replicate one system for
another new installation (without using hd cloning) ?
Is it possible to simply do 'rpm -qa >> my-ks.cfg' ?
When running anaconda installer, it gives system selection as well as package
grouping (desktop vs server ->
2006 Jun 05
3
output an array
Hi
I have an array in a helper method and I want to oupt the contents to
the screen, so i can see waht array key''s are avalible
How can this be done?
--
Posted via http://www.ruby-forum.com/.
2008 Sep 16
1
dundi
I have two Asterisk servers running on the same LAN. One starts fine,
but when I start the other I get:
pbx_dundi.c:4582 load_module: Unable to bind to 0.0.0.0 port 4520:
Address already in use
and Asterisk does not start.
OK I thought, I'll just change the port in dundi.conf. I changed it
to 4521 and indeed it started just fine, until I reboot that is. WHen
I reboot, I get the same
2004 Aug 17
2
Two Adsl connections following lartc.rpdb.multiple-links.html instructions....
I have two adsl lines on my linux firewall box and i want to do some load balance between them...i tried a lot of different things, but it isn´t working...Following the instructions of http://lartc.org/howto/lartc.rpdb.multiple-links.html i used the configuration above. using "iptraf" I can see some few packets using the ppp1 connection, but almost all the packets use ppp0 connection.
2009 Jan 29
3
32 bit server is ok?
hi
i have a 32 bits server asterisk 1.6 will work ok in it? is just for a demo
server no more than 4 to 10 calls at the same time.
and a tdm board.
waht do you think?
thanks
David
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 May 20
2
comparing a vactor of values in IF statement.
Hi,
my vector V<- c(1,0.5,0.06,0.056,0.01,0.04,0.4,0.9,0.82,0.1)
if( V > 0.5) { V <- 1 - V }
I get a warning saying only the first element will be used in comparing (if V > 0.5).
However, my results tell me vis-versa ,it actually compares every element of the vector V with 0.5 and that is waht i want it to do.
Using a for loop is expensive and time consuming since my actual
2006 Jul 28
2
Problem with iptables with -j TOS and MARK
Hy,
I would want to mark the packets that are entering in a machine, with a
mark for using diffserv with DSMARK.
My machine has 2 interfaces, a ethernet and a wireless. The ethernet
interface is eth1 and the other is wifi0.
Firs, I would want to test that I would be able to mark the tos of the
paquets that I would be receiving, for this I write in the console of my
linux:
iptables -A
2005 Apr 14
2
LOADBALANCING+BRIDGING---is it possible on the same machine??
Hello All,
I have a linux box running with three NIC''s, I have used brctl tool to configure this box as a bridge, i have given it ONE logical ipaddres, Every thing is working fine, but now i am required to configure the same bridge as a LOAD BALANCER....
On some googling i found the following link
http://lartc.org/howto/lartc.rpdb.multiple-links.html
This HOWTO requires me to have one
2007 Oct 26
3
Binaries for AIX 5.1
Hi,
I'm looking for binaries of Samba 3 for AIX 5.1
The ones availables on Samba's FTP (
http://us3.samba.org/samba/ftp/Binary_Packages/AIX/ ) are given for AIX
5.2 or 5.3 (what is said in the README)
I found references to 3.0.21 packages (like in this message
http://lists.samba.org/archive/samba/2006-January/116792.html ) that had
existed, but this one is no longer avaible :(
So, do