From mi@privatelabs.com  Wed May  3 09:38:02 2000
Return-Path: <mi@privatelabs.com>
Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30])
	by hub.freebsd.org (Postfix) with ESMTP id 4226E37BB45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 May 2000 09:37:58 -0700 (PDT)
	(envelope-from mi@privatelabs.com)
Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6])
	by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id LAA26293;
	Wed, 3 May 2000 11:36:34 -0400 (EDT)
Received: (from mi@localhost)
	by misha.privatelabs.com (8.9.3/8.9.3) id MAA74511;
	Wed, 3 May 2000 12:36:57 -0400 (EDT)
	(envelope-from mi)
Message-Id: <200005031636.MAA74511@misha.privatelabs.com>
Date: Wed, 3 May 2000 12:36:57 -0400 (EDT)
From: Mikhail Teterin <mi@privatelabs.com>
Reply-To: mi@aldan.algebra.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: brian@Awfulhak.org
Subject: the sample ppp.conf lacks a PPPoE entry
X-Send-Pr-Version: 3.2

>Number:         18370
>Category:       conf
>Synopsis:       the sample ppp.conf lacks a PPPoE entry
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  3 09:40:00 PDT 2000
>Closed-Date:    Tue May 9 04:31:30 PDT 2000
>Last-Modified:  Tue May 09 04:32:16 PDT 2000
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	See Synposis.

>How-To-Repeat:

	Ask your father to figure out how to configure ppp to
	use PPPoE :)

>Fix:
	The following patch may help figuring things out. Stolen from
		http://www.freebsd.org/handbook/pppoe.html

--- ppp.conf	Fri Aug 27 19:24:08 1999
+++ ppp.conf	Wed May  3 12:30:11 2000
@@ -36 +36,13 @@
  set authkey PASSWORD
+
+# The following entry can be used with ``ppp -ddial pppoe'' command.
+# Search the handbook and FAQ for PPPoE for more information.
+# Put the login name and password your ISP gave you in right place:
+pppoe:
+ set device PPPoE:xl1 # replace xl1 with your ethernet device
+ set mru 1492
+ set mtu 1492
+ set authname YOURLOGINNAME
+ set authkey YOURPASSWORD
+ set dial
+ set login

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brian 
State-Changed-When: Tue May 9 04:31:30 PDT 2000 
State-Changed-Why:  
src/share/examples/ppp/ppp.conf.sample already contains a pppoe 
client & server example 
>Unformatted:
