From owner-freebsd-isdn@FreeBSD.ORG Wed Apr 30 04:21:31 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 68E0A37B401 for ; Wed, 30 Apr 2003 04:21:31 -0700 (PDT) Received: from mailer.cat.co.za (mail.cat.co.za [196.33.33.51]) by mx1.FreeBSD.org (Postfix) with SMTP id 25D2F43FBF for ; Wed, 30 Apr 2003 04:21:03 -0700 (PDT) (envelope-from bradd@cat.co.za) Received: (qmail 28186 invoked from network); 30 Apr 2003 11:21:32 -0000 Received: from unknown (HELO 161?DEMO?400) (196.33.33.52) by mail.cat.co.za with SMTP; 30 Apr 2003 11:21:32 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Brad du Plessis Date: Wed, 30 Apr 2003 13:16:53 +0200 User-Agent: KMail/1.4.3 To: freebsd-isdn@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200304301316.53687.bradd@cat.co.za> Subject: Re: Userland ppp and i4b problems 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: Wed, 30 Apr 2003 11:21:31 -0000 > tcsetattr : Failed configuring device After much blood, sweat and tears, I figured out that the above message w= as due to user-ppp trying to setup my Fritz!Card as a serial device. On clos= er inspection of the compilation of user-ppp I found that the NO_I4B flag ha= d been set in the Makefile. Well, recompiling without this flag allowed user-ppp to set up the device. After more blood, sweat and beers somehow = I managed to connect between the two machines that I have. However, it's only connecting through one channel, I managed to open the = link manually between the two machines on the second channel, but they only communicate on the first. Does anyone know how I can do this??? Do have have to set up the server t= o listen on another port for user-ppp to see the second channel? Someone please help! Thanks Brad -------------------------------------------------------