From owner-freebsd-questions Sat Apr 21 4:33:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id DF2DF37B423 for ; Sat, 21 Apr 2001 04:33:46 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f3LBVOp30206; Sat, 21 Apr 2001 07:31:24 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <006201c0ca56$79b46e80$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Kris Kennaway" , "Doug Young" Cc: "Kris Kennaway" , "Gerry Freymann" , References: <001301c0c9fd$47740ab0$328e093d@oracle> <20010420221800.A7521@xor.obsecurity.org> <00a001c0ca24$f7354230$328e093d@oracle> <20010421010603.A9128@xor.obsecurity.org> Subject: Re: PPPoE causes a Kernel Panic Date: Sat, 21 Apr 2001 07:30:31 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Kris Kennaway" To: "Doug Young" Cc: "Kris Kennaway" ; "Gerry Freymann" ; Sent: Saturday, April 21, 2001 4:06 AM Subject: Re: PPPoE causes a Kernel Panic On Sat, Apr 21, 2001 at 04:06:06AM, Kris Kennaway wrote: >On Sat, Apr 21, 2001 at 03:36:07PM +1000, Doug Young wrote: > According to the official docs, all that needs to be added to the kernel > config file is "options > >Where does it say this? It's obviously wrong, as you point out. How is this wrong? I've been running a firewall machine with PPPoE for some time configured this way. 'options NETGRAPH' needs to be present, but any component of netgraph that isn't statically linked in the kernel will be loaded dynamically from the set of modules in /modules. Furthermore, if you're missing a module, ppp should give you something like "Warning: kldload: ng_ether: No such file or directory" and return you to a ppp> prompt. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message