From owner-freebsd-isdn@FreeBSD.ORG Sat Nov 29 11:25:29 2003 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B1816A4CF for ; Sat, 29 Nov 2003 11:25:29 -0800 (PST) Received: from peedub.jennejohn.org (p213.54.223.148.tisdip.tiscali.de [213.54.223.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD4B43FDF for ; Sat, 29 Nov 2003 11:25:28 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.10/8.11.6) with ESMTP id hATJPMVF003629; Sat, 29 Nov 2003 20:25:22 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200311291925.hATJPMVF003629@peedub.jennejohn.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: terry@mrtux.co.uk In-Reply-To: Message from Terry of "Sat, 29 Nov 2003 12:08:39 GMT." <3FC88C47.7060702@mrtux.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 29 Nov 2003 20:25:22 +0100 From: Gary Jennejohn cc: freebsd-isdn@freebsd.org Subject: Re: 64k isdn setup X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 19:25:29 -0000 Terry writes: > I've setup isdn4bsd its working fine the only problem is its bonding the > channels to 128k and my isp only provides 64k with my monthly contract. > So i get charged 2 x local call charges for using 128. > So i need to be a 100% sure im only going to connect at 64k and im not > sure where to set that option > You're obviously using /usr/sbin/ppp, since channel bonding only works with it. Have you tried reading the ppp man page? The other possibility is to use an isp-interface, which doesn't support bonding at all. Anyway, the quick way to limit ppp to only one channel is to make sure that you do NOT have ``set device /dev/i4brbch0 /dev/i4brbch1'' in /etc/ppp/ppp.conf. You want ``set device /dev/i4brbch0'' instead, i.e. only use one channel. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de