Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 1999 00:01:03 -0700
From:      Brian Somers <brian@Awfulhak.org>
To:        "Oles' Hnatkevych" <gnut@fc.kiev.ua>
Cc:        freebsd-questions@freebsd.org, brian@hak.lan.Awfulhak.org
Subject:   Re: user PPP - both dial and leased multi-link 
Message-ID:  <199910200701.AAA00948@hak.lan.Awfulhak.org>
In-Reply-To: Message from "Oles' Hnatkevych" <gnut@fc.kiev.ua>  of "Tue, 19 Oct 1999 21:22:39 %2B0200." <0890.991019@fc.kiev.ua> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello freebsd-questions,
> 
>   Having FreeBSD 3.1 and two offices connected via both
>   leased and dialup line I've come to conclusion that
>   setting up a multi-link with bandwidth/traffic control
>   is not a trivial task.
> 
>   If anyone has done a such task - please let me glance
>   at your ppp configuration files. Or if you can advice
>   me somthing I'll be very grateful.

The latest version of ppp has a rewritten ``set autoload'' command, 
so if you want to bring secondary links up & down based on traffic, 
you should get a newer version of the software (from my web page).

>   Now I run leases line via -dedicated option to PPP
>   and the dialup gonna be through mgetty. At first just
>   dialup was used, later we made a leased line and
>   now try to use both.
> 
>   The question that will make much for me clear:
>   WHAT makes PPP daemons understand (or at least aware)
>   that they are wanted to establish a multy-link????
>   If the key word in ppp.conf is "clone link" than
>   how I make the "server side" clone????

The key bit is the ``set mrru'' command.  Without it, MP is not done. 
On the client side you need to ``clone'', but on the server side you 
should do nothing.  Ppp is smart enough to receive an incoming call 
and ``notice'' that there's already a ppp invocation talking to the 
same peer.  When this happens, ppp passes the link to the other ppp 
invocation.

>   I do not have a clear idea how I gonna make this :(
> 
>   Thank you in advance!!!
> 
> With best wishes, Oles' Hnatkevych, http://gnut.kiev.ua,

-- 
Brian <brian@Awfulhak.org>                        <brian@FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@OpenBSD.org>
Don't _EVER_ lose your sense of humour !          <brian@FreeBSD.org.uk>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910200701.AAA00948>