Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2001 15:59:46 -0700
From:      Ron 'The InSaNe One' Rosson <insane@lunatic.oneinsane.net>
To:        FreeBSD-isp@freeBSD.org
Subject:   MPPP Dailup
Message-ID:  <20010426155945.A15714@lunatic.oneinsane.net>

next in thread | raw e-mail | index | archive | help
I am trying to get a FreeBSD box to do dial in to its ISP using MPPP
(user-ppp). Here is the ppp.conf:

# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp $
#################################################################

default:
 allow user *
 set server +3000 adminme
 set speed 115200
 set timeout 600
 set log Phase Chat LCP IPCP CCP tun command
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"


mppp:

 # This is for multilink modem connection

 set device /dev/cuaa0 /dev/cuaa1
 set phone 3870300
 set timeout 600
 set authname MYLOGIN
 set authkey MYPASS
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns
 set mrru 1500
 clone 1,2
 link deflink remove
 link * set mode auto
# set autoload 10 100 30
# set bandwidth 115200


what happens is that both modems connect immedaitely and dont hang up.
What I am trying to do here is set them up so they do Bandwisth on
demand. Idealy the situation would be that you make your initial
connection with 1 modem. Once you reach 85% of utilization you bring in
the other modem. and that modem will stay connected till the bw is no
longer needed. Then I want after a defined idle time disconnect.

Any ideas what coiuld be wrong im my config.

TIA
-- 
------------------------------------------------------------------------------
Ron Rosson          			      ... and a UNIX user said ...
The InSaNe One                 			      rm -rf *
insane@oneinsane.net     	            and all was /dev/null and *void()
------------------------------------------------------------------------------
                      Loose bits sink chips.

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




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