Date: Fri, 12 Nov 1999 09:33:06 -0800 (PST) From: Julian Elischer <julian@whistle.com> To: Josh Tiefenbach <josh@zipperup.org> Cc: freebsd-net@FreeBSD.ORG Subject: Re: Problems using ppp(8) and PPPoE Message-ID: <Pine.BSF.4.10.9911120930490.18392-100000@current1.whistle.com> In-Reply-To: <19991112115635.B88559@snickers.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911120930490.18392-100000>