From owner-freebsd-isp Sat Apr 28 10:26:32 2001 Delivered-To: freebsd-isp@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [66.42.61.27]) by hub.freebsd.org (Postfix) with ESMTP id 0B12837B424 for ; Sat, 28 Apr 2001 10:26:29 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 7D68C1553F; Thu, 26 Apr 2001 15:59:46 -0700 (PDT) Date: Thu, 26 Apr 2001 15:59:46 -0700 From: Ron 'The InSaNe One' Rosson To: FreeBSD-isp@freeBSD.org Subject: MPPP Dailup Message-ID: <20010426155945.A15714@lunatic.oneinsane.net> Reply-To: Ron Rosson Mail-Followup-To: FreeBSD-isp@freeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD lunatic.oneinsane.net 4.2-STABLE X-Moon: The Moon is Waxing Crescent (13% of Full) X-Opinion: What you read here is my IMHO X-WWW: http://www.oneinsane.net X-GPG-FINGERPRINT: 3F11 DB43 F080 C037 96F0 F8D3 5BD2 652B 171C 86DB X-Uptime: 3:52PM up 37 days, 20:20, 1 user, load averages: 0.05, 0.10, 0.08 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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