From owner-freebsd-net Fri Nov 12 9:33:35 1999 Delivered-To: freebsd-net@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 4EE8D14F8B for ; Fri, 12 Nov 1999 09:33:19 -0800 (PST) (envelope-from julian@whistle.com) Received: from current1.whiste.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id JAA17111; Fri, 12 Nov 1999 09:33:07 -0800 (PST) Date: Fri, 12 Nov 1999 09:33:06 -0800 (PST) From: Julian Elischer To: Josh Tiefenbach Cc: freebsd-net@FreeBSD.ORG Subject: Re: Problems using ppp(8) and PPPoE In-Reply-To: <19991112115635.B88559@snickers.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org you need today's if_ethersubr.c you also need a new ng_base.c and ng_pppoe.c and ng_socket.c (I think) On Fri, 12 Nov 1999, Josh Tiefenbach wrote: > I'm having some problems using the newly integrated PPPoE features of ppp(8). > Essentially, when I fire up ppp(8) in interactive mode, and try to enter the > command 'dial' (after reading the default profile), I get the message: > > Cannot create PPPoE netgraph node: no such file or directory > > which I note is in ether.c:ether_Create() > > I've compiled in netgraph support to my kernel via the following config > options: > > options NETGRAPH > options NETGRAPH_SOCKET > options NETGRAPH_PPPOE this is good, but you may need newer versions of those files. > > I previously tried running with just the netgraph kld's, but I got "cannot > send netgraph message" errors, so I just compiled the thing into the kernel. > > Since my -current source tree dates from ~Nov 7ish, I wonder if a fix has gone > in since. However, since I need PPPoE support to get that particular machine > online, I havent had a chance to jump through various hoops to get it up to > date. > > Any suggestions? > > josh > > -- > "To succeed in the world, it is not enough to be stupid, you must also be > well-mannered" -- Voltaire > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message