Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 11:13:47 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        "Bob McGrath" <bobmcgrath@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Complex Dial-up Routing 
Message-ID:  <199809301013.LAA07178@woof.lan.awfulhak.org>
In-Reply-To: Your message of "Tue, 29 Sep 1998 20:01:20 PDT." <19980930030122.10829.qmail@hotmail.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I have ISDN and an Analog attached to my FreeBSD IP-routing system.  
> What I'm trying to do is have a 24-hour 28.8Kbps analog connection, but 
> when more bandwidth is needed, I would like the system to automatically 
> switch and dial using my separate ISDN modem.  And then disconnect after 
> 5 minutes of inactivity (ISDN only, analog would stay connected.)
> 
> I would greatly appreciate it if you would assist me in setting this (to 
> me) rather complex configuration up.
> 
> Again (for clarification), here's what I'm trying to do:
> - The system will maintain a constant or dedicated 28.8 connection
> - When either the FreeBSD server or another computer on my LAN uses the 
> internet and in doing so surpasses the 28.8's bandwidth, I'd like the 
> computer to connect using the ISDN modem.  
> - Then, after 5 minutes of inactivity, I'd like the ISDN to disconnect 
> and the analog to connect again.  Or, if possible, the analog would have 
> remained connected the whole time.  (I'm not sure whether in order to 
> connect the ISDN one would have to disconnect the analog 28.8.  If this 
> is necessary, that's OK.)
> 
> If you have any questions, please ask.  

Take a look at the multi-link parts of the ppp documentation.  If 
you're not running FreeBSD-3.*, get the latest ppp via

  http://www.Awfulhak.org/ppp.html

Of course your ISP has to be prepared to do multi-link too.

You're interested in creating two links, setting the analogue one up 
as a ddial link (``link analogue set mode ddial'') and setting the isdn 
link up as an auto link (``link isdn set mode auto''), then setting 
autoload according to your preference (``set autoload ...'').

Refer to the man page for details.

The autoload stuff allows you to set a threshold so that when X 
or more packets are in the queue continuously for more than Y 
seconds, another auto link is brought up.  It also allows you to 
say that when A or less packets are in the queue for B or less 
seconds, another auto link should be brought back down again.

You'll need to experiment with the values....

> Thanks so much for your time in this problem,
> Robert McGrath

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



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?199809301013.LAA07178>