From owner-freebsd-isdn Sun Nov 7 1:33:27 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from widukind.bi.teuto.net (widukind.bi.teuto.net [212.8.197.28]) by hub.freebsd.org (Postfix) with ESMTP id 63F1C14EC7 for ; Sun, 7 Nov 1999 01:33:19 -0800 (PST) (envelope-from martin@rumolt.teuto.de) Received: from rumolt.teuto.de (rumolt.teuto.de [212.8.203.81]) by widukind.bi.teuto.net (8.9.3/8.9.3) with ESMTP id KAA30283; Sun, 7 Nov 1999 10:33:04 +0100 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.8) with SMTP id KAA00283; Sun, 7 Nov 1999 10:33:40 +0100 (MET) From: "Martin Husemann" To: "Gary Jennejohn" , "Wilko Bulte" Cc: "FreeBSD isdn mailing list" Subject: RE: cable for AVM card Date: Sun, 7 Nov 1999 10:33:40 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <199911062115.WAA10742@peedub.muc.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Anyway, my board uses the male socket. I have no idea what the female > socket is there for, maybe it's an alternate connector ? Probably an "X" connector, used to connect special phone equipement to ISDN cards in the old days. My Diehl card has this as well and there are primitives in the on-board code to receive keystrokes from the keys on the phone attached there. The very old Stollmann cards I once had even came with a phone included, IIRC. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Nov 7 1:45:23 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 8C99B1502D for ; Sun, 7 Nov 1999 01:45:19 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id KAA11940; Sun, 7 Nov 1999 10:42:11 +0100 (CET) Message-Id: <199911070942.KAA11940@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Flavio Curti Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: asuscom pci isdn card Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 07 Nov 1999 04:32:52 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Nov 1999 10:42:11 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Flavio Curti writes: >sorry, i forgot to mention, that this card uses a winbond chip. > Ah, the winbond chip. Yes, there is a driver for that but it hasn't been released by the author and integrated into i4b, yet. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.cpqcorp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Nov 7 1:45:31 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 44DC61502D for ; Sun, 7 Nov 1999 01:45:19 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id KAA11946; Sun, 7 Nov 1999 10:42:31 +0100 (CET) Message-Id: <199911070942.KAA11946@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Wilko Bulte Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: cable for AVM card Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 06 Nov 1999 23:19:23 +0100." <199911062219.XAA89174@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Nov 1999 10:42:31 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: >As Gary Jennejohn wrote ... >> Wilko Bulte writes: >> Are you planning to use this under Windows ? Because there's no support for >> it in i4b (unless you want to finish up the driver I started :). > [snip] >I just found (after a closer look at both the board and www.avm.de) that >it has a Transputer. Cool.. > >How far did you get with the driver anyway? I'm really not up to speed >with ISDN protocols etc so I'm probably of little use as far as ISDN >card drivers are concerned. > Since it's an active card it doesn't really need much in the way of a driver. The transputer on the card does all the negotiating for a connection, etc. I got to the point where I could download the firmware to the card, start it and get the "I'm ready for business" interrupt back. What's missing, the hardest part, is a CAPI interface. The card must be fed with CAPI commands. That's where I lost interest. Somewday I'll pick it up again and finish the driver, unless someone else does it before that. In some ways it's a little like CAM. You're a storage guy, should be right up you alley :) One problem is coming up with a clean way to integrate it into the i4b framework. This is where the netgraph stuff could be useful. If you have a Linux box somewhere, you can test using that. isdn4linux has support for the B1. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.cpqcorp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Nov 7 3:42:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hgatenl.hobby.nl (hgatenl.hobby.nl [212.19.199.2]) by hub.freebsd.org (Postfix) with ESMTP id DCAD614A1C for ; Sun, 7 Nov 1999 03:41:13 -0800 (PST) (envelope-from r.a.arends@kader.hobby.nl) Received: from pentiumii366 (pm125.hobby.nl [212.19.199.90]) by hgatenl.hobby.nl (8.8.8/8.8.8) with SMTP id MAA05790; Sun, 7 Nov 1999 12:39:21 +0100 (CET) Message-ID: <002d01bf2914$e8578dc0$0200000a@pentiumii366> From: "Richard Arends" To: "Gary Jennejohn" Cc: References: <199911042018.VAA11956@peedub.muc.de> Subject: Re: i4b on OpenBSD Date: Sun, 7 Nov 1999 12:38:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Gary, > you have to add a default route pointing at isp0. Otherwise it all > looks OK to me. I can't make a default route. If i try to make a tcpdump from isp0 i get an error 'unknown device' Very strange ;-( Greetings, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Nov 7 12: 8: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 55281150B6 for ; Sun, 7 Nov 1999 12:07:53 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA01686; Sun, 7 Nov 1999 21:04:05 +0100 (CET) Message-Id: <199911072004.VAA01686@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: "Richard Arends" Cc: "Gary Jennejohn" , isdn@FreeBSD.ORG Subject: Re: i4b on OpenBSD Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 07 Nov 1999 12:38:38 +0100." <002d01bf2914$e8578dc0$0200000a@pentiumii366> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Nov 1999 21:04:05 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Richard Arends" writes: >Hello Gary, > >> you have to add a default route pointing at isp0. Otherwise it all >> looks OK to me. > >I can't make a default route. If i try to make a tcpdump from isp0 i get an >error 'unknown device' Very strange ;-( > huh ? How can you make a connection to your ISP then ? And what has tcpdump got to do with making a default route ? --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.cpqcorp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Nov 7 14:44:24 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from colwyn.zhadum.de (colwyn.zhadum.de [194.123.44.241]) by hub.freebsd.org (Postfix) with ESMTP id 0821D150AA for ; Sun, 7 Nov 1999 14:44:20 -0800 (PST) (envelope-from mngw@colwyn.zhadum.de) Received: (from mngw@localhost) by colwyn.zhadum.de (8.9.3/8.9.3) id XAA13868 for freebsd-isdn@freebsd.org; Sun, 7 Nov 1999 23:43:37 +0100 (CET) Date: Sun, 7 Nov 1999 23:43:37 +0100 (CET) From: Post Neuigkeiten Einfahrt Message-Id: <199911072243.XAA13868@colwyn.zhadum.de> To: freebsd-isdn@freebsd.org Subject: Hurtz Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org SUBSCRIBE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Nov 7 22:32:21 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (Postfix) with ESMTP id 876C015184 for ; Sun, 7 Nov 1999 22:32:15 -0800 (PST) (envelope-from kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id HAA21270; Mon, 8 Nov 1999 07:32:14 +0100 Received: by casparc.ppp.net (Smail3.1.28.1 #1) id m11kiLX-002ZsEC; Mon, 8 Nov 99 07:32 MET Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id 44F5E52B8C; Mon, 8 Nov 1999 07:07:14 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id 01BFF180B; Mon, 8 Nov 1999 07:14:12 +0100 (CET) Subject: Re: i4b on OpenBSD In-Reply-To: <199911072004.VAA01686@peedub.muc.de> from Gary Jennejohn at "Nov 7, 1999 9: 4: 5 pm" To: freebsd-isdn@freebsd.org (ISDN for BSD) Date: Mon, 8 Nov 1999 07:14:12 +0100 (CET) Cc: r.a.arends@kader.hobby.nl Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <19991108061412.01BFF180B@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >I can't make a default route. If i try to make a tcpdump from isp0 i get an > >error 'unknown device' Very strange ;-( Might it be that bpfilter was somehow not compiled into the isp driver ? hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Nov 8 1:16:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from pop-c.netway.at (pop-c.netway.at [195.96.0.132]) by hub.freebsd.org (Postfix) with ESMTP id 8D83F14F10 for ; Mon, 8 Nov 1999 01:16:49 -0800 (PST) (envelope-from mranner@netway.at) Received: from pop-d.netway.at (pop-d.netway.at [195.96.0.131]) by pop-c.netway.at (8.9.1/8.9.1) with ESMTP id KAA16635 for ; Mon, 8 Nov 1999 10:16:48 +0100 Received: from jawa.at (t1p088.at-316.netway.at [195.96.18.88]) by pop-d.netway.at (8.9.1/8.9.1) with ESMTP id KAA23490 for ; Mon, 8 Nov 1999 10:16:48 +0100 Received: from mike.netway.at (mike.jawa.at [192.168.0.51]) by jawa.at (8.9.3/8.9.3) with ESMTP id KAA07915 for ; Mon, 8 Nov 1999 10:17:42 +0100 (CET) (envelope-from mranner@netway.at) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19991103120934.3D6623896@hcswork.hcs.de> Date: Mon, 08 Nov 1999 10:16:23 +0100 (CET) Reply-To: mranner@netway.at Organization: JAWA MANAGEMENT und SOFTWARE From: Michael Ranner To: freebsd-isdn@freebsd.org Subject: The reason for 765 in AOCD (was Re: AOCD accounting starts at 76 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Hellmuth! The reason for AOCD starts with 766 excerpt from q932fac.c: --- snip --- for(i = comp_length-1; i >= 0; i--) { sprintf((pbuf+strlen(pbuf)), "0x%02x", *byte_buf); val += (*byte_buf + (i*255)); // // --------------------------^^^^^ // // comp_length - 1 = 2 // // 2 * 255 + 1 * 255 + 0 * 255 = 765 // did you mean (*byte_buf * (i ^ 255)) ? // // 0 * (2 ^ 255) + 0 * (1 ^ 255) + 1 * (0 ^ 255) = 1 UNIT not 766 byte_buf++; byte_len++; if(i) sprintf((pbuf+strlen(pbuf)), "\n\t"); } cu --- snip --- On 03-Nov-99 Hellmuth Michaelis wrote: >>From the keyboard of Michael Ranner: > >> After I let change the AOCD format from currency to the same format used in >> Germany by the Austrian PTT, I have the problem, that for every dial >> out the accounting starts at 766. > > There is a bug in the ASN.1 parser. See my previous message how to debug > this. > > hellmuth > -- > Hellmuth Michaelis Tel +49 40 559747-70 > HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 > Oldesloer Strasse 97-99 Mail hm [at] hcs.de > 22457 Hamburg WWW http://www.hcs.de > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message /\/\ichael Ranner - Michael Ranner Michael.Ranner@netway.at - webmaster@mariazell.org ---------------------------------------------------------------------- Homepage: http://www.netlounge.at/mranner/ Mariazell Online: http://www.mariazell.at/ ---------------------------------------------------------------------- "I'd love to go out with you, but my favorite commercial is on TV." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Nov 8 12:23: 3 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id B17B014A17 for ; Mon, 8 Nov 1999 12:22:44 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id VAA02442; Mon, 8 Nov 1999 21:09:26 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id VAA12862; Mon, 8 Nov 1999 21:08:07 +0100 (CET) (envelope-from wilko) From: Wilko Bulte Message-Id: <199911082008.VAA12862@yedi.iaf.nl> Subject: Re: cable for AVM card In-Reply-To: <199911070942.KAA11946@peedub.muc.de> from Gary Jennejohn at "Nov 7, 1999 10:42:31 am" To: garyj@muc.de Date: Mon, 8 Nov 1999 21:08:07 +0100 (CET) Cc: freebsd-isdn@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Gary Jennejohn wrote ... > Wilko Bulte writes: > >As Gary Jennejohn wrote ... > >> Wilko Bulte writes: > >> Are you planning to use this under Windows ? Because there's no support for > >> it in i4b (unless you want to finish up the driver I started :). > > > [snip] > >I just found (after a closer look at both the board and www.avm.de) that > >it has a Transputer. Cool.. > > > >How far did you get with the driver anyway? I'm really not up to speed > >with ISDN protocols etc so I'm probably of little use as far as ISDN > >card drivers are concerned. > > Since it's an active card it doesn't really need much in the way of a > driver. The transputer on the card does all the negotiating for a > connection, etc. > > I got to the point where I could download the firmware to the card, > start it and get the "I'm ready for business" interrupt back. > > What's missing, the hardest part, is a CAPI interface. The card must be > fed with CAPI commands. That's where I lost interest. Somewday I'll pick > it up again and finish the driver, unless someone else does it before > that. > > In some ways it's a little like CAM. You're a storage guy, should be right > up you alley :) Yeah... ;-) But I really don't have the time to dig into i4b. I've tested it using WinNT and the AVM test programs say it is fine (I hope that test means anything but OK). If there is someone out there who is *serious* in wanting to write a driver for it I'm willing to donate it to the FreeBSD project for that cause. So, the condition is to write a driver for i4b for it. It's not intended to end in somebodys Linux box.. ;-) And you'd have to source a cable for it yourself as I don't have one. Wilko -- | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Nov 8 12:37:37 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 9A04515018 for ; Mon, 8 Nov 1999 12:37:33 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA72337; Mon, 8 Nov 1999 21:36:21 +0100 (CET) Message-Id: <199911082036.VAA72337@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Wilko Bulte Cc: garyj@muc.de, freebsd-isdn@FreeBSD.ORG Subject: Re: cable for AVM card Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 08 Nov 1999 21:08:07 +0100." <199911082008.VAA12862@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 08 Nov 1999 21:36:21 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: [AVM B1 card] >If there is someone out there who is *serious* in wanting to write a >driver for it I'm willing to donate it to the FreeBSD project for that >cause. So, the condition is to write a driver for i4b for it. It's not >intended to end in somebodys Linux box.. ;-) > No need for that. The card I have was already donated to the project. I'd be more than happy to send the card I have to anyone who is *really serious*, too. And I'm certain that Hellmuth would be glad to finally get a driver (I've had the card for about 2 years now). If I'd _bought_ this card you can be sure that there would have been a driver for it long ago. They're *really* expensive. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.cpqcorp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Nov 8 13:37:49 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 19ADB152DC for ; Mon, 8 Nov 1999 13:37:44 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id WAA06852; Mon, 8 Nov 1999 22:27:18 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id WAA13805; Mon, 8 Nov 1999 22:17:09 +0100 (CET) (envelope-from wilko) From: Wilko Bulte Message-Id: <199911082117.WAA13805@yedi.iaf.nl> Subject: Re: cable for AVM card In-Reply-To: <199911082036.VAA72337@peedub.muc.de> from Gary Jennejohn at "Nov 8, 1999 9:36:21 pm" To: garyj@muc.de Date: Mon, 8 Nov 1999 22:17:09 +0100 (CET) Cc: garyj@muc.de, freebsd-isdn@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Gary Jennejohn wrote ... > Wilko Bulte writes: > [AVM B1 card] > >If there is someone out there who is *serious* in wanting to write a > >driver for it I'm willing to donate it to the FreeBSD project for that > >cause. So, the condition is to write a driver for i4b for it. It's not > >intended to end in somebodys Linux box.. ;-) > > > > No need for that. The card I have was already donated to the project. > I'd be more than happy to send the card I have to anyone who is *really > serious*, too. And I'm certain that Hellmuth would be glad to finally > get a driver (I've had the card for about 2 years now). > > If I'd _bought_ this card you can be sure that there would have been > a driver for it long ago. They're *really* expensive. Fair enough. I'll hold onto it then. Must make a cable someday. Wilko -- | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Nov 9 12: 4:58 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hgatenl.hobby.nl (hgatenl.hobby.nl [212.19.199.2]) by hub.freebsd.org (Postfix) with ESMTP id E01EC1533F for ; Tue, 9 Nov 1999 12:04:52 -0800 (PST) (envelope-from r.a.arends@kader.hobby.nl) Received: from pentium2 (pm129.hobby.nl [212.19.199.94]) by hgatenl.hobby.nl (8.8.8/8.8.8) with SMTP id VAA06572; Tue, 9 Nov 1999 21:03:05 +0100 (CET) Message-ID: <001301bf2aed$9d7e9e80$3200000a@arends.hobby.nl> From: "Richard Arends" To: , "ISDN for BSD" References: <19991108061412.01BFF180B@bert.kts.org> Subject: Re: i4b on OpenBSD Date: Tue, 9 Nov 1999 20:56:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth, > > >I can't make a default route. If i try to make a tcpdump from isp0 i get an > > >error 'unknown device' Very strange ;-( > > Might it be that bpfilter was somehow not compiled into the isp driver ? Hmm.. how can i see that??? Greetings, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Nov 9 12: 5: 4 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hgatenl.hobby.nl (hgatenl.hobby.nl [212.19.199.2]) by hub.freebsd.org (Postfix) with ESMTP id 7D23215340 for ; Tue, 9 Nov 1999 12:04:54 -0800 (PST) (envelope-from r.a.arends@kader.hobby.nl) Received: from pentium2 (pm129.hobby.nl [212.19.199.94]) by hgatenl.hobby.nl (8.8.8/8.8.8) with SMTP id VAA06575; Tue, 9 Nov 1999 21:03:06 +0100 (CET) Message-ID: <001401bf2aed$9dda2c00$3200000a@arends.hobby.nl> From: "Richard Arends" To: "Gary Jennejohn" Cc: References: <199911072004.VAA01686@peedub.muc.de> Subject: Re: i4b on OpenBSD Date: Tue, 9 Nov 1999 21:04:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Gary, > >I can't make a default route. If i try to make a tcpdump from isp0 i get an > >error 'unknown device' Very strange ;-( > > huh ? How can you make a connection to your ISP then ? I start via telnet isdnd -f and on an other telnet session i give the command sh /etc/ppp/sppp-setup. I see in isdnd that there is a connection and i can ping the PortMaster (router) of my provider. I can't ping anything else. When i after i set up the connection give the command: route show, i don't get any information. Ifconfig -a gives this: lo0: flags=8009 inet 127.0.0.1 netmask 0xff000000 lo1: flags=8008 ec0: flags=8863 media: Ethernet 10base2 inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 sl0: flags=c010 sl1: flags=c010 ppp0: flags=8010 ppp1: flags=8010 tun0: flags=10 tun1: flags=10 enc0: flags=8 bridge0: flags=0<> bridge1: flags=0<> ipr0: flags=2810 ipr1: flags=2810 isp0: flags=a055 inet 212.19.199.88 --> 212.19.199.34 netmask 0xffffffff isp1: flags=8010 > And what has tcpdump got to do with making a default route ? Nothing, but i'm trying anything, but maybe de reason why i can't run tcpdump -i isp0 is the same as why i can''t make a default route.... Greetings, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Nov 9 12:53:35 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id B502215336 for ; Tue, 9 Nov 1999 12:53:11 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA96359; Tue, 9 Nov 1999 21:50:47 +0100 (CET) Message-Id: <199911092050.VAA96359@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: "Richard Arends" Cc: "ISDN for BSD" Subject: Re: i4b on OpenBSD Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 09 Nov 1999 20:56:15 +0100." <001301bf2aed$9d7e9e80$3200000a@arends.hobby.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Nov 1999 21:50:47 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Richard Arends" writes: >Hellmuth, > >> > >I can't make a default route. If i try to make a tcpdump from isp0 i >get an >> > >error 'unknown device' Very strange ;-( >> >> Might it be that bpfilter was somehow not compiled into the isp driver ? > >Hmm.. how can i see that??? > look in your kernel configuration file. Sorry, I don't use OpenBSD, so I can't provide more detailed information. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.cpqcorp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Nov 9 12:53:45 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 0B44B1535A for ; Tue, 9 Nov 1999 12:53:11 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA96346; Tue, 9 Nov 1999 21:49:27 +0100 (CET) Message-Id: <199911092049.VAA96346@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: "Richard Arends" Cc: isdn@FreeBSD.ORG Subject: Re: i4b on OpenBSD Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 09 Nov 1999 21:04:11 +0100." <001401bf2aed$9dda2c00$3200000a@arends.hobby.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Nov 1999 21:49:27 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Richard Arends" writes: [snip] >> >I can't make a default route.>When i after i set up the connection give the command: route show, i don't >get any information. use netstat -nra to look at the routing table. > Ifconfig -a gives this: [snip] >isp0: flags=a055 > inet 212.19.199.88 --> 212.19.199.34 netmask 0xffffffff this has all the information you need to set up a default route: route add default 212.19.199.34 I don't know what syntax OpenBSD's route supports, but under FreeBSD one can also use: route add default -interface isp0 I recommend reading the route manpage to see just what it can handle. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.cpqcorp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Nov 9 13:56:34 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from awfulhak.org (dynamic-41.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.169]) by hub.freebsd.org (Postfix) with ESMTP id BB18B153E0 for ; Tue, 9 Nov 1999 13:55:49 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA08178; Tue, 9 Nov 1999 21:39:44 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA04129; Tue, 9 Nov 1999 21:43:30 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199911092143.VAA04129@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Gary Jennejohn Cc: Michael Ranner , freebsd-isdn@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: kernel panic with i4b-0.83 and ppp (rawchannel) under 3.3-RELEASE In-Reply-To: Message from Gary Jennejohn of "Mon, 01 Nov 1999 13:29:22 +0100." <199911011229.NAA00490@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Nov 1999 21:43:30 +0000 From: Brian Somers Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Michael Ranner writes: > [snip info about a kernel panic] > >Does anybody experienced similar? > > > > This is the first report I've seen about kernel panics. > > >I have not found something strange in messages, isdnd.log or isdntrace. > > > > Try to get a kernel dump. Nothing else will be of any use to debug this > sort of thing. Read the handbook section about kernel debugging. I'm seeing similar things, although I've got uptimes of up to a week without a crash. I've taken the box apart and replaced *everything* except the graphics card and the isnd card (teles S0/16.3). Now if I could just finish pppoed, I'd be able to work on this.... > --- > Gary Jennejohn > Home - garyj@muc.de > Work - garyj@fkr.cpqcorp.net -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Nov 9 22:57:52 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from pop-c.netway.at (pop-c.netway.at [195.96.0.132]) by hub.freebsd.org (Postfix) with ESMTP id B9CD314BD7 for ; Tue, 9 Nov 1999 22:57:48 -0800 (PST) (envelope-from mranner@netway.at) Received: from pop-a.netway.at (pop-a.netway.at [195.96.10.226]) by pop-c.netway.at (8.9.1/8.9.1) with ESMTP id HAA10686; Wed, 10 Nov 1999 07:57:46 +0100 Received: from jawa.at (t1p025.at-316.netway.at [195.96.18.25]) by pop-a.netway.at (8.9.1/8.9.1) with ESMTP id HAA30271; Wed, 10 Nov 1999 07:57:16 +0100 Received: from mike.netway.at (mike.jawa.at [192.168.0.51]) by jawa.at (8.9.3/8.9.3) with ESMTP id HAA11101; Wed, 10 Nov 1999 07:58:18 +0100 (CET) (envelope-from mranner@netway.at) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199911092143.VAA04129@hak.lan.Awfulhak.org> Date: Wed, 10 Nov 1999 07:56:50 +0100 (CET) Reply-To: mranner@netway.at Organization: JAWA MANAGEMENT und SOFTWARE From: Michael Ranner To: Brian Somers Subject: Re: kernel panic with i4b-0.83 and ppp (rawchannel) under 3.3-RE Cc: freebsd-isdn@FreeBSD.ORG, Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 09-Nov-99 Brian Somers wrote: >> Michael Ranner writes: >> [snip info about a kernel panic] >> >Does anybody experienced similar? >> > >> >> This is the first report I've seen about kernel panics. >> >> >I have not found something strange in messages, isdnd.log or isdntrace. >> > >> >> Try to get a kernel dump. Nothing else will be of any use to debug this >> sort of thing. Read the handbook section about kernel debugging. > > I'm seeing similar things, although I've got uptimes of up to a week > without a crash. My kernel panics are caused from a bug in the ASN.1 parser for AOCD messages. AOCD messages in currency format take the parser in an recursive loop. cu /\/\ichael Ranner - Michael Ranner Michael.Ranner@netway.at - webmaster@mariazell.org ---------------------------------------------------------------------- Homepage: http://www.netlounge.at/mranner/ Mariazell Online: http://www.mariazell.at/ ---------------------------------------------------------------------- Leibowitz's Rule: When hammering a nail, you will never hit your finger if you hold the hammer with both hands. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Nov 9 23:45:40 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id B206014BCC for ; Tue, 9 Nov 1999 23:45:30 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1686 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 10 Nov 1999 08:45:29 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id A44BC38E2; Wed, 10 Nov 1999 08:45:28 +0100 (MET) Subject: Re: i4b on OpenBSD In-Reply-To: <001301bf2aed$9d7e9e80$3200000a@arends.hobby.nl> from Richard Arends at "Nov 9, 99 08:56:15 pm" To: r.a.arends@kader.hobby.nl (Richard Arends) Date: Wed, 10 Nov 1999 08:45:28 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 823 Message-Id: <19991110074528.A44BC38E2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Richard Arends: > > > >I can't make a default route. If i try to make a tcpdump from isp0 i > get an > > > >error 'unknown device' Very strange ;-( > > > > Might it be that bpfilter was somehow not compiled into the isp driver ? > > Hmm.. how can i see that??? Under FreeBSD, when booting with -v, one sees a "bpf attached to ..." or similar message for every network interface. There should be a way to produce similar messages (or they are produced by default) under OpenBSD. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Nov 10 5:44:42 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from demon.db.de (p3E9C1F9A.dip.t-dialin.net [62.156.31.154]) by hub.freebsd.org (Postfix) with ESMTP id 2742514E1F for ; Wed, 10 Nov 1999 05:44:38 -0800 (PST) (envelope-from wcp@demon.db.de) Received: from PELISSERO.db.de (pelissero.db.de [10.70.140.27]) by demon.db.de (8.9.2/8.9.2) with ESMTP id OAA05306; Wed, 10 Nov 1999 14:33:39 +0100 (CET) (envelope-from wcp@demon.db.de) From: "Walter C. Pelissero" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14377.30439.202000.63996@demon.db.de> Date: Wed, 10 Nov 1999 14:45:11 +0100 (W. Europe Standard Time) To: hm@kts.org, freebsd-isdn@freebsd.org Subject: i4b 0.83 & cdid X-Mailer: VM 6.67 under Emacs 20.3.1 Reply-To: wcp@pop.systemy.it X-Attribution: WP Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just installed ISDN4BSD version 0.83 and I tried to run it with userland PPP ver 991109 on FreeBSD 3.1-RELEASE, but I keep on getting errors about invalid cdid (line 523 of msghdl.c) on DISCONNECT message. I guess it happens whenever PPP tries to hangup the connection. BTW, the manual page says that the cdid shouldn't be valid any more when the connection is disconnected. I wouldn't bother if this hadn't the side effect of keeping the connection up all day long. Any clue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Nov 10 7:54:50 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from demon.db.de (pC19F00AC.dip.t-dialin.net [193.159.0.172]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9614D6D; Wed, 10 Nov 1999 07:54:39 -0800 (PST) (envelope-from wcp@demon.db.de) Received: from PELISSERO.db.de (pelissero.db.de [10.70.140.27]) by demon.db.de (8.9.2/8.9.2) with ESMTP id QAA05933; Wed, 10 Nov 1999 16:48:01 +0100 (CET) (envelope-from wcp@demon.db.de) From: "Walter C. Pelissero" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14377.38500.814000.559026@demon.db.de> Date: Wed, 10 Nov 1999 16:59:32 +0100 (W. Europe Standard Time) To: freebsd-isdn@freebsd.org, freebsd-questions@freebsd.org Subject: ISDN & PPP for dial-in/out X-Mailer: VM 6.67 under Emacs 20.3.1 Reply-To: wcp@pop.systemy.it X-Attribution: WP Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I hope it's not a stupid question. Do you have any example on how to set up a FreeBSD 3.1 box so that it's able to dial out my ISP automatically and answer (and act as a ISP) when I call in from home? I tried to mess around with i4b (ver 0.83) with and without userland ppp (ver 991109) but I seem to stuck on remote calls not being recognized. This is for instance my last trial isdnd.rc: #------------------------------------------------------------------------------ # # example of a configuration file for the isdn daemon & user-ppp # -------------------------------------------------------------- # #------------------------------------------------------------------------------ #============================================================================== # SYSTEM section: isdnd global configuration parameters #============================================================================== system # accounting # ---------- acctall = on # generate info for everything acctfile = /var/log/isdnd.acct # name & location of accounting file useacctfile = yes # generate accouting info to file isdntime = on monitor-allowed = no # global switch: monitor on/off #================================================================= # User-ppp example #================================================================= entry name = userppp0 usrdevicename = rbch usrdeviceunit = 0 isdncontroller = 0 isdnchannel = -1 local-phone-incoming = 00mynumber remote-phone-incoming = * local-phone-dialout = 00mynumber remote-phone-dialout = 00ispnumber # ppp(8) will override this remdial-handling = first dialin-reaction = accept dialout-type = normal b1protocol = hdlc idletime-incoming = 60 # Should be larger than ppps timeout #idletime-outgoing = 60 # Should be larger than ppps timeout idletime-outgoing = 0 # Should be larger than ppps timeout ratetype = 0 unitlength = 90 unitlengthsrc = rate dialretries = 1 dialrandincr = on recoverytime = 1 # Should be smaller than ppps redial usedown = off downtries = 2 downtime = 30 entry name = userppp1 usrdevicename = rbch usrdeviceunit = 1 isdncontroller = 0 isdnchannel = -1 local-phone-incoming = 00mynumber remote-phone-incoming = * local-phone-dialout = 00mynumber remote-phone-dialout = 00ispnumber # ppp(8) will override this remdial-handling = first dialin-reaction = accept dialout-type = normal b1protocol = hdlc idletime-incoming = 60 # Should be larger than ppps timeout #idletime-outgoing = 60 # Should be larger than ppps timeout idletime-outgoing = 0 # Should be larger than ppps timeout ratetype = 0 unitlength = 90 unitlengthsrc = rate dialretries = 1 dialrandincr = on recoverytime = 1 # Should be smaller than ppps redial usedown = off downtries = 2 downtime = 30 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Nov 10 12:54:12 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id AC752153A5 for ; Wed, 10 Nov 1999 12:53:52 -0800 (PST) (envelope-from jhs@jhs.muc.de) Received: (qmail 20486 invoked from network); 10 Nov 1999 20:55:30 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 10 Nov 1999 20:55:30 -0000 Received: from wall.jhs.no_domain (localhost [127.0.0.1]) by jhs.muc.de (8.9.3/8.9.3) with ESMTP id UAA05860 for ; Wed, 10 Nov 1999 20:51:08 GMT (envelope-from jhs@wall.jhs.no_domain) Message-Id: <199911102051.UAA05860@jhs.muc.de> To: freebsd-isdn@freebsd.org Subject: options TEL_S0_8 broken on FreeBSD-3.3 / i4b-70 From: "Julian Stacey" Reply-To: "Julian Stacey" X-Net: jhs@muc.de www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ Organization: Vector Systems Ltd - Unix & Internet consultancy In-reply-to: Your message of "Wed, 27 Oct 1999 01:41:29 +0200." <199910262341.XAA16746@jhs.muc.de> Date: Wed, 10 Nov 1999 21:51:07 +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org TEL_S0_8 on i4b (isdnd -v 00.70.0) with FreeBSD-3.3 seems broken ! Try this to prove it (or Please tell me what I've done wrong :-) Please note you can try this on any system, you don't need an ISDN card, in fact it'll be easiest to test on systems with No ISDN card in ! Apply this diff to src/sys/i386/conf/ ========= *** GENERIC Tue Nov 9 17:30:17 1999 --- GENI4B Wed Nov 10 18:20:23 1999 *************** *** 22,28 **** cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" ! ident GENERIC maxusers 32 options MATH_EMULATE #Support for x87 emulation --- 22,28 ---- cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" ! ident "GENI4B" maxusers 32 options MATH_EMULATE #Support for x87 emulation *************** *** 211,213 **** --- 211,229 ---- # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 1 #Berkeley packet filter + + + options "TEL_S0_8" + device isic0 at isa? iomem 0xd0000 net irq 5 flags 1 + pseudo-device "i4bq921" + pseudo-device "i4bq931" + pseudo-device "i4b" + pseudo-device "i4btrc" 4 + pseudo-device "i4bctl" + pseudo-device "i4brbch" 4 + pseudo-device "i4btel" 2 + pseudo-device "i4bipr" 4 + options IPR_VJ + pseudo-device "i4bisppp" 4 + pseudo-device ppp 1 # Kernel PPP + pseudo-device sppp 2 ========= Boot the kernel & get from dmesg (with no isdn card in): isic0 at irq 5 maddr 0xd0000 msize 4096 flags 0x1 on isa isic0: Error, HSCX version 15 unknown! isic0: irq with no handler aha0 not probed due to I/O address conflict with isic0 at 0xffffffff or with an 8 bit card in: isic0 at irq 5 maddr 0xd0000 msize 4096 flags 0x1 on isa isic0: Teles S0/8 or Niccy 1008 isic0: ISAC 2085 Version V2.3 (B3) (IOM-1) (Addr=0xc00d0100) isic0: HSCX 82525 Version A3 (AddrA=0xc00d0180, AddrB=0xc00d01c0) adv0 not probed due to I/O address conflict with isic0 at 0xffffffff bt0 not probed due to I/O address conflict with isic0 at 0xffffffff aha0 not probed due to I/O address conflict with isic0 at 0xffffffff So what's this 0xffffffff collision ? (I'll look at newer source after fetching, but this looks like a failure needing to be reported ). Note manual says: "Notice that this cards must not have a port value in the config line." I later got the revelatory "aha0 not probed" messages on an IDE-only box. No wonder I was earlier getting panics on a scsi-only box, PS for commiters, man isic (& i4b-00.82.00-beta-140799.tar.gz man/isic.4) show options "TEL_S0_8" device isic0 at isa? iomem 0xd0000 net irq 5 flags 1 vector isicintr options "TEL_S0_16" device isic0 at isa? port 0xd80 iomem 0xd0000 net irq 5 flags 2 vector but at least for FreeBSD the "vector isicintr" is obsolete, & should be removed (but maybe it's left there for Open & NetBSD ?) I have appended my previous post re. panics, (for which I got zero response, I guess everyone was busy :-) ------------ From owner-freebsd-isdn@FreeBSD.ORG Wed Oct 27 14:52:47 1999 Date: Wed, 27 Oct 1999 01:41:29 +0200 Message-Id: <199910262341.XAA16746@jhs.muc.de> To: freebsd-isdn@FreeBSD.ORG Subject: options TEL_S0_8 - changing root device to da0a - panic Sender: owner-freebsd-isdn@FreeBSD.ORG On hardware that previously ran fine with a 16 bit creatix card + FreeBSD 3.2-RELEASE + TEL_S0_16 + isdnd 00.70.0, I now see panics on boot with FreeBSD 3.3-RELEASE + TEL_S0_8 + isdnd 00.70.0 like this Considering FFS root f/s. changing root device to da0s1a changing root device to da0a error 6: panic: cannot mount root (2) sc0: sc_switch_scr() 1 Whether the 8 bit card is in the box or not makes no difference! (the 16 bit card went to a faster box, the old box with 8bit is reserve box) To isolate fault, I've also removed mult-io (sio + flop + ide + lpt) mitsumi-cd controller all that is left in is the unchanged ed0 ether, 1542 aha0 scsi, & svga. It boots properly if configured with TEL_S0_16 ! Considering FFS root f/s. changing root device to da0s1a [ da0s1: type 0xa5, start 0, end = 832526, size 832527 : OK] (yes, note the absence of 2nd line "changing root device to da0a" ? ) I may have some bad combo of rootdev/curdev in /boot/* & config file ("config kernel root on wd0" or da0 etc), but that's not the real point, something in config'ing with TEL_S0_8 rather than TEL_S0_16 triggers the panic on boot ! First I'm going to try & repeat this on another just built machine, (TEL_S0_8 with & without card in) & see if that panics too, Maybe later on more modern i4b & also try to boot kernel from gdb (gulp!). I tweaked my config a lot till I figured what was triggering the panic, including using some silly configs, but I'm sure it is the TEL_S0_8 that's tickling it. FYI here's my config ---- options INCLUDE_CONFIG_FILE machine "i386" cpu "I486_CPU" ident JHS_Phil maxusers 32 options INET options FFS options FFS_ROOT options MFS options MFS_ROOT options NFS options NFS_ROOT options MSDOSFS options "CD9660" options "CD9660_ROOT" options PROCFS options "COMPAT_43" options SCSI_DELAY=15000 options UCONSOLE options FAILSAFE options USERCONFIG options VISUAL_USERCONFIG options KTRACE options SYSVSHM options SYSVMSG options SYSVSEM options "TCP_COMPAT_42" options IPFIREWALL options IPFIREWALL_VERBOSE config kernel root on da0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 controller aha0 at isa? port ? cam irq ? controller scbus0 device da0 device sa0 device cd0 device pass0 device mcd0 at isa? port 0x300 bio irq 10 controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device vga0 at isa? port ? conflicts device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device ed0 at isa? port 0x280 net irq 12 iomem 0xc8000 iosiz 16384 pseudo-device loop pseudo-device ether pseudo-device sl 1 pseudo-device ppp 1 pseudo-device vn pseudo-device tun 1 pseudo-device pty 32 pseudo-device gzip pseudo-device bpfilter 4 # Boots OK: # options "TEL_S0_16" # with any one of: # device isic0 at isa? port 0xF80 iomem 0xd6000 net irq 12 flags 2 # device isic0 at isa? port 0xF80 iomem 0xd6000 net irq 12 flags 1 # device isic0 at isa? iomem 0xd6000 net irq 12 flags 1 # device isic0 at isa? iomem 0xd6000 net irq 5 flags 1 # Panics: # options "TEL_S0_8" # plus: # device isic0 at isa? iomem 0xd6000 net irq 5 flags 1 # (with or without vector isicintr)(note discrepancy between man # isic with vector, & LINT without) pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 2 pseudo-device "i4bipr" 6 options IPR_VJ pseudo-device "i4bisppp" 4 pseudo-device sppp 2 ---- Julian H. Stacey www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ FreeBSD: Free system software with 2500 free packages, Linux compatible. Free encryption software from http://www.ifi.uio.no/pgp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message ------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Nov 11 0:36:17 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 4A01B14CB4 for ; Thu, 11 Nov 1999 00:36:10 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2513 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 11 Nov 1999 09:36:09 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id CA97438E2; Thu, 11 Nov 1999 09:36:08 +0100 (MET) Subject: Re: options TEL_S0_8 broken on FreeBSD-3.3 / i4b-70 In-Reply-To: <199911102051.UAA05860@jhs.muc.de> from Julian Stacey at "Nov 10, 99 09:51:07 pm" To: jhs@muc.de Date: Thu, 11 Nov 1999 09:36:08 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1678 Message-Id: <19991111083608.CA97438E2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Julian Stacey: > TEL_S0_8 on i4b (isdnd -v 00.70.0) with FreeBSD-3.3 seems broken ! > Try this to prove it (or Please tell me what I've done wrong :-) > Boot the kernel & get from dmesg (with no isdn card in): > isic0 at irq 5 maddr 0xd0000 msize 4096 flags 0x1 on isa > isic0: Error, HSCX version 15 unknown! > isic0: irq with no handler > aha0 not probed due to I/O address conflict with isic0 at 0xffffffff > > or with an 8 bit card in: > isic0 at irq 5 maddr 0xd0000 msize 4096 flags 0x1 on isa > isic0: Teles S0/8 or Niccy 1008 > isic0: ISAC 2085 Version V2.3 (B3) (IOM-1) (Addr=0xc00d0100) > isic0: HSCX 82525 Version A3 (AddrA=0xc00d0180, AddrB=0xc00d01c0) > adv0 not probed due to I/O address conflict with isic0 at 0xffffffff > bt0 not probed due to I/O address conflict with isic0 at 0xffffffff > aha0 not probed due to I/O address conflict with isic0 at 0xffffffff > > So what's this 0xffffffff collision ? The Teles S0/8 has no i/o ports and as such it seems that the i/o port value in the kernel configuration data structures is set to -1. Further, it seems that the same is true for the adv, bt and aha drivers and as a result the kernel configuration mechanism reports an i/o address conflict. Note that this all is pure speculation from my side and i have no idea how to fix this. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Nov 12 9:46:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (Postfix) with ESMTP id 9F51A15036 for ; Fri, 12 Nov 1999 09:46:18 -0800 (PST) (envelope-from joe@florence.pavilion.net) Received: (from joe@localhost) by florence.pavilion.net (8.9.3/8.8.8) id RAA19357 for freebsd-isdn@freebsd.org; Fri, 12 Nov 1999 17:46:06 GMT (envelope-from joe) Date: Fri, 12 Nov 1999 17:46:06 +0000 From: Josef Karthauser To: freebsd-isdn@freebsd.org Subject: Merge of 0.83 to -STABLE Message-ID: <19991112174606.F76708@florence.pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How many people are using 0.83 (I4B) with -STABLE? If I merge it from -CURRENT is anyone going to shout at me? My goal is to allow -STABLE to be able to use PPPoISDN natively from 3.4 onwards. Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Nov 12 18:30: 9 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from awfulhak.org (dynamic-110.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.238]) by hub.freebsd.org (Postfix) with ESMTP id 4CEB21503E for ; Fri, 12 Nov 1999 18:30:06 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA00283; Fri, 12 Nov 1999 23:49:52 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA04662; Fri, 12 Nov 1999 23:53:54 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199911122353.XAA04662@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Josef Karthauser Cc: freebsd-isdn@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: Merge of 0.83 to -STABLE In-Reply-To: Message from Josef Karthauser of "Fri, 12 Nov 1999 17:46:06 GMT." <19991112174606.F76708@florence.pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 12 Nov 1999 23:53:54 +0000 From: Brian Somers Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > How many people are using 0.83 (I4B) with -STABLE? If I merge it from -CURRENT > is anyone going to shout at me? My goal is to allow -STABLE to be able to > use PPPoISDN natively from 3.4 onwards. > > Joe > -- > Josef Karthauser FreeBSD: How many times have you booted today? > Technical Manager Viagra for your server (http://www.uk.freebsd.org) > Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] Well (needless to say), I'd be all for it :-] -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Nov 13 3:58:56 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from indyio.rz.uni-sb.de (indyio.rz.uni-sb.de [134.96.7.3]) by hub.freebsd.org (Postfix) with ESMTP id 0052F14EEF; Sat, 13 Nov 1999 03:58:52 -0800 (PST) (envelope-from netchild@Vodix.CS.Uni-SB.de) Received: from mars.rz.uni-sb.de (ns0.rz.uni-sb.de [134.96.7.5]) by indyio.rz.uni-sb.de (8.9.3/8.9.3) with ESMTP id MAA10744952; Sat, 13 Nov 1999 12:58:46 +0100 (CET) Received: from work.net.local (maxtnt-033.telip.uni-sb.de [134.96.70.160]) by mars.rz.uni-sb.de (8.8.8/8.8.4/8.8.2) with ESMTP id MAA23173; Sat, 13 Nov 1999 12:58:47 +0100 (CET) Received: from Vodix.CS.Uni-SB.de (netchild@localhost.net.local [127.0.0.1]) by work.net.local (8.9.3/8.9.3) with ESMTP id LAA00904; Sat, 13 Nov 1999 11:29:24 +0100 (CET) (envelope-from netchild@Vodix.CS.Uni-SB.de) Message-Id: <199911131029.LAA00904@work.net.local> Date: Sat, 13 Nov 1999 11:29:23 +0100 (CET) From: Alexander Leidinger Subject: i4b & security (Re: "man" reads /etc/rc.conf?) To: logix@foobar.franken.de Cc: freebsd-current@freebsd.org, isdn@freebsd.org, hm@hcs.de In-Reply-To: <19991111200547.A16123@foobar.franken.de> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 11 Nov, Harold Gutch wrote: >> > Using command substitution in /etc/rc.conf{,.local} is NOT >> > officially supported. I think it should have always been >> > clear that there should _only_ be plain variable assignments. >> >> But with i4b you have to specify a username-password pair in rc.conf >> (spppconfig_isp0) and I didnīt want to show it to every user (rc.conf >> is u+rw,g+r,o+r for reasons you mention). > > What about /etc/start_if.isp0? Yes, with permissions of u+r,go-rwx itīs more secure than the currently recommended way. Hellmuth? Will this be the new official way of configuring i4b? Bye, Alexander. -- Intel: where Quality is job number 0.9998782345! http://netchild.home.pages.de A.Leidinger+Home @ WJPServer.CS.Uni-SB.de Key fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Nov 13 4:47:24 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.rp-plus.de (clubserv.rp-online.de [149.221.232.11]) by hub.freebsd.org (Postfix) with ESMTP id D5750150FE; Sat, 13 Nov 1999 04:47:19 -0800 (PST) (envelope-from alex@cichlids.com) Received: from neutron.cichlids.com (as8-pri43.rp-plus.de [149.221.239.171]) by mail.rp-plus.de (8.9.1a/8.9.1) with ESMTP id NAA13249; Sat, 13 Nov 1999 13:44:58 +0100 (MET) Received: from cichlids.cichlids.com (root@cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.1) with ESMTP id NAA57389; Sat, 13 Nov 1999 13:40:16 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA05268; Sat, 13 Nov 1999 13:40:21 +0100 (CET) (envelope-from alex) From: Alexander Langer Date: Sat, 13 Nov 1999 13:40:21 +0100 To: Alexander Leidinger Cc: logix@foobar.franken.de, freebsd-current@FreeBSD.ORG, isdn@FreeBSD.ORG, hm@hcs.de Subject: Re: i4b & security (Re: "man" reads /etc/rc.conf?) Message-ID: <19991113134021.A5188@cichlids.cichlids.com> Mail-Followup-To: Alexander Leidinger , logix@foobar.franken.de, freebsd-current@FreeBSD.ORG, isdn@FreeBSD.ORG, hm@hcs.de References: <19991111200547.A16123@foobar.franken.de> <199911131029.LAA00904@work.net.local> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <199911131029.LAA00904@work.net.local>; from A.Leidinger@WJPServer.CS.Uni-SB.de on Sat, Nov 13, 1999 at 11:29:23AM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Also sprach Alexander Leidinger (A.Leidinger@WJPServer.CS.Uni-SB.de): > > What about /etc/start_if.isp0? > Yes, with permissions of u+r,go-rwx itīs more secure than the currently > recommended way. > Hellmuth? Will this be the new official way of configuring i4b? A second advantage: You can sh /etc/start_if.isp0 while the machine is running for changing username/pass. I sometimes do this when using a call-by-call ISP and currently I run spppcontrol by hand. With a script you could add some automatic stuff. I can think of other advantages that go in the same direction. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Nov 13 9:24:16 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 7144614D82; Sat, 13 Nov 1999 09:24:11 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2008 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sat, 13 Nov 1999 18:24:10 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id E919738E2; Sat, 13 Nov 1999 18:24:09 +0100 (MET) Subject: Re: i4b & security (Re: "man" reads /etc/rc.conf?) In-Reply-To: <199911131029.LAA00904@work.net.local> from Alexander Leidinger at "Nov 13, 99 11:29:23 am" To: A.Leidinger@WJPServer.CS.Uni-SB.de (Alexander Leidinger) Date: Sat, 13 Nov 1999 18:24:09 +0100 (MET) Cc: freebsd-current@FreeBSD.ORG, isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1050 Message-Id: <19991113172409.E919738E2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Alexander Leidinger: > >> But with i4b you have to specify a username-password pair in rc.conf > >> (spppconfig_isp0) and I didn_t want to show it to every user (rc.conf > >> is u+rw,g+r,o+r for reasons you mention). > > > > What about /etc/start_if.isp0? > > Yes, with permissions of u+r,go-rwx it_s more secure than the currently > recommended way. > > Hellmuth? Will this be the new official way of configuring i4b? I'm not at all satisfied with the way password arguments to spppcontrol work currently. But before we get to security issues of spppcontrol, i think the sppp issues in i4b (lcp-echo, lcp-loops) have to be resolved (besides other much more basic things such as the hardware drivers). hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Nov 13 13:20: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id E117414D1C for ; Sat, 13 Nov 1999 13:19:59 -0800 (PST) (envelope-from volf@oasis.IAEhv.nl) Received: from oasis.IAEhv.nl (uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id WAA03937 for freebsd.org!freebsd-isdn; Sat, 13 Nov 1999 22:19:58 +0100 (MET) Received: from LOCAL (volf@localhost) by avalon.oasis.IAEhv.nl (8.9.3/1.63); pid 927 on Sat, 13 Nov 1999 21:15:45 GMT; id VAA00927 efrom: volf; eto: freebsd-isdn@FreeBSD.ORG Date: Sat, 13 Nov 1999 21:15:45 GMT From: volf@oasis.IAEhv.nl (Frank Volf) Message-Id: <199911132115.VAA00927@avalon.oasis.IAEhv.nl> To: freebsd-isdn@freebsd.org Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org auth 1e970399 subscribe freebsd-isdn volf@oasis.IAEhv.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message