From owner-freebsd-net Tue Nov 23 11:23:54 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 C541415374 for ; Tue, 23 Nov 1999 11:23:45 -0800 (PST) (envelope-from julian@whistle.com) Received: from home.elischer.org (home.elischer.org [207.76.204.203]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id LAA90316; Tue, 23 Nov 1999 11:23:16 -0800 (PST) Date: Tue, 23 Nov 1999 11:23:14 -0800 (PST) From: Julian Elischer X-Sender: julian@home.elischer.org To: "David J. Fiander" Cc: freebsd-net@FreeBSD.ORG Subject: Re: Announce: PPPoE for -curent and -stable now standard. In-Reply-To: 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 don't need any modules if you have the options in your kernel. basicaly what you need to do to get pppoe running is have a 'set device PPPoE:ed0' in your ppp config file you should also have 'cd 5' and 'set dial' I have: pppoe: set device PPPoE:ed0 set mru 1492 set mtu 1942 deny chap accept pap set speed sync set cd 5 set authname xxxxx set authkey ccccc enable lqr set redial 0 0 set dial add 0 0 HISADDR then I type ppp -ddial pppoe and zap.. I'm online. ifconfig -a to see what addresses I got. Julian On Tue, 23 Nov 1999, David J. Fiander wrote: > On Mon, 22 Nov 1999, Julian Elischer wrote: > > sounds likeyou are getting there > > > > I hope to have a single tar file that does all of this :-) > > > > So, I've now rebuilt ppp and fired it up and, not too > surprisingly, nothing very exciting happened, so I started > perusing manpages. The ppp(8) page tells me to look at the > ng_pppoe(8) man page for "further details", but I discovered that > it wasn't installed. > > What do I do about building the netgraph modules that you told me > to d/l and then completely ignored? ;-) I tried just "make" in > the top level directory, and most things worked, but in the tty > subdirectory, "ng_tty.c" failed because NETGRAPHDISC is > undefined. So, I got sys/ttycom.h from -stable and then > installed. > > -- > David J. Fiander | What's past is prologue > Incipient Librarian | - The Tempest, Wm. Shakespeare > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message