From owner-freebsd-isdn Tue Mar 10 15:29:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27281 for freebsd-isdn-outgoing; Tue, 10 Mar 1998 15:29:19 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27222 for ; Tue, 10 Mar 1998 15:28:57 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id AAA00448; Wed, 11 Mar 1998 00:28:32 +0100 (MET) From: Wolfgang Helbig Message-Id: <199803102328.AAA00448@rvc1.informatik.ba-stuttgart.de> Subject: Re: ISDN4BSD & SPPP In-Reply-To: <35058482.5BE3A49A@EUnet-Bretagne.fr> from Eric Feillant at "Mar 10, 98 07:20:51 pm" To: Eric.Feillant@EUnet-Bretagne.fr (Eric Feillant) Date: Wed, 11 Mar 1998 00:28:31 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi, > > Do someone have some cool and simple scripts to use ISDN4BSD & SPPP ? > I mean: Maybe not cool, but simple, this is for pap, chap should work similarly: ifconfig isppp0 link1 0.0.0.0 lf netmask 0xffffff00 debug ifconfig isppp0 down spppcontrol isppp0 myauthproto=pap \ myauthname=helbig myauthsecret=XXXXXXX ifconfig isppp0 up And this is the corresponding entry in /etc/isdn/isdnd.rc entry name = lf usrdevicename = isppp usrdeviceunit = 0 isdncontroller = 0 isdnchannel = -1 local-phone-incoming = XXXXXX remote-phone-incoming = XXXXXXXXX local-phone-dialout = XXXXXXXXXXX remote-phone-dialout = 0298xxxxxxxx remdial-handling = first dialin-reaction = accept dialout-type = normal b1protocol = hdlc idletime-incoming = 240 idletime-outgoing = 30 ratetype = 0 unitlength = 90 unitlengthsrc = rate dialretries = 3 dialrandincr = on recoverytime = 25 > I just want to call my ISP , i know the telephone number 0298xxxxxx, my > chap username and password, > the ip address of the remote access server but not my (dynamic ip You don't need to configure either ip address. All will be done automatically. > adressing) and i know that i can > call him on One B channel or 2 for 128 Kbps. Channel bundeling (128 kbps) is not (yet) supported by i4b. Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message